]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menu v8.0.1494
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 17:15:19 +0000 (18:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 17:15:19 +0000 (18:15 +0100)
commit5a093437199001a0d60d8e18e2b9539b99a7757c
tree4897a21d58c38ac3adc0c3b309381a58f4bbde45
parent9b56a57cdae31f7a2c85d440392bf63d3253a158
patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menu

Problem:    No autocmd triggered in Insert mode with visible popup menu.
Solution:   Add TextChangedP. (Prabir Shrestha, Christian Brabandt,
            closes #2372, closes #1691)
            Fix that the TextChanged autocommands are not always triggered
            when sourcing a script.
runtime/doc/autocmd.txt
src/edit.c
src/fileio.c
src/globals.h
src/main.c
src/proto/fileio.pro
src/structs.h
src/testdir/test_autocmd.vim
src/version.c
src/vim.h