diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-28 11:09:19 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-28 11:09:19 +0200 |
commit | 224a6348f99167c9d72b5922686d388ae872ff7e (patch) | |
tree | 328383c5ca7e8fa59a47ba5bb0709676c3964677 /indent/erlang.vim | |
parent | 00c3f0294575a91524c3f3b6cba37839716b48a2 (diff) | |
download | vim-polyglot-224a6348f99167c9d72b5922686d388ae872ff7e.tar.gz vim-polyglot-224a6348f99167c9d72b5922686d388ae872ff7e.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | indent/erlang.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/erlang.vim b/indent/erlang.vim index 165a7d7c..ad06ef5d 100644 --- a/indent/erlang.vim +++ b/indent/erlang.vim @@ -835,7 +835,7 @@ function! s:ErlangCalcIndent2(lnum, stack) endif elseif stack == ['prev_term_plus'] - if token =~# '[a-zA-Z_@]' || + if token =~# '[a-zA-Z_@#]' || \ token ==# '<string>' || token ==# '<string_start>' || \ token ==# '<quoted_atom>' || token ==# '<quoted_atom_start>' call s:Log(' previous token found: curr_vcol + plus = ' . |