Mercurial > vim
view src/testdir/test_menu.vim @ 10307:f4798aebef67 v8.0.0049
commit https://github.com/vim/vim/commit/2f97912800e86a296c001832bbbf2fc425f1e533
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 27 17:27:44 2016 +0200
patch 8.0.0049
Problem: When a match ends in part of concealed text highlighting, it might
mess up concealing by resetting prev_syntax_id.
Solution: Do not reset prev_syntax_id and add a test to verify. (Christian
Brabandt, closes #1092)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 27 Oct 2016 17:30:04 +0200 |
parents | 6f14d7da2d8a |
children | eb3a2ff3309a |
line wrap: on
line source
" Test that the system menu can be loaded. func Test_load_menu() try source $VIMRUNTIME/menu.vim catch call assert_false(1, 'error while loading menus: ' . v:exception) endtry endfunc