946 Commits (7388adf4e86a652f76f173c33f26878ddca2142d)
 

Author SHA1 Message Date
  Daniel Shahaf 0a7035170a versioning: Expose .revision-hash as $ZSH_HIGHLIGHT_REVISION. 9 years ago
  Daniel Shahaf 85500ec151 README.md: install with oh-my-zsh in a single command 9 years ago
  Daniel Shahaf bb9c407c95 'make install': Tweak to work with one-shell-per-logical-line 'make' implementations, 9 years ago
  Vítor Galvão 6f7bf8c0f4 README.md: install with oh-my-zsh in a single command 9 years ago
  Matthew Martin 72b1abd17d Makefile: declare PHONY targets 9 years ago
  Daniel Shahaf 3576df29aa Don't leak $REPLY into global scope. 9 years ago
  Daniel Shahaf bde1c83af1 'make test': Pass -f to zsh to minimize environmental variation. 9 years ago
  Daniel Shahaf 4604deb652 dev: Document the release process (first draft). 9 years ago
  Daniel Shahaf f48f5400c1 Revert "Do wrap the 'yank' widget, because that works." 9 years ago
  Daniel Shahaf 379ab0d34e 'make install': Install .version and .revision-hash. 9 years ago
  Daniel Shahaf 766b350a7d Wrap yank-pop. 9 years ago
  Daniel Shahaf fe4e893ce5 changelog: Extend 'suffix aliases' entry. 9 years ago
  Daniel Shahaf e0bb30a153 changelog: Add changelog for 0.2.1..HEAD (0.3.0-dev). 9 years ago
  Daniel Shahaf 728784649f 'make install': Install .version and .revision-hash. 9 years ago
  Daniel Shahaf 9a3c7d1960 versioning: Add versioning information: .version, .revision-hash, $ZSH_HIGHLIGHT_VERSION. 9 years ago
  Daniel Shahaf c538d6b357 versionstamp: Set up '.revision-hash' file. 9 years ago
  Daniel Shahaf 9c56c624e9 versionstamp: Handle NO_FUNCTION_ARGZERO. 9 years ago
  Daniel Shahaf 43386376d8 Set the version number. 9 years ago
  Daniel Shahaf 984b4acd78 Makefile: have the default invocation safer. 9 years ago
  Daniel Shahaf 75d62b9657 Add Makefile 9 years ago
  Matthew Martin 94191f0731 Makefile: Add default for INSTALL 9 years ago
  Matthew Martin 2883c9582d Makefile: exit non-zero for a failed test 9 years ago
  Matthew Martin 83c3f96109 Makefile: Add test target 9 years ago
  Matthew Martin 7aeadfe01b Add Makefile 9 years ago
  Daniel Shahaf 56c793d96a docs: Clarify oh-my-zsh installation instructions 9 years ago
  Daniel Shahaf e138cfd765 command word: Protect against the case that the command word starts with a minus. 9 years ago
  Daniel Shahaf 07fd773d7e noop: Add comments. 9 years ago
  Daniel Shahaf 5cd1fb26c0 Resolve tilde expansions in command word. 9 years ago
  Daniel Shahaf faed2fa49e internal: Fix docstrings. 9 years ago
  Daniel Shahaf 69203b1a1d Don't highlight escaped globbing. 9 years ago
  Daniel Shahaf 800158745a Highlight quoted command words correctly. 9 years ago
  Daniel Shahaf 7b4598a764 Highlight arithmetic expansions. 9 years ago
  Daniel Shahaf 52a2ef644b Don't highlight escaped globbing. 9 years ago
  Daniel Shahaf 6488284814 back-dollar-quoted-argument: Highlight incomplete escape sequences as unknown-token 9 years ago
  Daniel Shahaf f657406159 minor: Fix comment in last ocmmit. 9 years ago
  Daniel Shahaf 8b728522de Add test for empty commands. 9 years ago
  Daniel Shahaf 79e8c2dd48 Don't highlight syntax elements as paths. 9 years ago
  Daniel Shahaf 4ec821b2b1 Highlight redirections. 9 years ago
  Daniel Shahaf 219184f046 Highlight backslash escapes in "" and $'' strings correctly. 9 years ago
  Daniel Shahaf 3fdaec3d4a WARN_CREATE_GLOBAL: Plug yet another instance. 9 years ago
  Daniel Shahaf 6732783d46 back-dollar-quoted-argument: Correct an off-by-one. 9 years ago
  Daniel Shahaf 0788514cbd back-dollar-quoted-argument: Correct octal escape syntax. 9 years ago
  Daniel Shahaf 8a43bd2cd9 back-dollar-quoted-argument: Highlight \uHHHH and \UHHHHHHHH escapes. 9 years ago
  Daniel Shahaf 98366ade11 back-dollar-quoted-argument: Don't consider \0xHH a hex escape sequence. 9 years ago
  Daniel Shahaf 78ad649d47 back-dollar-quoted-argument: Don't consider comma a hex character. 9 years ago
  Daniel Shahaf 69fcb40275 Highlight backslash escapes within $'' strings. 9 years ago
  Daniel Shahaf f4164ac86c internal: Document a function-local variable. 9 years ago
  Daniel Shahaf 9c7a1109c8 WARN_CREATE_GLOBAL: don't leak the arithmetic for loop's index variable. 9 years ago
  Daniel Shahaf dd12dde93a Fix errors with non-reserved-word typeset. 9 years ago
  Daniel Shahaf cb5589db73 Don't wrap set-local-history. 9 years ago