forked from aniani/vim
updated for version 7.1-254
This commit is contained in:
@@ -6,6 +6,7 @@ test49.failed, try to add one ore more "G"s at the line ending in "test.out"
|
|||||||
STARTTEST
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
:se nocp nomore viminfo+=nviminfo
|
:se nocp nomore viminfo+=nviminfo
|
||||||
|
:lang mess C
|
||||||
:so test49.vim
|
:so test49.vim
|
||||||
GGGGGGGGGGGGGG"rp:.-,$w! test.out
|
GGGGGGGGGGGGGG"rp:.-,$w! test.out
|
||||||
:"
|
:"
|
||||||
|
@@ -146,7 +146,7 @@ let l = [0, 1, 2, 3]
|
|||||||
:try
|
:try
|
||||||
: let n = d[1500]
|
: let n = d[1500]
|
||||||
:catch
|
:catch
|
||||||
: $put =v:exception[:14] . v:exception[-4:-1]
|
: $put =substitute(v:exception, '\v(.{14}).*( \d{4}).*', '\1\2', '')
|
||||||
:endtry
|
:endtry
|
||||||
:" lookup each items
|
:" lookup each items
|
||||||
:for i in range(1500)
|
:for i in range(1500)
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
254,
|
||||||
/**/
|
/**/
|
||||||
253,
|
253,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user