aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-07 09:57:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-07 09:57:56 +1200
commit4a514fbb81e9ca1fb2a2c251b7775bc1f8d1af2c (patch)
tree74c841b2fc2c7954998828258d39925c44e58a43 /vim/vimrc
parentAdd ASM to Vim filetypes (diff)
downloaddotfiles-4a514fbb81e9ca1fb2a2c251b7775bc1f8d1af2c.tar.gz
dotfiles-4a514fbb81e9ca1fb2a2c251b7775bc1f8d1af2c.zip
Revert "Use ^= instead of += for arbitrary tex..."
This (partly) reverts commit 9c05d0aaa8b3d95d6defd05aa1c352e28be43c01.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e9fbaf3f..5b1423b1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -113,11 +113,11 @@ set lazyredraw
set linebreak
" Define extra 'list' display characters
-set listchars^=extends:> " Unwrapped text to screen right
-set listchars^=precedes:< " Unwrapped text to screen left
-set listchars^=tab:>- " Tab characters, preserve width
-set listchars^=trail:_ " Trailing spaces
-silent! set listchars^=nbsp:+ " Non-breaking spaces
+set listchars+=extends:> " Unwrapped text to screen right
+set listchars+=precedes:< " Unwrapped text to screen left
+set listchars+=tab:>- " Tab characters, preserve width
+set listchars+=trail:_ " Trailing spaces
+silent! set listchars+=nbsp:+ " Non-breaking spaces
" Don't allow setting options via buffer content
set nomodeline
@@ -127,7 +127,7 @@ set nrformats-=octal
" Options for file search with gf/:find
set path-=/usr/include " Let the C/C++ filetypes set that
-set path^=** " Search current directory's whole tree
+set path+=** " Search current directory's whole tree
" Don't show startup splash screen (I donated)
set shortmess+=I