103 Commits (854038010fde3d361b301c80e5bbfd099e41ada0)

Autor SHA1 Mensaje Fecha
  Simon Heimlicher 854038010f Added || true to ensure zero exit code hace 13 años
  Julien Nicoulaud 186d80054a Fix #65, sourcing the script multiples times should not cause issues anymore hace 13 años
  Julien Nicoulaud 0e331cd654 Isolate setup code in functions to ease messing with zsh-syntax-highlighting hace 13 años
  Julien Nicoulaud 5003fa7c9b We don't need this hook as we have already bound every widget we could find (stop me if I'm wrong) hace 13 años
  Julien Nicoulaud 4ff08dcfa6 Fix #53: Prefix all defined functions with _zsh_highlight hace 13 años
  Julien Nicoulaud 776453cb5b Fix #46: Conflict with url-quote-magic hace 13 años
  Julien Nicoulaud 3b27ad778d More efficient way to strip leading dot hace 13 años
  Valodim 5f68accccf Don't highlight if buffer is longer than $ZSH_HIGHLIGHT_MAXLENGTH hace 13 años
  garinger 1858be26bd exclude .beep hace 13 años
  garinger 3802e03b4c exclude .beep hace 13 años
  Julien Nicoulaud 28720c77aa Some fixes consecutive to pull request #61 merge hace 13 años
  Ted Naleid 4ed9f9a68f fix for issue #60, unrecognized modifier 'A' on startup hace 13 años
  Julien Nicoulaud e04f6ab862 Safety checks before looking up cursor position hace 13 años
  Julien Nicoulaud f6af27b8a6 More reliable way to hook precmd hace 13 años
  Guido 71e797a8b5 Much easier and less error prone way to start highlighting immediately after the creation of a new command line. hace 13 años
  Guido 56801a6b42 * added a workaround to start highlighting immediately after the creation of a new command line. hace 13 años
  Julien Nicoulaud bb7fcb79fa Fix #56: tolerance to WARN_GLOBAL option hace 13 años
  Julien Nicoulaud 0772ddd346 Big refactoring. hace 13 años
  NAKAMURA Yoshitaka 0999ab05ba do nothing if PENDING inputs are exist hace 13 años
  Julien Nicoulaud 19f16752bb Issue 49: Don't use readlink, options differ between systems hace 13 años
  Julien Nicoulaud bc788f3f19 Start splitting highlighters to separate files. hace 13 años
  Julien Nicoulaud 2f0fb81af4 More efficient way to look for elements in arrays hace 13 años
  Julien Nicoulaud 3abf463753 More code style fixes hace 13 años
  Julien Nicoulaud 2670c93e05 Make sure functions names match _zsh_highlight_* hace 13 años
  Julien Nicoulaud dd84bff854 Code style hace 13 años
  Julien Nicoulaud 6879d3c29f Issue 47: Removing styling of 'isearch' and 'special', as it has no effect hace 13 años
  NAKAMURA Yoshitaka 390ab0fc32 Highlight variable assignment hace 13 años
  Julien Nicoulaud 78ff61eddc Fix typo hace 13 años
  Takeshi Banse 0948c3d676 Introduce _zsh_add-highlighter. hace 13 años
  Takeshi Banse 6663c5647d Make bracket match a function. hace 13 años
  Takeshi Banse 07588d2165 Make core syntax highlighting a function. hace 13 años
  Julien Nicoulaud e162de6f51 Add BSD license hace 13 años
  Julien Nicoulaud 0392fdc46a Issue 34: Do not highlight non commands as commands. hace 13 años
  Arlen Cuss a40d777860 Use ${(Q)arg} to expand a level of quotes, such that files/directories with spaces in their name (escaped with backslash) are noticed correctly. hace 13 años
  Takeshi Banse d2f641ca50 Carefully rebind the $clean_event. hace 13 años
  Takeshi Banse 2fd0845b77 Recreate the completion widget with its own function. hace 13 años
  Takeshi Banse 802583ea94 Make this clause function and call it afterward. hace 13 años
  Julien Nicoulaud f962bdf1e7 Fix regression hace 13 años
  Julien Nicoulaud 83372a5cee Issue 38: Conflict with command-not-found hace 13 años
  Julien Nicoulaud fc5caa4e2d Fix error when sourcing twice the script hace 13 años
  Julien Nicoulaud 43e31cdc58 Fix error when source twice the script hace 13 años
  Mounier Florian 7e963c6c7e Fix issue 31 hace 13 años
  Julien Nicoulaud 0a50e2a830 Issue 32: 'xargs' and 'zargs' are followed by commands (thanks to claytron) hace 13 años
  Julien Nicoulaud a9da4e6c76 Harmonize exported variables names hace 13 años
  Julien Nicoulaud 60842aa75b Define a style for hashed commands hace 13 años
  Sorin Ionescu a7746077bf Added hashed commands highlighting to zsh-syntax-highlighting oh-my-zsh plugin. hace 13 años
  Julien Nicoulaud b45891cdf4 Fix variable scope and make variable names even more obvious hace 13 años
  Julien Nicoulaud 0e55450a0b Issue 26: The script unplugs user defined events hace 13 años
  Mounier Florian 701cc303fe Highlighting bracket pair, when one is under the cursor (Issue 24) hace 13 años
  Mounier Florian f78e444451 Fix highlighting on new line with same buffer hace 13 años