comparison src/testdir/test_alot.vim @ 8847:470ea7526cc6 v7.4.1711

commit https://github.com/vim/vim/commit/a742e084b677f76c67e9e52c4f9fb9ab24002e20 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 5 21:10:38 2016 +0200 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 https://github.com/vim/vim/issues/729)
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Apr 2016 21:15:05 +0200
parents dda254280bab
children 4d4de770f970
comparison
equal deleted inserted replaced
8846:2dd1060c5155 8847:470ea7526cc6
20 source test_partial.vim 20 source test_partial.vim
21 source test_reltime.vim 21 source test_reltime.vim
22 source test_searchpos.vim 22 source test_searchpos.vim
23 source test_set.vim 23 source test_set.vim
24 source test_sort.vim 24 source test_sort.vim
25 source test_statusline.vim
25 source test_syn_attr.vim 26 source test_syn_attr.vim
26 source test_timers.vim 27 source test_timers.vim
27 source test_undolevels.vim 28 source test_undolevels.vim
28 source test_unlet.vim 29 source test_unlet.vim