1
0
forked from aniani/vim

updated for version 7.4.230

Problem:    Error when using ":options".
Solution:   Fix the entry for 'lispwords'. (Kenichi Ito)
This commit is contained in:
Bram Moolenaar
2014-04-01 12:26:46 +02:00
parent a392038db5
commit e7a88a8d4e
2 changed files with 3 additions and 1 deletions

View File

@@ -855,7 +855,7 @@ if has("lispindent")
call append("$", "\t(local to buffer)") call append("$", "\t(local to buffer)")
call <SID>BinOptionL("lisp") call <SID>BinOptionL("lisp")
call append("$", "lispwords\twords that change how lisp indenting works") call append("$", "lispwords\twords that change how lisp indenting works")
call <SID>OptionL("lw", &lw) call <SID>OptionL("lw")
endif endif

View File

@@ -734,6 +734,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 */
/**/
230,
/**/ /**/
229, 229,
/**/ /**/