summaryrefslogtreecommitdiffstats
path: root/indent/framescript.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/framescript.vim')
-rw-r--r--indent/framescript.vim9
1 files changed, 6 insertions, 3 deletions
diff --git a/indent/framescript.vim b/indent/framescript.vim
index 883f4a4d..04abe1bd 100644
--- a/indent/framescript.vim
+++ b/indent/framescript.vim
@@ -3,9 +3,10 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'framescript', 'indent/framesc
endif
" Vim indent file
-" Language: FrameScript
-" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2008-07-19
+" Language: FrameScript
+" Maintainer: Doug Kearns <dougkearns@gmail.com>
+" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
+" Last Change: 24 Sep 2021
if exists("b:did_indent")
finish
@@ -16,6 +17,8 @@ setlocal indentexpr=GetFrameScriptIndent()
setlocal indentkeys=!^F,o,O,0=~Else,0=~EndIf,0=~EndLoop,0=~EndSub
setlocal nosmartindent
+let b:undo_indent = "setl inde< indk< si<"
+
if exists("*GetFrameScriptIndent")
finish
endif