Merge pull request #18023 from tom-anders/vim-8.2.4702

vim-patch:8.2.{4702,4703}: C++ scope labels are hard-coded
This commit is contained in:
zeertzjq
2022-04-09 22:13:34 +08:00
committed by GitHub
11 changed files with 102 additions and 19 deletions

View File

@@ -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);