Update elixir, perl and rust

This commit is contained in:
Adam Stankiewicz
2014-03-16 14:48:30 +01:00
parent 94f72a68c3
commit 95bc6710a4
3 changed files with 6 additions and 2 deletions

View File

@@ -59,6 +59,10 @@ function! GetElixirIndent()
let ind += opened_symbol * &sw
if current_line =~ '^\s*\(\]\|}\)'
let ind -= &sw
endif
if last_line =~ s:indent_keywords
let ind += &sw
endif