882 커밋 (8a93b852cac63e258115d0c5973072d0c85e0fdc)
 

작성자 SHA1 메시지 날짜
  Matthew Martin 8a93b852ca main: Add test for command substitution in assignment 6 년 전
  Matthew Martin 932eb380e2 main: Highlight the value of an assignment 6 년 전
  Matthew Martin c06e5e95dc main: Correct array assignment check 6 년 전
  Matthew Martin 12e01336f1 main: Start _highlight_argument at $1 6 년 전
  Matthew Martin 13d332af95 main: Make _check_path's argument explicit 6 년 전
  Matthew Martin 57e451b531 main: Add test for unclosed command substitution 6 년 전
  Matthew Martin 49dbb05791 main: Add test for =( ) process substitution 6 년 전
  Matthew Martin c0e64fe131 main: Highlight =( ) process substitutions 6 년 전
  Matthew Martin 73640b79ea main: Change conditional to a switch 6 년 전
  Matthew Martin beae08776a main: Add test for embedded process substitution 6 년 전
  Matthew Martin 08d4401fae main: Highlight <( ) and >( ) process substitutions 6 년 전
  Matthew Martin 3ac7d1c785 main: Add test for nested backticks; summon Cthulhu 6 년 전
  Matthew Martin 9db393309e main: Recurse into backtick command substitutions 6 년 전
  Matthew Martin c40c72c386 main: Track if $buf has the end of $BUFFER 6 년 전
  Matthew Martin b75169597e main: Highlight command substitutions 6 년 전
  Matthew Martin ce592bd5c7 main: Move highlighting to _main_paint 6 년 전
  Matthew Martin ead8f8a1fc main: Split highlighting code into another function 6 년 전
  Matthew Martin 81e89a8800 main: Reorder declarations for next commit 6 년 전
  Matthew Martin dbce7317c7 main: Add buf_offset variable 6 년 전
  Matthew Martin 49cc5e25b8 main: Simplify interface to __stack_pop 6 년 전
  Matthew Martin b1eb0358fa main: Move fallback calculation to a function 6 년 전
  Matthew Martin 8a0ffe1c43 main: Allow for patterned fallbacks 6 년 전
  Matthew Martin 2fd7fbc3c2 main: Do not skip over backslash floowed by space or tab 6 년 전
  Matthew Martin 1eedb23c65 main: Fix blacklist dirs check when there is more than one element 6 년 전
  Julien Nicoulaud 3a7ddcda0b
#535: locally enable BARE_GLOB_QUAL option when loading highlighters 6 년 전
  Julien Nicoulaud 8348e2d2cc
Enable testing on zsh 5.5.x/5.6.x releases 6 년 전
  Matthew Martin 683321d862
Merge pull request #529 from wraeth/master 6 년 전
  Adam Johnson 42d396d819 driver: Exclude yank-pop again (#183). 6 년 전
  Sam Jorna (wraeth) 47d6dac133
main-highlighter: Probe dirs after blacklist 6 년 전
  Bengt Brodersen db6cac391b main: Add glob qualifier to work around zsh/macOS bug 6 년 전
  Daniel Shahaf ee26d44de1
Merge pull request #517 from tbroadley/fix-typos 6 년 전
  Thomas Broadley 7d3ec45249 docs: fix typos 6 년 전
  Daniel Shahaf 5b539663c0 Add a regression test for a problem seen during development. 6 년 전
  Julien Nicoulaud 02a37dd919
CI: install packages required by test suite 6 년 전
  Julien Nicoulaud 02b839550f
CI: add zsh 5.5 6 년 전
  Matthew Martin e4fffa4de5 main: Correct dollar-quoted-argument-unclosed fallback typo 6 년 전
  Matthew Martin 5e9b7c4650 main: Add test for previous 6 년 전
  Matthew Martin d2c8f3a56d main: Fix end of buffer check for path_prefix with non-null PREBUFFER 6 년 전
  Matthew Martin 2c0c75a8ee driver, main: Add -z to autoload calls 6 년 전
  Matthew Martin 15e288a25c main: Mark ZSH_HIGHLIGHT_DIRS_BLACKLIST experimental 6 년 전
  Matthew Martin 6713727742 main: Add ZSH_HIGHLIGHT_DIRS_BLACKLIST 6 년 전
  Matthew Martin 90b09f88ee main: Move - to end of character class 6 년 전
  Matthew Martin 9706af4b81 main: Simplify for next commit; no functional change 6 년 전
  Matthew Martin be26017e39 regexp: Add test for subexpression match 6 년 전
  Matthew Martin a9be0975c8 tests: Directly diff expected_region_highlight against region_highlight 6 년 전
  Matthew Martin 622358f32d main: Test suffix aliases if zsh/parameter is available 6 년 전
  Matthew Martin fdca2ef714 main: Fix off by one errors in quote helper functions 6 년 전
  Matthew Martin e13074528f main: Do not highlight for regions that end before the start of BUFFER 6 년 전
  Matthew Martin ff85c7e01b driver: Do not highlight newlines or past BUFFER for zle standout 6 년 전
  Matthew Martin 84f0507cf6 driver: Replace eval with ${(P) 6 년 전