]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Aug 2019 12:37:09 +0000 (14:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Aug 2019 12:37:09 +0000 (14:37 +0200)
commite2c453d38f6512ac4cff7cd26aa7780b4e2534d7
tree8458a35d59ac43121bfd2d24d5e9f7f54969d0dc
parentd933c82ff4e2c910bd533ed9a50377699c3f5ec9
patch 8.1.1901: the +insert_expand feature is not always available

Problem:    The +insert_expand feature is not always available.
Solution:   Graduate the +insert_expand feature.
34 files changed:
runtime/doc/change.txt
runtime/doc/index.txt
runtime/doc/insert.txt
runtime/doc/options.txt
src/autocmd.c
src/buffer.c
src/change.c
src/charset.c
src/edit.c
src/evalfunc.c
src/ex_cmds.c
src/ex_getln.c
src/feature.h
src/getchar.c
src/globals.h
src/gui.c
src/highlight.c
src/indent.c
src/insexpand.c
src/misc2.c
src/move.c
src/option.c
src/option.h
src/popupmnu.c
src/proto.h
src/screen.c
src/search.c
src/spell.c
src/structs.h
src/tag.c
src/term.c
src/userfunc.c
src/version.c
src/vim.h