From 3c053a1a5ad2a3c924929e11f2b9af20a8b901e2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 16 Oct 2022 13:11:12 +0100 Subject: Update runtime files --- runtime/optwin.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/optwin.vim') diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 0649a1e768..360cde5ab5 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -1,7 +1,7 @@ " These commands create the option window. " " Maintainer: Bram Moolenaar -" Last Change: 2022 Oct 02 +" Last Change: 2022 Oct 15 " If there already is an option window, jump to that one. let buf = bufnr('option-window') @@ -956,6 +956,8 @@ if has("lispindent") call BinOptionL("lisp") call AddOption("lispwords", gettext("words that change how lisp indenting works")) call OptionL("lw") + call AddOption("lispoptions", gettext("options for Lisp indenting")) + call OptionL("lop") endif -- cgit v1.2.3