From f30bd44de4ed27defee1c1d764230d8bc2f28a89 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 22:38:22 +1200 Subject: Add '**' to Vim 'path' rather than replacing it --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 65a88dc4..ce1e88cf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -128,7 +128,7 @@ nnoremap n :set number! number? " 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 -- cgit v1.2.3