summaryrefslogtreecommitdiffstats
path: root/autoload/crystal/indent.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/crystal/indent.vim')
-rw-r--r--autoload/crystal/indent.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/crystal/indent.vim b/autoload/crystal/indent.vim
index 63908254..d5a02de9 100644
--- a/autoload/crystal/indent.vim
+++ b/autoload/crystal/indent.vim
@@ -89,7 +89,7 @@ let g:crystal#indent#non_bracket_continuation_regex =
\ '\|' .
\ '\%(\%(\<do\>\|%\@1<!{\)\s*|[^|]*\)\@<!|' .
\ '\|' .
- \ '\W?' .
+ \ '\%(]\|\w\)\@1<!?' .
\ '\|' .
\ '\<\%(if\|unless\)\>' .
\ '\|' .