| commit | fd0e75683f248070496b0e315052ccfcfe7dee26 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 19:25:50 2011 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 19:25:50 2011 +0100 |
| tree | 58eb8d30822f84d62d2aea10e2d85e3d0a6c3170 | |
| parent | 6d0efdaab5d97684056598f0a38cc98d2568f8d7 [diff] |
updated for version 7.3.098
Problem: Function that ignores error still causes called_emsg to be set.
E.g. when expand() fails the status line is disabled.
Solution: Move check for emsg_not_now() up. (James Vega)