diff options
Diffstat (limited to '')
-rw-r--r-- | indent/dart.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/dart.vim b/indent/dart.vim index b7a932f9..ea3bdcc3 100644 --- a/indent/dart.vim +++ b/indent/dart.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dart') == -1 + if exists('b:did_indent') finish endif @@ -34,4 +35,5 @@ function! DartIndent() return indentTo endfunction + endif |