diff options
author | makefu <github@syntax-fehler.de> | 2017-08-22 11:40:10 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-06 11:05:45 +0200 |
commit | fca1cca6e8bf9478d3dadde009093d51e587108d (patch) | |
tree | 0fd08b94a4cf6c9feb559915a96514145d8e2544 /makefu | |
parent | 33dae609d012d971e2b46e2708a52c8972165138 (diff) |
ma vim: update listchars
Diffstat (limited to 'makefu')
-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 |