Merge remote-tracking branch 'vim/master'

This commit is contained in:
Kazuki Sakamoto
2016-01-03 15:19:21 -08:00
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
source test_backspace_opt.vim
source test_lispwords.vim
source test_menu.vim
source test_searchpos.vim
source test_set.vim
source test_sort.vim
+9
View File
@@ -0,0 +1,9 @@
" 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
+2
View File
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1046,
/**/
1045,
/**/