diff options
author | makefu <github@syntax-fehler.de> | 2017-08-22 11:40:10 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-22 11:40:10 +0200 |
commit | d209ea74a53d90d664aa42a5536ffcf604ef9d79 (patch) | |
tree | a056d1722fcc81f37b3fea0e1afd0f7cf63b80fd /makefu/2configs | |
parent | bbdbee4d2785c5e7a7ae99aba515556a856f4511 (diff) |
ma vim: update listchars
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/vim.nix b/makefu/2configs/vim.nix index 524caf8f5..9f3a59717 100644 --- a/makefu/2configs/vim.nix +++ b/makefu/2configs/vim.nix @@ -22,7 +22,7 @@ in { set nocompatible syntax on set list - set listchars=tab:▸ + set listchars=tab:▸\ "set list listchars=tab:>-,trail:.,extends:> filetype off |