1304 Commits (fe98bbac6c95691b8979520c38941443218b46b7)
 

Author SHA1 Message Date
  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 a868b6942e test harness: Actually test the new code. 8 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 66ae59eccc docs: Rewrap. 8 years ago
  Daniel Shahaf 1651137f5c docs: Update FAQ answer per changes on this branch. 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 d98622dcd0 changelog: Use a more specific link. 8 years ago
  Daniel Shahaf 04fd6bbf53 changelog: Note the effect of fixing #245/#90 and an alternative. 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
  Matthew Martin d6586e2a4f main: Order precommand_options and add '-' 6 years ago
  Matthew Martin 31276c1b64 main: Avoid empty character classes 6 years ago
  Matthew Martin 07f259f653 main: Avoid null elision in _check_path 6 years ago
  Matthew Martin e27e53b1ef main: Highlight unknown precommand option as unknown-token 6 years ago
  Matthew Martin c6e3d216ec main: Consolidate TOKENS_COMMANDSEPARATOR handling 6 years ago
  Matthew Martin 5bb5703b0d main: Move TOKENS_CONTROL_FLOW handling into command word branch 6 years ago
  Matthew Martin dea05e44e6 main: Recognize more redirection and array assignment parse errors 6 years ago
  Matthew Martin 2f03b6d704 main: Do not highlight a redirection target as an option 6 years ago
  Matthew Martin b075147888 main: Consolidate conditionals together. 6 years ago
  Matthew Martin 9289a57de0 main: Remove already_assigned 6 years ago
  Matthew Martin c76daac095 main: Move start_pos=$end_pos to the beginning of the loop 6 years ago
  Matthew Martin de28e20fbc main: Simplify this_word next_word updating 6 years ago
  Matthew Martin c05ebf762c main: Do not recognize always as a reserved word in a redirection 6 years ago
  Matthew Martin ae5b9b2dc9 main: Set redirection style when recognizing the redirection 6 years ago
  Matthew Martin df431eeee8 main: Recognize repeat with the other reserved words 6 years ago
  Matthew Martin 3ddb974a3d main: Remove needless code 6 years ago
  Matthew Martin b6e0aeb380 main: Use unknown-token when the token type is unknown 6 years ago
  Matthew Martin 4748f9bd3d main: Add alias tests 6 years ago
  Matthew Martin e3edddd8ec main: alias style overrides precommand style 6 years ago
  Matthew Martin c138123397 main: Move alias handling up. 6 years ago
  Matthew Martin 57386f30ae main: Recursively expand aliases 6 years ago
  Matthew Martin e1ecf950e2 main: Do path expanstion after alias expansion 6 years ago
  Matthew Martin f46b148c52 main: Only expand aliases in command position 6 years ago
  Matthew Martin 99d7235c2b main: Add test for an alias to a redirection 6 years ago
  Matthew Martin 05a55108c9 main: Expand aliases before looking for redirections 6 years ago
  Daniel Shahaf e43e4fd2c7 'main': Fix $flags_sans_argument for 'nice'. 6 years ago
  Daniel Shahaf a56c33c3be Bump copyright years. 6 years ago
  Daniel Shahaf 005179ed8e 'main': Update $this_word state with our inferences. 6 years ago
  Daniel Shahaf 0709520597 No functional change. 6 years ago
  Daniel Shahaf f7ac43cd49 'main': Unify $ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS and $precommand_options. 6 years ago
  Daniel Shahaf 31ceaed4f4 'main': Highlight array parameters in command position. 6 years ago
  Daniel Shahaf ad6261fbca 'main': Use a more robust way of testing for $parameters' availability. 6 years ago