1284 Commits (2d7a4784a5cdfb09391f1ce2acc0864bcb77d1b7)
 

Author SHA1 Message Date
  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 343ec1061f 'make perf': Show only a cumulative datum per highligher, rather than per test file. 4 years ago
  Daniel Shahaf b08d508cd8 driver: Fix a bug that prevented subsequent, third-party zle-line-pre-redraw hooks from running. 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
  Daniel Shahaf f5d1be7ec2 editorconfig: Fix Makefile settings 4 years ago
  Dimitris Apostolou 415e762ab2
Fix typo 4 years ago
  Daniel Shahaf ccb1da4ae8 Bump copyright years. 4 years ago
  Daniel Shahaf 96eb2e31a1 driver: Fix "_zsh_highlight:3: read-only variable: ret" warnings when POSIX_BUILTINS is set. 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 f563780236 driver: Simplify initialization of $zsyh_user_options in the fallback codepath. 4 years ago
  Daniel Shahaf b8c93afd34 driver: Make sure we don't change the return value in a called function. 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 2904e0f986 test harness: Fix the pretty-printer's padding implementation. 4 years ago
  Daniel Shahaf d5d2f22013 Revert "test harness: Rewrite the columnar pretty-printer without external tools." and "travis: Remove bsdmainutils since column(1) has been removed, three commits ago." 4 years ago
  Daniel Shahaf 8eaa41431d changelog: Update through HEAD. 4 years ago
  Daniel Shahaf e4f24f8901
Merge pull request #669 from danielshahaf/cdpath-and-nonexecutable-in-command-position-v1 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 9e9885253a test harness: Output the time information to the same place the test name was printed to. 4 years ago
  Daniel Shahaf 3e7745ef30 test harness: Stringify values in a more readable manner. 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 48dd47931a changelog: Update through HEAD. 4 years ago
  Daniel Shahaf 3d81c83132 travis: Remove bsdmainutils since column(1) has been removed, three commits ago. 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 ea7c165b59 test harness: Rewrite the columnar pretty-printer without external tools. 4 years ago