675 Commits (e4408343a10d9e56a776e0d5e17311b4850959be)

Author SHA1 Message Date
  Daniel Shahaf 41b8a74692 'main': Add a test for parameter elision not happening in redirects in command position. 4 years ago
  Daniel Shahaf 3a4b212c7d 'main': Fix regression in zsh 5.3.1 and older: all precmd hooks later than z-sy-h would be aborted. 4 years ago
  Daniel Shahaf e65ebf0466 'main': Fix a regression caused by the great-grandparent commit's WARN_NESTED_VAR fix. 4 years ago
  Daniel Shahaf 06710f3780 'main': Don't run `_zsh_highlight_main__type` on every non-command word. 4 years ago
  Daniel Shahaf 16d818a21f 'main': Don't trip WARN_NESTED_VAR. 4 years ago
  Daniel Shahaf f1b9fbbaf0 'main': Follow-up to previous: Document the version number, and deduplicate some option letters. 4 years ago
  Daniel Shahaf 8d32609a7b 'main': precommands += strace 4 years ago
  Dimitris Apostolou 415e762ab2
Fix typo 4 years ago
  Daniel Shahaf 291634ecfe tests: Add a test for the infinite loop fixed by each of the last two commits. 4 years ago
  Daniel Shahaf 96e6cbe22f 'main': Fix expansion of positional parameters in `_zsh_highlight_main_highlighter__try_expand_parameter`. 4 years ago
  Daniel Shahaf 2a30d4fb5a 'main': Fix an infinite loop. 4 years ago
  Daniel Shahaf 90fec4d658 'main': precommands += ionice(1) (from util-linux) 4 years ago
  Daniel Shahaf 2aca4e2c02 'main': Make logic more robust. No functional change. 4 years ago
  Daniel Shahaf 7678a8a227 'main': Break out an anonymous function into a named function. 4 years ago
  Daniel Shahaf 5d139fcd94 Fix typos in comments. 4 years ago
  Matthew Martin d1802e388e main: Add test for issue #713 4 years ago
  Daniel Shahaf aecfd61bbd 'main': Support the 'env' precommand. 4 years ago
  Daniel Shahaf 1000da306a 'main': Correctly highlight '&&' and '||' inside '[[ … ]]' conditions. 4 years ago
  Daniel Shahaf b44964c545 'main': Highlight reserved words following assignments as errors. 4 years ago
  Daniel Shahaf f54d829f03 tests: Add tests for issue #461. 4 years ago
  Daniel Shahaf b0af27f25f tests: Add a unit test for a path specified with mixed quoting. 4 years ago
  Daniel Shahaf bd9094cc61 tests: Add a test for issue #498, which has already been fixed. 4 years ago
  Daniel Shahaf c7229a000a tests: Test that global qualifiers and command substitutions aren't evaluated. 4 years ago
  Daniel Shahaf f2726d0464 'main': Don't consider path_prefix in alias expansions. 4 years ago
  Daniel Shahaf 8184266338 'main': Add a test for aliases to AUTO_CD directories. 4 years ago
  Daniel Shahaf 83ac855ceb 'main': Let AUTO_CD directories be highlighted with their own style. 4 years ago
  Daniel Shahaf 3f930fb0c1 'main': Add an auxiliary variable for readability. 4 years ago
  Daniel Shahaf 5545fb9ab2 'main': In command position, do not highlight directories (unless AUTO_CD is set) and non-executable files. 4 years ago
  Daniel Shahaf a6eb966d96 'main': Extend tests to capture the current behaviour. 4 years ago
  Daniel Shahaf c67372e96c 'main': Add an XFail test for issue #202. 4 years ago
  Daniel Shahaf 29ca0bc6c8 'main': Highlight errors from the EQUALS option. 4 years ago
  Daniel Shahaf 08839bbd87 'main': Let the type determination ignore global aliases when it ignores regular ones. 4 years ago
  Daniel Shahaf e2dddb91c6 'main': Add a regression test for parameters that expand to global aliases. 4 years ago
  Daniel Shahaf cfef4f3ae0 'main': Enable the zsh/parameter codepath of global aliases highlighting. 4 years ago
  Daniel Shahaf 3c5f63d959 'main': Highlight global aliases 4 years ago
  Daniel Shahaf 5a44d9f32a tests: Record current behaviour on global aliases. 4 years ago
  Daniel Shahaf fdf23e06c7 'main': Support the "close file descriptor" and "coproc" redirection syntaxes 4 years ago
  Daniel Shahaf 10171731f3 tests: Add a test for the "close file descriptor" and "coproc" redirection syntaxes 4 years ago
  Daniel Shahaf dfc41123d7 tests: Fix the test added in the last commit. 4 years ago
  Daniel Shahaf d6defe715a tests: Add a test for issue #705, concerning continuation lines. 4 years ago
  Daniel Shahaf e165f18c75 'main': Fix a bug manifesting under zsh 5.2 and older. 4 years ago
  Daniel Shahaf d237a60c9b 'main': Don't highlight arithmetic expansions as command substitutions. 4 years ago
  Daniel Shahaf 2e65bb6d7d tests: Add a test documenting the current state, prior to introducing #704. 4 years ago
  Daniel Shahaf e79ce6afd0 'main': Document additional meanings of the 'S' $braces_stack flag. 4 years ago
  Daniel Shahaf fb69f4ca81 'main': When the redirection operator '>&' or '<&' is followed by a positive integer, do not consider that as a filename; it's always a file descriptor. 4 years ago
  Daniel Shahaf 1024ae8177 'main': Add $last_arg for "lookbehind". 4 years ago
  Daniel Shahaf 5720d87052 noop: Clarify comment. 4 years ago
  Daniel Shahaf 2339ee33b9 'main': Honour the MULTIOS option when applying the 'globbing' style. 4 years ago
  Daniel Shahaf 61945185ff 'main': Document what $in_redirection is currently used for. 4 years ago
  Daniel Shahaf 936bc251a8 'main': The optimized cmdsubst input syntax doesn't glob. 4 years ago