Skip to content

Commit 0def530

Browse files
committed
Merge branch 'topic/fixvimfile' into 'master'
Fix vim config's formatoptions See merge request eng/libadalang/langkit-query-language!434
2 parents 35c6c5a + b813f60 commit 0def530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)