1316 Commits (2409de46e78639b2292cd04357d47be84023ce11)
 

Author SHA1 Message Date
  Daniel Shahaf 59cb9a560d driver: Make the redrawhook codepath conditional upon the memo= feature. 4 years ago
  Daniel Shahaf 7b863fb413 Merge remote-tracking branch 'origin/master' into feature/redrawhook 4 years ago
  Daniel Shahaf 8a1bd7c8b6 driver: Move the initialization of $zsh_highlight__memo_feature out of the entry point function. 4 years ago
  Daniel Shahaf daf0d94bae On the feature/redrawhook branch, move the changelog entry to the current release's section. 4 years ago
  Daniel Shahaf c28312b9d3 Merge remote-tracking branch 'origin/master' into feature/redrawhook 4 years ago
  Daniel Shahaf d9a7963970 driver: Follow-up to grandparent: Have all test suite entry points declare the mock $region_highlight. 4 years ago
  Daniel Shahaf 810c2dcede Use the new, unreleased zsh 'memo=' feature to remove only our own entries from $region_highlight. 4 years ago
  Daniel Shahaf 075c852924 driver: Stop re-declaring $region_highlight. It's unneeded. 4 years ago
  Nuri Jung fb929edc30 docs: regexp highlighter: Fix a wrong associative array name in the example. 4 years ago
  Il Harper 91d2eeaf23 docs: Fix obs-repository link 4 years ago
  Daniel Shahaf f6471dbec3 tests: Fix a wrong value of $PREBUFFER in a test, and add checks to prevent this from recurring. 4 years ago
  Daniel Shahaf f6f7a91818 test harness: Fix use of an undefined variable in an error message. 4 years ago
  Daniel Shahaf 6fd92e1bbd 'main': Don't progress the $in_redirection staller while $in_param. 4 years ago
  Daniel Shahaf 792c065acb tests: Add an XFail test for issue #712. 4 years ago
  Daniel Shahaf 0f11d80968 'main': Highlight the parentheses of array assignments as reserved words. 4 years ago
  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