aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ab7acf30..45751577 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -72,6 +72,11 @@ if has('syntax')
silent! colorscheme sahara
endif
+" Use all ancestors of current directory for :find
+if has('file_in_path')
+ set path=**
+endif
+
" Command-line based features
if has('cmdline_info')