summaryrefslogtreecommitdiffstats
path: root/indent/plantuml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/plantuml.vim')
-rw-r--r--indent/plantuml.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/indent/plantuml.vim b/indent/plantuml.vim
index 71af587c..1bf9d13e 100644
--- a/indent/plantuml.vim
+++ b/indent/plantuml.vim
@@ -5,7 +5,6 @@ endif
scriptencoding utf-8
" Vim indent file
" Language: PlantUML
-" Maintainer: Anders Thøgersen <first name at bladre dot dk>
" License: VIM LICENSE
if exists('b:did_indent')
@@ -21,7 +20,7 @@ if exists('*GetPlantUMLIndent')
finish
endif
-let s:decIndent = '^\s*\%(end\|else\|}\)'
+let s:decIndent = '^\s*\%(end\|else\|fork again\|}\)'
function! GetPlantUMLIndent(...) abort
"for current line, use arg if given or v:lnum otherwise