From 269dd747b6e61842856031ca14ac26ee884ede4c Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 2 Apr 2023 23:01:48 +0800 Subject: refactor(defaults)!: change default 'commentstring' value to empty (#22862) --- src/nvim/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 7be8f568b5..dffebcf14e 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -413,7 +413,7 @@ return { alloced=true, redraw={'curswant'}, varname='p_cms', - defaults={if_true="/*%s*/"} + defaults={if_true=""} }, { full_name='compatible', abbreviation='cp', -- cgit