Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802327d commit beb7971Copy full SHA for beb7971
.vimrc
@@ -148,9 +148,9 @@ func SetTitle()
148
call append(line(".")+6, "#include<stdio.h>")
149
call append(line(".")+7, "")
150
endif
151
- if expand("%:e")== 'h'
152
- call append(line(".")+6, "#ifndef _".toupper(expand("%:r"))."_H")
153
- call append(line(".")+7, "#define _".toupper(expand("%:r"))."_H")
+ if expand("%:e") == 'h'
+ call append(line(".")+6, "#ifndef _".toupper(expand("%:r"))."_H")
+ call append(line(".")+7, "#define _".toupper(expand("%:r"))."_H")
154
call append(line(".")+8, "#endif")
155
156
if &filetype == 'java'
0 commit comments