aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 02:35:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 02:35:20 +1200
commit7bbe59845f2c55d5cfa13722a1e485fb8369092d (patch)
treeb6bf705914facdc0a41d4b72985a3de9e17faa0e
parentMerge branch 'release/v4.47.0' into develop (diff)
downloaddotfiles-7bbe59845f2c55d5cfa13722a1e485fb8369092d.tar.gz
dotfiles-7bbe59845f2c55d5cfa13722a1e485fb8369092d.zip
Remove unneeded conditional
-rw-r--r--vim/vimrc4
1 files changed, 1 insertions, 3 deletions
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