mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
refactor(defaults)!: change default 'commentstring' value to empty (#22862)
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user