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:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user