Merge remote-tracking branch 'upstream/master' into perf

This commit is contained in:
Roman Perepelitsa 2020-09-01 15:39:18 +02:00
commit 4300652404

View File

@ -30,8 +30,10 @@
hash zsyh-hashed-command=/usr/bin/env
BUFFER='doesnotexist; zsyh-hashed-command'
# Test that highlighting "doesnotexist" does not invoke the "rehash" builtin,
# which would delete hashed commands (such as "zsyh-hashed-command").
expected_region_highlight=(
"1 12 unknown-token"
"13 13 commandseparator"
"15 33 hashed-command"
"1 12 unknown-token" # doesnotexist
"13 13 commandseparator" # ;
"15 33 hashed-command" # zsyh-hashed-command
)