mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
vim-patch:9.0.0761: cannot use 'indentexpr' for Lisp indenting
Problem: Cannot use 'indentexpr' for Lisp indenting. Solution: Add the 'lispoptions' option.49846fb1a3
vim-patch:9.0.0762: build failure Problem: Build failure. Solution: Add missing change.4b082c4bd0
This commit is contained in:
@@ -1363,6 +1363,14 @@ return {
|
||||
varname='p_lisp',
|
||||
defaults={if_true=false}
|
||||
},
|
||||
{
|
||||
full_name='lispoptions', abbreviation='lop',
|
||||
short_desc=N_("options for lisp indenting"),
|
||||
type='string', list='onecomma', scope={'buffer'},
|
||||
deny_duplicates=true,
|
||||
varname='p_lop', pv_name='p_lop',
|
||||
defaults={if_true=''}
|
||||
},
|
||||
{
|
||||
full_name='lispwords', abbreviation='lw',
|
||||
short_desc=N_("words that change how lisp indenting works"),
|
||||
|
Reference in New Issue
Block a user