]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.197 v7.3.197
authorBram Moolenaar <Bram@vim.org>
Thu, 19 May 2011 15:42:59 +0000 (17:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 May 2011 15:42:59 +0000 (17:42 +0200)
commitefa8e80c0bbd2a1c732f9cfccf296dacf96bddbe
tree19ce2afe54366d8e5bfe296d8eb58f99bf29420e
parente659c95b01b04b353e60d728d32bcb17f8ff832c
updated for version 7.3.197
Problem:    When a QuickfixCmdPost event removes all errors, Vim still tries
            to jump to the first error, resulting in E42.
Solution:   Get the number of error after the autocmd event. (Mike Lundy)
src/quickfix.c
src/version.c