From f8c71c12661360003f2b33cac1bbc7fe8497b5b9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 May 2019 00:12:25 +1200 Subject: Don't set 'path' to ** by default It might still be useful, but probably only in more controlled/defined situations, and not by default. --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 48578ee2..5f860405 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -142,8 +142,8 @@ set nomodeline " Treat numbers with a leading zero as decimal, not octal set nrformats-=octal -" Search whole directory tree, and not /usr/include -set path=** +" Don't search /usr/include by default +set path-=/usr/include " Disable command line display of file position " This is Vim's default, but not NeoVim's -- cgit v1.2.3