From 6f2f71721d1de3853e290624fe7eef99ddc92ccc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 18 May 2019 17:29:49 +1200 Subject: Simplify 'path' definition --- vim/vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 6664314f..136c775a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -144,9 +144,8 @@ set nomodeline " Treat numbers with a leading zero as decimal, not octal set nrformats-=octal -" Options for file search -set path-=/usr/include " Let the C/C++ filetypes set that -set path+=** " Search current directory's whole tree +" Search whole directory tree, and not /usr/include +set path=** " Disable command line display of file position " This is Vim's default, but not NeoVim's -- cgit v1.2.3