mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user