Perf: fix several corner cases in command higlighting

This commit is contained in:
Roman Perepelitsa 2020-08-23 14:17:04 +02:00
commit 6a210f1408
9 changed files with 188 additions and 19 deletions

View file

@ -28,7 +28,7 @@
# vim: ft=zsh sw=2 ts=2 et
# -------------------------------------------------------------------------------------------------
hash sudo=false
hash sudo=/usr/bin/env
touch foo
BUFFER='sudo -e ./foo'