]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.427 v7.4.427
authorBram Moolenaar <Bram@vim.org>
Fri, 29 Aug 2014 13:53:52 +0000 (15:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 29 Aug 2014 13:53:52 +0000 (15:53 +0200)
commit52a7246f015be40e54007c0c3a1d9e37dc14045a
treefe02ec88208f11b62e7e38c9621de3ffb1b9985d
parent96f3a49b3bab421edebff24f070634ae876edd7f
updated for version 7.4.427
Problem:    When an InsertCharPre autocommand executes system() typeahead may
            be echoed and messes up the display. (Jacob Niehus)
Solution:   Do not set cooked mode when invoked from ":silent".
runtime/doc/eval.txt
src/eval.c
src/version.c