693 Commits (fe98bbac6c95691b8979520c38941443218b46b7)

Autor SHA1 Mensaje Fecha
  Roman Perepelitsa fe98bbac6c Perf: rename tests related to hashed commands hace 4 años
  Roman Perepelitsa 200648df2b Perf: speed up highlighting of aliases hace 4 años
  Roman Perepelitsa 5150bef079 Perf: use `-x $1` instead of `-n $1(#q-.*N)` hace 4 años
  Roman Perepelitsa 8a17a5d1c0 Perf: add a comment on cache invalidation hace 4 años
  Roman Perepelitsa 8d78ed8790 Perf: add a comment explaining [[ -n $1(#q-.*N) ]] hace 4 años
  Roman Perepelitsa 2f9808f90e Perf: unbreak code when used with no_brace_expand, no_unset or ksh_arrays hace 4 años
  Roman Perepelitsa 9a53d98cf4 Perf: add comments explaining where the check for version 5.8 comes from hace 4 años
  Roman Perepelitsa 73dcdb13a6 Perf: use the same login in two places when detecting zsh <= 5.8 hace 4 años
  Roman Perepelitsa c6f62dd69f Perf: add ambiguous-hashed-command.zsh hace 4 años
  Roman Perepelitsa 62c5575848 tests: Add a test that 'rehash' isn't run. hace 4 años
  Roman Perepelitsa 6a210f1408 Perf: fix several corner cases in command higlighting hace 4 años
  Roman Perepelitsa e0d59215c0 Perf: fix the copyright year in new-command.zsh hace 4 años
  Roman Perepelitsa 19bc5332a6 Perf: identify newly installed commands as commands hace 4 años
  Roman Perepelitsa 1b8f49ac5b Perf: backport recent changes to older zsh versions hace 4 años
  Roman Perepelitsa 818e2f2290 Perf: speed up _zsh_highlight_highlighter_main_paint hace 4 años
  Roman Perepelitsa 5ac6f101fd Perf: optimize parameter check hace 4 años
  Roman Perepelitsa edf433081e Perf: speed up _zsh_highlight_main__type hace 4 años
  Roman Perepelitsa 826aa7312d Perf: memoize _zsh_highlight_main_highlighter_check_path hace 4 años
  Daniel Shahaf 6d5372a937 tests: parameter-to-global-alias: Fix a false positive failure when 'x' happens to be a valid external command name. hace 4 años
  m0viefreak 79b6e7e05f tests: precommand-killing1: Use a dummy path that always exists hace 4 años
  Daniel Shahaf cdd7f899cb brackets: Optimize the character iteration hace 4 años
  Daniel Shahaf 810c2dcede Use the new, unreleased zsh 'memo=' feature to remove only our own entries from $region_highlight. hace 4 años
  Daniel Shahaf f6471dbec3 tests: Fix a wrong value of $PREBUFFER in a test, and add checks to prevent this from recurring. hace 4 años
  Daniel Shahaf 6fd92e1bbd 'main': Don't progress the $in_redirection staller while $in_param. hace 4 años
  Daniel Shahaf 792c065acb tests: Add an XFail test for issue #712. hace 4 años
  Daniel Shahaf 0f11d80968 'main': Highlight the parentheses of array assignments as reserved words. hace 4 años
  Matthew Martin 870bccf8ff main: Add tests for arithmetic expansion hace 4 años
  Matthew Martin a238647df9 main: Add arithmetic substitution highlighting hace 4 años
  Daniel Shahaf ade4b28d2d 'main': Fix issue #677, concerning multiline aliases. hace 4 años
  Daniel Shahaf 8f5d74d219 'main': Further optimize argument parsing. hace 4 años
  Daniel Shahaf 700c0e18fe 'main': Optimize a hot path. hace 4 años
  Daniel Shahaf ea3ae74164 'main': Fix the last commit's bug concerning parameter elision not happening in redirects in command position. hace 4 años
  Daniel Shahaf 41b8a74692 'main': Add a test for parameter elision not happening in redirects in command position. hace 4 años
  Daniel Shahaf 3a4b212c7d 'main': Fix regression in zsh 5.3.1 and older: all precmd hooks later than z-sy-h would be aborted. hace 4 años
  Daniel Shahaf e65ebf0466 'main': Fix a regression caused by the great-grandparent commit's WARN_NESTED_VAR fix. hace 4 años
  Daniel Shahaf 06710f3780 'main': Don't run `_zsh_highlight_main__type` on every non-command word. hace 4 años
  Daniel Shahaf 16d818a21f 'main': Don't trip WARN_NESTED_VAR. hace 4 años
  Daniel Shahaf f1b9fbbaf0 'main': Follow-up to previous: Document the version number, and deduplicate some option letters. hace 4 años
  Daniel Shahaf 8d32609a7b 'main': precommands += strace hace 4 años
  Dimitris Apostolou 415e762ab2
Fix typo hace 4 años
  Daniel Shahaf 291634ecfe tests: Add a test for the infinite loop fixed by each of the last two commits. hace 4 años
  Daniel Shahaf 96e6cbe22f 'main': Fix expansion of positional parameters in `_zsh_highlight_main_highlighter__try_expand_parameter`. hace 4 años
  Daniel Shahaf 2a30d4fb5a 'main': Fix an infinite loop. hace 4 años
  Daniel Shahaf 90fec4d658 'main': precommands += ionice(1) (from util-linux) hace 4 años
  Daniel Shahaf 2aca4e2c02 'main': Make logic more robust. No functional change. hace 4 años
  Daniel Shahaf 7678a8a227 'main': Break out an anonymous function into a named function. hace 4 años
  Daniel Shahaf 5d139fcd94 Fix typos in comments. hace 4 años
  Matthew Martin d1802e388e main: Add test for issue #713 hace 4 años
  Daniel Shahaf aecfd61bbd 'main': Support the 'env' precommand. hace 4 años
  Daniel Shahaf 1000da306a 'main': Correctly highlight '&&' and '||' inside '[[ … ]]' conditions. hace 4 años