diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-09 22:13:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 22:13:34 +0800 |
commit | f3183a4d7c051e8062d28cfc9905b21e13bb7775 (patch) | |
tree | c1b15674392d50ce4b2f3d2f9c9ffe765373a69a /src/nvim/buffer_defs.h | |
parent | 8055f9857b8e384634d457533dfdb08618fc36f0 (diff) | |
parent | bf39c5fe4fcd54f32610849b5bacd129e449729d (diff) | |
download | rneovim-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_defs.h')
-rw-r--r-- | src/nvim/buffer_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index 422741cc2f..2bb45e9fa0 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -696,6 +696,7 @@ struct file_buffer { char_u *b_p_cino; ///< 'cinoptions' char_u *b_p_cink; ///< 'cinkeys' char_u *b_p_cinw; ///< 'cinwords' + char_u *b_p_cinsd; ///< 'cinscopedecls' char_u *b_p_com; ///< 'comments' char_u *b_p_cms; ///< 'commentstring' char_u *b_p_cpt; ///< 'complete' |