]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1711 v7.4.1711
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Apr 2016 19:10:38 +0000 (21:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Apr 2016 19:10:38 +0000 (21:10 +0200)
commita742e084b677f76c67e9e52c4f9fb9ab24002e20
tree8f7b0e9ca74a75af1fc63597d9e0b9c0b3baf640
parent17fe5e1aecbeff5ca4b2a821ede9badd5dddae59
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)
src/screen.c
src/testdir/test_alot.vim
src/testdir/test_statusline.vim [new file with mode: 0644]
src/version.c