| commit | efa8e80c0bbd2a1c732f9cfccf296dacf96bddbe | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Thu May 19 17:42:59 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Thu May 19 17:42:59 2011 +0200 |
| tree | 19ce2afe54366d8e5bfe296d8eb58f99bf29420e | |
| parent | e659c95b01b04b353e60d728d32bcb17f8ff832c [diff] |
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)