aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 02:35:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 02:35:29 +1200
commita4260676654212d7452379738322e0a0a022dd54 (patch)
tree11ae4b04f28544b119986b4b513731db15905083
parentMerge branch 'release/v4.47.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-a4260676654212d7452379738322e0a0a022dd54.tar.gz
dotfiles-a4260676654212d7452379738322e0a0a022dd54.zip
Merge branch 'release/v4.48.0'v4.48.0
* release/v4.48.0: Bump VERSION Remove unneeded conditional
-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