diff options
Diffstat (limited to '')
-rw-r--r-- | indent/plantuml.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/plantuml.vim b/indent/plantuml.vim index 7f33b156..53a42f3e 100644 --- a/indent/plantuml.vim +++ b/indent/plantuml.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'plantuml') == -1 + scriptencoding utf-8 " Vim indent file " Language: PlantUML @@ -84,4 +85,5 @@ function! s:getIncIndent() abort \ '^\s*skinparam\>.*{\s*$\|' . \ s:typeKeywordIncPattern() endfunction + endif |