refactor(defaults)!: change default 'commentstring' value to empty (#22862)

This commit is contained in:
zeertzjq
2023-04-02 23:01:48 +08:00
committed by GitHub
parent 3a4db8154f
commit 269dd747b6
13 changed files with 18 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ local function reopenwithfolds(b)
local tick = reopen(b, origlines)
-- use markers for folds, make all folds open by default
command('setlocal foldmethod=marker foldlevel=20')
command('setlocal foldmethod=marker foldlevel=20 commentstring=/*%s*/')
-- add a fold
command('2,4fold')