]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.461 v7.3.461
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Feb 2012 17:22:08 +0000 (18:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Feb 2012 17:22:08 +0000 (18:22 +0100)
commitf5876f147abc44914e6f0d572aabb9c1f92c1911
tree74a765dd6d14d945a32a6310fb798b8798ef0e08
parent91856270dfbf7a042e2869bc44c9c7b217852f40
updated for version 7.3.461
Problem:    The InsertCharPre autocommand event is not triggered during
            completion and when typing several characters quickly.
Solution:   Also trigger InsertCharPre during completion.  Do not read ahead
            when an InsertCharPre autocommand is defined. (Yasuhiro Matsumoto)
src/edit.c
src/fileio.c
src/proto/fileio.pro
src/version.c