diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-05-22 07:52:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-22 07:52:11 +0800 |
commit | 5193b17839c6524bb72ca35cbfc477c4ddd8ef13 (patch) | |
tree | 21e24fa0827db2c647b17b4a2ba9acd4240e3c3d /runtime | |
parent | 0c4086faa17db46d27d4743095a8f16709bcf278 (diff) | |
download | rneovim-5193b17839c6524bb72ca35cbfc477c4ddd8ef13.tar.gz rneovim-5193b17839c6524bb72ca35cbfc477c4ddd8ef13.tar.bz2 rneovim-5193b17839c6524bb72ca35cbfc477c4ddd8ef13.zip |
vim-patch:8.2.4993: smart/C/lisp indenting is optional (#18684)
Problem: smart/C/lisp indenting is optional, which makes the code more
complex, while it only reduces the executable size a bit.
Solution: Graduate FEAT_CINDENT, FEAT_SMARTINDENT and FEAT_LISP.
https://github.com/vim/vim/commit/8e145b82464a21ee4fdf7948f04e2a1d505f8bfa
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index b49512e1e6..cc035a9f74 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1291,8 +1291,6 @@ A jump table for the options with a short description can be found at |Q_op|. *'cinscopedecls'* *'cinsd'* 'cinscopedecls' 'cinsd' string (default "public,protected,private") local to buffer - {not available when compiled without the |+cindent| - feature} Keywords that are interpreted as a C++ scope declaration by |cino-g|. Useful e.g. for working with the Qt framework that defines additional scope declarations "signals", "public slots" and "private slots": > |