From c24d8c8ab26fead8ae0bccef7cf348c13544e01a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 14 Jun 2019 00:11:26 +1200 Subject: Consolidate C option resets --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 6a7e6425..fdbb77dc 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -449,14 +449,13 @@ endif " like. The defaults for these options no longer make sense, and so we blank " them, compelling filetype plugins to set them as they need instead. " -set comments= commentstring= define= include= - " The default value for the 'path' option is similar, in that it has an aged " default; this option specifies directories in which project files and " includes can be unearthed by navigation commands like 'gf'. Specifically, " its default value comprises /usr/include, which is another C default. Let's " get rid of that, too. " +set comments= commentstring= define= include= set path-=/usr/include " Next, we'll adjust the global indentation settings. In general and as -- cgit v1.2.3