aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-16 08:56:26 +0800
committerGitHub <noreply@github.com>2022-10-16 08:56:26 +0800
commit0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b (patch)
treeba17ea551188576f660573127e34275f87dc54b0 /src/nvim/options.lua
parentbc798dfd8cea9a5f93461e05dcb8409b6d96afc0 (diff)
parentc8fbf39d474b1140bee10edbcf36305ea49bf863 (diff)
downloadrneovim-0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b.tar.gz
rneovim-0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b.tar.bz2
rneovim-0b71960ab1bcbcc42f2d6abba4c72cd6ac3c840b.zip
Merge pull request #20677 from zeertzjq/vim-9.0.0761
vim-patch:9.0.{0761,0762,0764}: 'lispoptions'
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index f4d6c808fa..8a883a09c3 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -1364,6 +1364,14 @@ return {
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"),
type='string', list='onecomma', scope={'global', 'buffer'},