From 7bbe59845f2c55d5cfa13722a1e485fb8369092d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 02:35:20 +1200 Subject: Remove unneeded conditional --- vim/vimrc | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3 From 7e5c17dd34f232163c0d147670ddd0bc4239d8ef Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 02:35:29 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3