aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-02 23:01:48 +0800
committerGitHub <noreply@github.com>2023-04-02 23:01:48 +0800
commit269dd747b6e61842856031ca14ac26ee884ede4c (patch)
treeb1c0c4f2bd6ebdab076b8b36216d26c77e77b83a /src/nvim/options.lua
parent3a4db8154ff043f044ab18d5fced42bffb1002fd (diff)
downloadrneovim-269dd747b6e61842856031ca14ac26ee884ede4c.tar.gz
rneovim-269dd747b6e61842856031ca14ac26ee884ede4c.tar.bz2
rneovim-269dd747b6e61842856031ca14ac26ee884ede4c.zip
refactor(defaults)!: change default 'commentstring' value to empty (#22862)
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
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',