aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:38:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:38:22 +1200
commitf30bd44de4ed27defee1c1d764230d8bc2f28a89 (patch)
tree7c5480eed163a4967fee87b76d5c257724be27cb
parentSimplify boolean toggle options in .vimrc (diff)
downloaddotfiles-f30bd44de4ed27defee1c1d764230d8bc2f28a89.tar.gz
dotfiles-f30bd44de4ed27defee1c1d764230d8bc2f28a89.zip
Add '**' to Vim 'path' rather than replacing it
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 65a88dc4..ce1e88cf 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -128,7 +128,7 @@ nnoremap <Leader>n :<C-U>set number! number?<CR>
" Use all ancestors of current directory for :find
if has('file_in_path')
- set path=**
+ set path+=**
endif
" If the Vim buffer for a file doesn't have any changes and Vim detects the