summaryrefslogtreecommitdiffstats
path: root/indent/erlang.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-28 11:09:19 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-28 11:09:19 +0200
commit224a6348f99167c9d72b5922686d388ae872ff7e (patch)
tree328383c5ca7e8fa59a47ba5bb0709676c3964677 /indent/erlang.vim
parent00c3f0294575a91524c3f3b6cba37839716b48a2 (diff)
downloadvim-polyglot-224a6348f99167c9d72b5922686d388ae872ff7e.tar.gz
vim-polyglot-224a6348f99167c9d72b5922686d388ae872ff7e.zip
Update
Diffstat (limited to '')
-rw-r--r--indent/erlang.vim2
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 = ' .