fixup! 'main': Fix highlighting of «<->»-style numeric globs.

This commit is contained in:
Daniel Shahaf 2017-12-23 21:04:39 +00:00
commit 35270f7c97
2 changed files with 4 additions and 3 deletions

View file

@ -28,9 +28,10 @@
# vim: ft=zsh sw=2 ts=2 et
# -------------------------------------------------------------------------------------------------
BUFFER=$'print <->'
BUFFER=$'print <-> 0<->'
expected_region_highlight=(
'1 5 builtin' # print
'7 9 globbing' # <->
'11 14 globbing' # 0<->
)