Skip to content

Commit b813f60

Browse files
committed
Fix formatoptions
1 parent 35c6c5a commit b813f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/lkql.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ hi def link lkqlComment Comment
5050
hi def link lkqlBlockString String
5151

5252
set comments=b:#,b:\|\" " lkql block strings treated like comments for formatting
53-
set formatoptions += crno " Automatically wrap, and insert comment lead on newline
53+
set formatoptions+=crno " Automatically wrap, and insert comment lead on newline

0 commit comments

Comments
 (0)