aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc4
2 files changed, 3 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index b4299a6c..044a7e61 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v4.47.0
-Fri May 24 14:33:19 UTC 2019
+tejr dotfiles v4.48.0
+Fri May 24 14:35:29 UTC 2019
diff --git a/vim/vimrc b/vim/vimrc
index 7bbc1ab1..aede100c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -120,9 +120,7 @@ set lazyredraw
set linebreak
" Define extra 'list' display characters
-if has('nvim') " Neovim adds duplicates otherwise
- set listchars&vi
-endif
+set listchars&vi " Neovim adds duplicates otherwise
set listchars+=tab:>- " Tab characters, preserve width
set listchars+=trail:- " Trailing spaces
set listchars+=extends:> " Unwrapped text to screen right