summaryrefslogtreecommitdiffstats
path: root/runtime/indent/nsis.vim
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2023-08-23 21:20:00 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-23 21:20:00 +0200
commit3fc7a7e44abda6505ccd39a6d067db6e5173cbf6 (patch)
treefbccdd210699fd68bb39f86bcb6d037b57d66c1c /runtime/indent/nsis.vim
parentafe0466fb1695fa8b9782eea8a8e9f9540d4cb85 (diff)
runtime: Fix typos in various files
closes: #12836 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Viktor Szépe <viktor@szepe.net>
Diffstat (limited to 'runtime/indent/nsis.vim')
-rw-r--r--runtime/indent/nsis.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/nsis.vim b/runtime/indent/nsis.vim
index 5d3decca37..3731781201 100644
--- a/runtime/indent/nsis.vim
+++ b/runtime/indent/nsis.vim
@@ -15,7 +15,7 @@ setlocal nosmartindent
setlocal noautoindent
setlocal indentexpr=GetNsisIndent(v:lnum)
setlocal indentkeys=!^F,o,O
-setlocal indentkeys+==~${Else,=~${EndIf,=~${EndUnless,=~${AndIf,=~${AndUnless,=~${OrIf,=~${OrUnless,=~${Case,=~${Default,=~${EndSelect,=~${EndSwith,=~${Loop,=~${Next,=~${MementoSectionEnd,=~FunctionEnd,=~SectionEnd,=~SectionGroupEnd,=~PageExEnd,0=~!macroend,0=~!if,0=~!else,0=~!endif
+setlocal indentkeys+==~${Else,=~${EndIf,=~${EndUnless,=~${AndIf,=~${AndUnless,=~${OrIf,=~${OrUnless,=~${Case,=~${Default,=~${EndSelect,=~${EndSwitch,=~${Loop,=~${Next,=~${MementoSectionEnd,=~FunctionEnd,=~SectionEnd,=~SectionGroupEnd,=~PageExEnd,0=~!macroend,0=~!if,0=~!else,0=~!endif
let b:undo_indent = "setl ai< inde< indk< si<"