aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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