1
0
forked from aniani/vim

updated for version 7.3.329

Problem:    When skipping over code from ":for" to ":endfor" get an error for
            calling a dict function. (Yasuhiro Matsumoto)
Solution:   Ignore errors when skipping over :call command.
This commit is contained in:
Bram Moolenaar
2011-09-30 18:35:57 +02:00
parent 73dc59aad8
commit 250912918e
3 changed files with 6 additions and 3 deletions

View File

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