diff options
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 = ' . |