From 44b3d860cb85ccb4edd52fb0dcf6a4102d12e82a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 31 May 2016 01:53:12 +0200 Subject: Update --- indent/nim.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/nim.vim') diff --git a/indent/nim.vim b/indent/nim.vim index a0eae567..6b4ead6e 100644 --- a/indent/nim.vim +++ b/indent/nim.vim @@ -121,7 +121,7 @@ function! GetNimIndent(lnum) endif if pline =~ '\(type\|import\|const\|var\)\s*$' - \ || pline =~ '=\s*\(object\|enum\|tuple\|generic\)' + \ || pline =~ '=\s*\(object\|enum\|tuple\|concept\)' return plindent + &sw endif -- cgit v1.2.3