]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0283: mode() does not indicate Insert mode completion v8.0.0283
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 16:24:34 +0000 (17:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 16:24:34 +0000 (17:24 +0100)
commite90858d0229444b3cd16b1cd3a8d61a24c435705
treedf66a6ae4aa7e743a86ce85f0ceacc2184d4241e
parent0b5c93a7f266cd8c90ea27bdaf9f7214a95d64d7
patch 8.0.0283: mode() does not indicate Insert mode completion

Problem:    The return value of mode() does not indicate that completion is
            active in Replace and Insert mode. (Zhen-Huan (Kenny) Hu)
Solution:   Add "c" or "x" for two kinds of completion. (Yegappan Lakshmanan,
            closes #1397)  Test some more modes.
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_functions.vim
src/testdir/test_mapping.vim
src/version.c