commit | a742e084b677f76c67e9e52c4f9fb9ab24002e20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:10:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:10:38 2016 +0200 |
tree | 8f7b0e9ca74a75af1fc63597d9e0b9c0b3baf640 | |
parent | 17fe5e1aecbeff5ca4b2a821ede9badd5dddae59 [diff] [blame] |
patch 7.4.1711 Problem: When using try/catch in 'statusline' it is still considered an error and the status line will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes #729)
diff --git a/src/version.c b/src/version.c index 571db82..e254652 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1711, +/**/ 1710, /**/ 1709,