From 14dc82fc4e6c0c08078f97a24a6c1639c1cc5113 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 14 Apr 2020 13:17:26 +0200 Subject: Update --- indent/dart.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/dart.vim') diff --git a/indent/dart.vim b/indent/dart.vim index ea3bdcc3..7599de4d 100644 --- a/indent/dart.vim +++ b/indent/dart.vim @@ -12,7 +12,7 @@ setlocal indentexpr=DartIndent() let b:undo_indent = 'setl cin< cino<' -if exists("*DartIndent") +if exists('*DartIndent') finish endif -- cgit v1.2.3