Change CPP_Include_Guard due to policy change

This commit is contained in:
David Holland 2019-10-15 00:15:17 +02:00
parent ee6ed62f98
commit 388e68d382
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 1 deletions

View File

@ -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