Skip to content

Commit c8caa9a

Browse files
perillohaze
authored andcommitted
Remove incorrect comment in comments
Remove the incorrect comment "\\" when setting comments in ftplugin/zig.vim. "\\" is used for multiline string literals. Closes ziglang#74
1 parent c33e1e3 commit c8caa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/zig.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ setlocal formatoptions-=t formatoptions+=croql
2424
setlocal suffixesadd=.zig,.zir
2525

2626
if has('comments')
27-
setlocal comments=:///,://!,://,:\\\\
27+
setlocal comments=:///,://!,://
2828
setlocal commentstring=//\ %s
2929
endif
3030

0 commit comments

Comments
 (0)