]> granicus.if.org Git - vim/commit
patch 8.2.4993: smart/C/lisp indenting is optional v8.2.4993
authorBram Moolenaar <Bram@vim.org>
Sat, 21 May 2022 19:17:31 +0000 (20:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 May 2022 19:17:31 +0000 (20:17 +0100)
commit8e145b82464a21ee4fdf7948f04e2a1d505f8bfa
tree833d3862b868395323a8670c15af4b30f1d5564e
parent5a01caa90428a5f87600528d68529383c0b2f78c
patch 8.2.4993: smart/C/lisp indenting is optional

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.
27 files changed:
runtime/doc/builtin.txt
runtime/doc/indent.txt
runtime/doc/options.txt
runtime/doc/various.txt
src/buffer.c
src/change.c
src/charset.c
src/cindent.c
src/edit.c
src/evalfunc.c
src/feature.h
src/globals.h
src/indent.c
src/insexpand.c
src/main.c
src/mouse.c
src/ops.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/register.c
src/search.c
src/structs.h
src/testdir/test_edit.vim
src/textformat.c
src/version.c