diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:56:23 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:56:23 +0100 |
commit | aad3df96e795b314d31171fea54b7455076d1d7b (patch) | |
tree | de25758c43c2dee3a151550c81a0a7d71cb4e86a /indent | |
parent | 629a1e1c93145e779fc243614f18b606f1e53e0c (diff) | |
download | vim-polyglot-aad3df96e795b314d31171fea54b7455076d1d7b.tar.gz vim-polyglot-aad3df96e795b314d31171fea54b7455076d1d7b.zip |
Update
Diffstat (limited to 'indent')
-rw-r--r-- | indent/haml.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indent/haml.vim b/indent/haml.vim index c251a4c4..2ddd3da5 100644 --- a/indent/haml.vim +++ b/indent/haml.vim @@ -3,7 +3,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1 " Vim indent file " Language: Haml " Maintainer: Tim Pope <vimNOSPAM@tpope.org> -" Last Change: 2010 May 21 +" Last Change: 2016 Aug 29 if exists("b:did_indent") finish @@ -12,7 +12,7 @@ runtime! indent/ruby.vim unlet! b:did_indent let b:did_indent = 1 -setlocal autoindent sw=2 et +setlocal autoindent setlocal indentexpr=GetHamlIndent() setlocal indentkeys=o,O,*<Return>,},],0),!^F,=end,=else,=elsif,=rescue,=ensure,=when |