]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4702: C++ scope labels are hard-coded v8.2.4702
authorTom Praschan <13141438+tom-anders@users.noreply.github.com>
Thu, 7 Apr 2022 11:39:08 +0000 (12:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Apr 2022 11:39:08 +0000 (12:39 +0100)
commit3506cf34c17c5eae6c2d1317db1fcd5a8493c288
tree7a93cd7c69e55b1ee9e170d8efb62e75f67087fd
parent3ad2090316edc85e93094bba7af64f9991cc7f85
patch 8.2.4702: C++ scope labels are hard-coded

Problem:    C++ scope labels are hard-coded.
Solution:   Add 'cinscopedecls' to define the labels. (Rom Praschan,
            closes #10109)
13 files changed:
runtime/doc/indent.txt
runtime/doc/options.txt
runtime/doc/quickref.txt
runtime/optwin.vim
src/buffer.c
src/cindent.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/structs.h
src/testdir/test_cindent.vim
src/version.c