From aebef2c2e76b88384b1121c237c965e8cf8b3bcb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 7 May 2019 16:17:30 +0200 Subject: Update --- indent/nim.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent') diff --git a/indent/nim.vim b/indent/nim.vim index a6057962..94250b70 100644 --- a/indent/nim.vim +++ b/indent/nim.vim @@ -122,7 +122,7 @@ function! GetNimIndent(lnum) return plindent + &sw endif - if pline =~ '\(type\|import\|const\|var\)\s*$' + if pline =~ '\(type\|import\|const\|var\|let\)\s*$' \ || pline =~ '=\s*\(object\|enum\|tuple\|concept\)' return plindent + &sw endif -- cgit v1.2.3