mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -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:
parent
60ec5f35a5
commit
32c8f1cb19
@ -1,6 +1,6 @@
|
|||||||
" Vim script language tests
|
" Vim script language tests
|
||||||
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
|
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
|
||||||
" Last Change: 2010 Sep 29
|
" Last Change: 2012 Nov 23
|
||||||
|
|
||||||
"-------------------------------------------------------------------------------
|
"-------------------------------------------------------------------------------
|
||||||
" Test environment {{{1
|
" Test environment {{{1
|
||||||
@ -9604,7 +9604,7 @@ delfunction Delete_autocommands
|
|||||||
Xcheck 198689
|
Xcheck 198689
|
||||||
|
|
||||||
"-------------------------------------------------------------------------------
|
"-------------------------------------------------------------------------------
|
||||||
" Test 86 setloclist crash {{{1
|
" Test 86: setloclist crash {{{1
|
||||||
"
|
"
|
||||||
" Executing a setloclist() on BufUnload shouldn't crash Vim
|
" Executing a setloclist() on BufUnload shouldn't crash Vim
|
||||||
"-------------------------------------------------------------------------------
|
"-------------------------------------------------------------------------------
|
||||||
|
@ -725,6 +725,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
752,
|
||||||
/**/
|
/**/
|
||||||
751,
|
751,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user