240 Commits (7c85ee7bee202453964fc1170d570b45d4b45ca3)

Author SHA1 Message Date
  Austin Traver b00be5f741 driver: Be resilient to KSH_ARRAYS being set in the calling scope 4 years ago
  Daniel Shahaf 4a043b4d15 noop: Whitespace changes only. 4 years ago
  Oliver Kiddle be3882aeb0 driver: adjust region end for vi command mode 5 years ago
  Matthew Martin b55832c5f8 main: Drop X_ from X_ZSH_HIGHLIGHT_DIRS_BLACKLIST 5 years ago
  Matthew Martin 972ad197c1 driver: Disable BASH_REMATCH 5 years ago
  dana 55f846c673 driver: Avoid warn_create_global warnings 5 years ago
  Matthew Martin 8d4c6355e6 driver: Do not pass widget arguments to _zsh_highlight 6 years ago
  Daniel Shahaf 56ba7f082d driver: Clarify comment. No functional change. 6 years ago
  Matthew Martin 2cbb3fb24e driver: Allow for -U in autoloaded function definition 6 years ago
  Matthew Martin f265ef0b9a driver: Use idiomatic module check 6 years ago
  Daniel Shahaf d0fb0df4ff driver: Make the shadowing $WIDGET read only. 6 years ago
  Daniel Shahaf f665eec230 driver: Avoid a fork in the common case. 6 years ago
  Daniel Shahaf b5249f17ab driver: Rewrite without a state variable 8 years ago
  Daniel Shahaf d2594c1157 noop: Make a whitespace-only change to reduce noise in the next commit. 8 years ago
  Daniel Shahaf d4ab7e51d2 redo _zsh_highlight__function_callable_p 8 years ago
  Daniel Shahaf 38477f2a3d driver: Use a different way of checking whether add-zle-hook-widget is present. 8 years ago
  Daniel Shahaf 30c6e70394 driver: Pass zle-line-finish arguments on to _zsh_highlight. 8 years ago
  Daniel Shahaf 74a27de70d driver: Hook zle-line-finish. 8 years ago
  Daniel Shahaf 85e62a8171 driver: Reimplement using 'add-zle-hook-widget zle-line-pre-redraw' 8 years ago
  Daniel Shahaf aed99f6a3e wrappers: Reimplement using Mikachu's zle-line-pre-redraw hook (workers/36650). 9 years ago
  Julien Nicoulaud 3a7ddcda0b
#535: locally enable BARE_GLOB_QUAL option when loading highlighters 6 years ago
  Adam Johnson 42d396d819 driver: Exclude yank-pop again (#183). 6 years ago
  Bengt Brodersen db6cac391b main: Add glob qualifier to work around zsh/macOS bug 6 years ago
  Matthew Martin 2c0c75a8ee driver, main: Add -z to autoload calls 6 years ago
  Matthew Martin ff85c7e01b driver: Do not highlight newlines or past BUFFER for zle standout 6 years ago
  Matthew Martin 84f0507cf6 driver: Replace eval with ${(P) 6 years ago
  Matthew Martin b07ada1255 driver: Run under emulate -L zsh and add zsyh_user_options 6 years ago
  Daniel Shahaf e4352f98bb driver: Revert previous commit, unbreaking the build on zsh<5.0.8. 6 years ago
  Daniel Shahaf 9d9e9662cf driver: Correctly escape assoc key pattern 6 years ago
  Matthew Martin a9ce931439 Default possibly unset variables to empty 6 years ago
  Daniel Shahaf a2a899b41b driver: _zsh_highlight_bind_widgets: Be resilient to NO_UNSET being set in the calling scope. 6 years ago
  m0viefreak 3c43da5ffe driver: Improve comment about ^r pattern match bug 7 years ago
  m0viefreak f2ba507bbc driver: Adjust zsh version for probing for pattern match bug 7 years ago
  jsoizo ad522a0914 driver: Fix printing error message to file when cannot resolve highlighters directory location 7 years ago
  Daniel Shahaf be083d7f37 driver: Improve «unhandled ZLE widget 'foo'» error message. 7 years ago
  Christian Höltje 835fec7f3c workaround for PAT_STATIC bug in zsh 7 years ago
  vinter aac4a44238 driver: Fix duplicated slash in error message 7 years ago
  Daniel Shahaf 74949c2d91 driver: Don't undefine aliases that begin with a '+', to workaround an upstream bug. 7 years ago
  Daniel Shahaf 8d5afe47f7 driver: Be immune to 'alias' having been redefined. 7 years ago
  Daniel Shahaf 2dce602727 driver: Be immune to weird aliases in the calling scope. 7 years ago
  Daniel Shahaf 0a9b347483 driver: Warn just once when a highlighter is missing. 8 years ago
  Alyssa Ross da60234fb2 driver: Declare global variables 8 years ago
  Daniel Shahaf 51614ca2c9 'main': Avoid triggering a zsh bug related to hashed commands. 8 years ago
  Daniel Shahaf 11c9081967 *: error messages: Fix quoting. 8 years ago
  Daniel Shahaf a3d5dfcbda driver: Rename highlighter entry points 8 years ago
  Daniel Shahaf f91a7b885e driver: Followup to 80148f6c840299f0980f4359ec5307ca63837dff: don't squat on the highlighters' namespace. 8 years ago
  Daniel Shahaf f3242cbd6a driver: Followup to d711563fe1bf8fa6810bc34ac92a2fd3150290ed: actually make the driver reentrant. 8 years ago
  Daniel Shahaf 295d62ec88 driver: Followup to last: make the value more unique. 8 years ago
  Daniel Shahaf d711563fe1 driver: Make it reentrant. 8 years ago
  m0viefreak 4ad311ec0a driver: Enable highlighting during isearch under zsh≥5.3. 8 years ago