mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
refactor(defaults)!: change default 'commentstring' value to empty (#22862)
This commit is contained in:
@@ -413,7 +413,7 @@ return {
|
||||
alloced=true,
|
||||
redraw={'curswant'},
|
||||
varname='p_cms',
|
||||
defaults={if_true="/*%s*/"}
|
||||
defaults={if_true=""}
|
||||
},
|
||||
{
|
||||
full_name='compatible', abbreviation='cp',
|
||||
|
Reference in New Issue
Block a user