Mercurial > vim
view src/testdir/test_menu.vim @ 10302:210af8588e8a v8.0.0047
commit https://github.com/vim/vim/commit/50e5376926dc2ec4a26a7a16f8f0f3213c4afdf0
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 27 14:49:15 2016 +0200
patch 8.0.0047
Problem: Crash when using the preview window from an unnamed buffer.
(lifepillar)
Solution: Do not clear the wrong buffer. (closes https://github.com/vim/vim/issues/1200)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 27 Oct 2016 15:00: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