mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
refactor(defaults)!: change default 'commentstring' value to empty (#22862)
This commit is contained in:
@@ -2032,8 +2032,11 @@ describe("folded lines", function()
|
||||
end)
|
||||
|
||||
it('multibyte fold markers work #20438', function()
|
||||
meths.win_set_option(0, 'foldmethod', 'marker')
|
||||
meths.win_set_option(0, 'foldmarker', '«,»')
|
||||
exec([[
|
||||
setlocal foldmethod=marker
|
||||
setlocal foldmarker=«,»
|
||||
setlocal commentstring=/*%s*/
|
||||
]])
|
||||
insert([[
|
||||
bbbbb
|
||||
bbbbb
|
||||
|
Reference in New Issue
Block a user