From 6bd14e07a3ffd882c5eb236a79280b0d00ba3047 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 19 Jun 2019 15:22:40 +1200 Subject: Add 'define' option reset to Vim C ftplugin --- vim/after/ftplugin/c.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/after/ftplugin/c.vim b/vim/after/ftplugin/c.vim index b5989410..d1f6ef0b 100644 --- a/vim/after/ftplugin/c.vim +++ b/vim/after/ftplugin/c.vim @@ -1,5 +1,6 @@ -" Set 'commentstring' and 'include' back to their default C-friendly values +" Set 'commentstring', 'define', and 'include' back to their default C-friendly values setlocal commentstring&vim +setlocal define&vim include&vim setlocal include&vim " Include macros in completion -- cgit v1.2.3