aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-13 23:03:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-13 23:03:25 +1200
commitf34e4c125e42feec4b3b0132d8031d9376c90083 (patch)
tree709b98feaa07110a9ee6e4fc48b3ac09d695d00b /vim/vimrc
parentVersion check for bashdefault in Git completion (diff)
downloaddotfiles-f34e4c125e42feec4b3b0132d8031d9376c90083.tar.gz
dotfiles-f34e4c125e42feec4b3b0132d8031d9376c90083.zip
Set path to ** to start using :find
Diffstat (limited to 'vim/vimrc')
-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')