1301 Commits (69acf578ec2d009d2544b8da0cdd2d45262de303)
 

Author SHA1 Message Date
  Daniel Shahaf 00c0c76550 CI += zsh-5.8 4 years ago
  Matthew Martin 870bccf8ff main: Add tests for arithmetic expansion 4 years ago
  Matthew Martin a238647df9 main: Add arithmetic substitution highlighting 4 years ago
  Daniel Shahaf f8b1470314 changelog.md: Restore vertical whitespace before section headers. 4 years ago
  Daniel Shahaf ade4b28d2d 'main': Fix issue #677, concerning multiline aliases. 4 years ago
  Daniel Shahaf 8211a95421 changelog: Update through HEAD. 4 years ago
  Daniel Shahaf d4df626c03 'main': Optimize the unquoted arguments characterwise walker 4 years ago
  Daniel Shahaf 8f5d74d219 'main': Further optimize argument parsing. 4 years ago
  Daniel Shahaf 700c0e18fe 'main': Optimize a hot path. 4 years ago
  Daniel Shahaf a50647e77b tests: Add a performance testing script, for measuring the performance of the 'main' highlighter on a large file. 4 years ago
  Daniel Shahaf b253a8b86a changelog: Update through HEAD. 4 years ago
  Daniel Shahaf 4dd4797ae0 test harness: Print the expected-v.-actual on every failure, not just upon cardinality failures. 4 years ago
  Daniel Shahaf 5171ec524f Document ZSH_HIGHLIGHT_MAXLENGTH. 4 years ago
  Daniel Shahaf ea3ae74164 'main': Fix the last commit's bug concerning parameter elision not happening in redirects in command position. 4 years ago
  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 0582ea1910 changelog += WARN_NESTED_VAR fixes (#727, #731) 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 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