From b77c5f11070ecb2ff343aa18b4ea859e6168f16c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 17 Feb 2022 04:31:35 +0100 Subject: Update --- indent/plantuml.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'indent/plantuml.vim') 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 " 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 -- cgit v1.2.3