635 Commits (e2f863c151c395023dd2b0f3a6f8d3bd1a6d8470)
 

Author SHA1 Message Date
  Daniel Shahaf e2f863c151 minor: Fix typo in development usage message. 8 years ago
  m0viefreak 4ad311ec0a driver: Enable highlighting during isearch under zsh≥5.3. 8 years ago
  Daniel Shahaf 171a4eec2d Merge remote-tracking branch 'danielsh/m0vie-i288-v2' (revised version of upstream/pr/288) 8 years ago
  m0viefreak a8fe22d422 driver: Don't highlight in isearch 8 years ago
  m0viefreak 5bae621900 driver: Always bind zle-line-finish and use it instead of accept-* 8 years ago
  m0viefreak 9e569bb0fe driver: Widget binding: Support binding incomplete/nonexistent widgets 8 years ago
  Daniel Shahaf add6825898 dev tools: Extend tests/generate.zsh. 8 years ago
  Daniel Shahaf 8013dc3b8d dev tools: Add a script that generates a test-data file. 8 years ago
  Daniel Shahaf fa57633d81 'main': Enable test for issue #238. 8 years ago
  Daniel Shahaf 0d41933c61 'main': Add test for issue #343, concerning the 'command' precommand. 8 years ago
  Daniel Shahaf e6fb61c42b 'main': Highlight a broken symlink as a file. 8 years ago
  Daniel Shahaf 6b69389bd9 'main': New test, related to issue #328. 8 years ago
  Daniel Shahaf 3409a2e4d2 *: s/echo/print/ 8 years ago
  Daniel Shahaf 53083da821 'main': Highlight a broken symlink as a file. 8 years ago
  Daniel Shahaf 95f7206a93 tests: Add an XFail test for issue #342. 8 years ago
  Daniel Shahaf fffe13a8fb docs: Minor tweak. 8 years ago
  Daniel Shahaf 80148f6c84 docs: State highlighters' designated namespace. 8 years ago
  Daniel Shahaf ba16cf2fb2 docs: s/myhighlighter/acme/g 8 years ago
  Daniel Shahaf 3e59ab41b6 driver: Change a variable name to avoid squatting the highlighters' namespace. 8 years ago
  Daniel Shahaf d13da0cf00 'main': Support vi linewise region (REGION_ACTIVE == 2). 8 years ago
  Daniel Shahaf ee07588cfd tests: Add a regression test for issue #267, concerning highlighting a vi linewise region. 8 years ago
  m0viefreak b9112aec79 driver: Widget binding: Use ${(k)widgets} instead of $(zle -la) 8 years ago
  m0viefreak f3d3aaa00c 'main': Document _pathseparator styles 8 years ago
  m0viefreak 9a934d291e 'main': Path separators: Leave styles empty by default 8 years ago
  Daniel Shahaf 750aebc553 driver: Stop requiring function_argzero. 8 years ago
  Daniel Shahaf d9e07b5082 'main': simple parameter expansions at command word: Don't use an undefined value. 8 years ago
  Daniel Shahaf da91264122 'main': Add missing arguments. 8 years ago
  Daniel Shahaf e35a0b256e 'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word. 8 years ago
  Daniel Shahaf 10a596f9fd dev docs: Document a useful tab completion setting. 8 years ago
  Daniel Shahaf 4b77af73fb minor: Fix typo in comment. 8 years ago
  Daniel Shahaf 47144ad974 'main': Fix issue #290, «Mishighlights "longloops" 'repeat'». 8 years ago
  Daniel Shahaf 7fb6f99791 'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word. 8 years ago
  Daniel Shahaf fccf92402b minor: tests: Formatting tweak to XPASS output. 8 years ago
  Daniel Shahaf 29b30e0ca7 'main': Add XFail test for issue #330, concerning command word after array assignment. 8 years ago
  Daniel Shahaf f4036a09ce 'main': Highlight scalar assignments to argv 8 years ago
  Daniel Shahaf 14711a51f3 tests: Explicitly test 'default' style inside an array assignment. 8 years ago
  Matthew Martin 91fa057a39 minor: 'main': Only search for prefixes if :h is a directory 8 years ago
  Daniel Shahaf f060622dc6 'main': Internal cleanup: drop $style_override. 8 years ago
  m0viefreak 6cd39e7c70 'main': Highlight path separators 8 years ago
  Daniel Shahaf a5b8bc0ef0 'main': Internal cleanup: drop $style_override. 8 years ago
  m0viefreak 3b67e656bf 'main': Implement simple command type cache 8 years ago
  m0viefreak 12b879caf7 'main': Use zsh/parameter instead of type -w 8 years ago
  m0viefreak 61f43255ab 'main': Support multiple styles in _zsh_highlight_main_add_region_highlight 8 years ago
  Daniel Shahaf 6362c757b6 tests: Extend issue #290 test with another variant. 8 years ago
  Matthew Martin d37c55c788 minor: tests: Add comment for NONE in expected_region_highlight 8 years ago
  Matthew Martin 364f206a54 docs: Give example of test that modifies its environment 8 years ago
  Matthew Martin 19acd8e844 docs: Mention `$BUFFER` 8 years ago
  Matthew Martin 13018f3dd7 docs: Document use of NONE in expected_region_highlight 8 years ago
  Matthew Martin 0f43026bf0 docs: Document writing tests 8 years ago
  Matthew Martin 1082067f93 tests: Fail on stderr output 8 years ago