aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-09 22:13:34 +0800
committerGitHub <noreply@github.com>2022-04-09 22:13:34 +0800
commitf3183a4d7c051e8062d28cfc9905b21e13bb7775 (patch)
treec1b15674392d50ce4b2f3d2f9c9ffe765373a69a /src/nvim/buffer.c
parent8055f9857b8e384634d457533dfdb08618fc36f0 (diff)
parentbf39c5fe4fcd54f32610849b5bacd129e449729d (diff)
downloadrneovim-f3183a4d7c051e8062d28cfc9905b21e13bb7775.tar.gz
rneovim-f3183a4d7c051e8062d28cfc9905b21e13bb7775.tar.bz2
rneovim-f3183a4d7c051e8062d28cfc9905b21e13bb7775.zip
Merge pull request #18023 from tom-anders/vim-8.2.4702
vim-patch:8.2.{4702,4703}: C++ scope labels are hard-coded
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index 4ec23244cd..4948e2bb69 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -1945,6 +1945,7 @@ void free_buf_options(buf_T *buf, int free_p_ff)
clear_string_option(&buf->b_p_cink);
clear_string_option(&buf->b_p_cino);
clear_string_option(&buf->b_p_cinw);
+ clear_string_option(&buf->b_p_cinsd);
clear_string_option(&buf->b_p_cpt);
clear_string_option(&buf->b_p_cfu);
clear_string_option(&buf->b_p_ofu);