From 388e68d3829276333e0d855b2514e837aa254487 Mon Sep 17 00:00:00 2001 From: David Holland Date: Tue, 15 Oct 2019 00:15:17 +0200 Subject: [PATCH] Change CPP_Include_Guard due to policy change --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 688ce9b..4905e48 100644 --- a/init.vim +++ b/init.vim @@ -1293,7 +1293,7 @@ function! CPP_Include_Guard() if getline(".") =~ "\." execute("normal! o") endif - execute("normal! o#endif") + execute("normal! o#endif // " . guard_name) execute("normal! `Z") endif endfunction