0
0
mirror of https://github.com/vim/vim.git synced 2025-07-25 10:54:51 -04:00

updated for version 7.3.752

Problem:    Test 49 script file doesn't fold properly.
Solution:   Add a colon.
This commit is contained in:
Bram Moolenaar 2012-12-05 19:00:06 +01:00
parent 60ec5f35a5
commit 32c8f1cb19
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
" Vim script language tests
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
" Last Change: 2010 Sep 29
" Last Change: 2012 Nov 23
"-------------------------------------------------------------------------------
" Test environment {{{1
@ -9604,7 +9604,7 @@ delfunction Delete_autocommands
Xcheck 198689
"-------------------------------------------------------------------------------
" Test 86 setloclist crash {{{1
" Test 86: setloclist crash {{{1
"
" Executing a setloclist() on BufUnload shouldn't crash Vim
"-------------------------------------------------------------------------------

View File

@ -725,6 +725,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
752,
/**/
751,
/**/