]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1723 v7.4.1723
authorBram Moolenaar <Bram@vim.org>
Mon, 11 Apr 2016 19:55:15 +0000 (21:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 11 Apr 2016 19:55:15 +0000 (21:55 +0200)
commitf73d3bc253fa79ad220f52f04b93e782e95a9d43
treec872a2f5121270ddfd146ae6a51b407990319beb
parent0239acb11fe4bfe9b525ea90b782759da5eb7704
patch 7.4.1723
Problem:    When using try/catch in 'tabline' it is still considered an
            error and the tabline will be disabled.
Solution:   Check did_emsg instead of called_emsg. (haya14busa, closes #746)
src/screen.c
src/testdir/test_alot.vim
src/testdir/test_tabline.vim [new file with mode: 0644]
src/version.c