0
0
mirror of https://github.com/vim/vim.git synced 2025-09-07 22:03:36 -04:00

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 <SID>BinOptionL("lisp")
call append("$", "lispwords\twords that change how lisp indenting works")
call <SID>OptionL("lw", &lw)
call <SID>OptionL("lw")
endif

View File

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