Commit Graph

  • e05b8e88ad 'brackets': Check if brackets match on first pass Matthew Martin 2016-04-24 21:09:53 -05:00
  • 95d82568d8 'brackets': Use one-based indexing Matthew Martin 2016-04-24 21:07:37 -05:00
  • f4d3dcb42f 'brackets': Move highlight call outside conditional Matthew Martin 2016-04-24 21:06:43 -05:00
  • fd84010252 'brackets': Lift local declarations from inside loops Matthew Martin 2016-04-24 21:02:20 -05:00
  • cef49752fd dev docs: Create HACKING.md. Daniel Shahaf 2016-05-05 01:20:32 +00:00
  • e8af14fe1f minor: Rewrap docs for uncompiled readability. Daniel Shahaf 2016-05-03 15:00:48 +00:00
  • 4da9889d15 tests: Use 'NONE' to denote no highlighting Matthew Martin 2016-04-30 12:35:41 -05:00
  • c346f6eb6f docs: highlighters should use _zsh_highlight_add_highlight Matthew Martin 2016-04-29 21:23:09 -05:00
  • f34714b8ee Bump copyright years. Daniel Shahaf 2016-04-30 02:11:17 +00:00
  • 341a3ae1f0 highlighters: Use _zsh_highlight_add_highlight Matthew Martin 2016-04-29 09:48:39 -05:00
  • 089329660b highlighters: Pass around the style key instead of the style itself Matthew Martin 2016-04-24 16:04:32 -05:00
  • a830613467 tests: Specify the style key instead of the style itself Matthew Martin 2016-04-24 14:22:24 -05:00
  • c54c076cfa cleanup: Avoid colon after parameter expansion to avoid risking introducing a colon modifier. Daniel Shahaf 2016-04-24 17:08:08 +00:00
  • 38c8fbea2d root-highlighter: use EUID instead of id -u command m0viefreak 2016-03-28 14:55:56 +02:00
  • b52a485c5c brackets: Optimize a tiny bit. Daniel Shahaf 2016-04-22 14:12:49 +00:00
  • d4f8edc9f3 plugin.zsh: Convert from symlink to plain file Adam Kruszewski 2016-04-17 04:48:30 +00:00
  • 367929502f release.md: Add a release checklist line item. Daniel Shahaf 2016-04-05 05:49:18 +00:00
  • 78290e043b tests: Expect the correct style Matthew Martin 2016-04-02 20:40:54 -05:00
  • 31ac2b36a9 tests: Quote style in expected_region_highlight Matthew Martin 2016-01-20 00:12:55 -06:00
  • bb8d325c0c tests: Fix grep syntax Matthew Martin 2016-04-01 00:52:27 -05:00
  • 79e4d3d124 apply suffix and isearch zle_highlights on top m0viefreak 2016-01-13 21:44:59 +01:00
  • bc7f8ea433 'main': Restore support for zsh-4.3.10 and older. Daniel Shahaf 2016-03-23 01:32:44 +00:00
  • cb02451a4e widget binding: Fix crucial typo in last commit. Daniel Shahaf 2016-03-18 15:14:09 +00:00
  • 11d378332e widget binding: Further unbreak the build. Daniel Shahaf 2016-03-18 15:12:04 +00:00
  • 6a634fac9f widget binding: Properly escape widget names at definition. Daniel Shahaf 2016-03-18 13:58:55 +00:00
  • 47a664447c noop: Remove stray statement terminators and line joiners. Daniel Shahaf 2016-03-18 14:47:53 +00:00
  • 261c180a36 widget binding: Unbreak the build. Daniel Shahaf 2016-03-18 14:41:18 +00:00
  • 7e7e291b20 widget binding: Remove an unnecessary layer of indirection. Daniel Shahaf 2016-03-18 13:58:55 +00:00
  • 4849ef3307 Refactor the application of zle_highlight settings m0viefreak 2015-12-29 21:15:48 +01:00
  • 4c23a2fd1b 'main': Highlight lone '!' correctly: it's not a history expansion. Daniel Shahaf 2016-03-13 02:47:25 +00:00
  • e635f766be docs: Clarify oh-my-zsh installation instructions. Daniel Shahaf 2016-03-12 18:35:00 +00:00
  • 18df692ae6 widget binding: Remove some too-wide exclusions Daniel Shahaf 2016-03-12 17:24:03 +00:00
  • 487b122c48 widget binding: don't exclude widgets with identical function name m0viefreak 2016-01-02 14:31:35 +01:00
  • 7044c1986e docs: use https:// instead of git:// Daniel Shahaf 2016-02-18 13:39:24 +00:00
  • bdb23d1378 use https instead of git for url Vishnu Ks 2016-02-17 23:52:54 +05:30
  • e500ca2462 'main': Don't highlight in vared Daniel Shahaf 2016-02-14 17:34:53 +02:00
  • e938825a85 Merge pull request #272 from psprint/master Daniel Shahaf 2016-02-14 14:32:01 +00:00
  • 3cb58fd7d7 Optimization: -1 is extra computation of string length internally Sebastian Gniazdowski 2016-02-11 16:48:53 +01:00
  • 7ac72a57bc Post-release version number bump. 0.4.x Daniel Shahaf 2015-10-20 14:35:21 +00:00
  • c19ee58313 Tag version 0.4.1 0.4.1 Daniel Shahaf 2016-01-27 20:53:22 +00:00
  • 9c33f34ebe changelog: Update for upcoming 0.4.1 release. Daniel Shahaf 2016-01-27 20:48:56 +00:00
  • 8734fb46b5 changelog: Start 0.4.1 section. Daniel Shahaf 2015-11-29 02:00:51 +00:00
  • 683f4837a0 changelog: Update for upcoming 0.4.1 release. Daniel Shahaf 2016-01-27 20:48:56 +00:00
  • 62a6be3d63 Version number bump. Daniel Shahaf 2016-01-27 20:38:38 +00:00
  • 4ad3d23c6d Revert "wrapping: Don't add '--' when invoking widgets." Daniel Shahaf 2016-01-17 19:35:07 +00:00
  • 451665cb2a 'main': Don't highlight at the $PS3 prompt. Daniel Shahaf 2016-01-20 22:10:45 +00:00
  • 30d8f92df2 test harness: Properly quote error message interpolations. Daniel Shahaf 2016-01-20 22:01:45 +00:00
  • 282c7134e8 Revert "wrapping: Don't add '--' when invoking widgets." Daniel Shahaf 2016-01-17 19:35:07 +00:00
  • 28932316cc aliases: Highlight aliases with '=' in their LHS as error. (Part of issue #263.) Daniel Shahaf 2016-01-11 15:07:18 +00:00
  • 5e4b446dee aliases: Add a test for one variant of issue #263. Daniel Shahaf 2016-01-11 15:07:18 +00:00
  • 9b64ad750f tests: Add a 'print failures only' mode to 'make test', called 'make quiet-test'. Daniel Shahaf 2016-01-02 21:22:01 +00:00
  • 936e2e9314 tests: Add another comment. No functional change. Daniel Shahaf 2016-01-01 16:35:00 +00:00
  • ed33d2cb13 widget binding: don't exclude widgets starting with '_' m0viefreak 2016-01-02 14:28:56 +01:00
  • 268656d52b tests: Add a comment. No functional change. Daniel Shahaf 2016-01-01 16:35:00 +00:00
  • 38c3ac8831 docs: Note that Debian package has migrated to (been added to) Debian stretch. Daniel Shahaf 2015-12-16 22:21:11 +00:00
  • 82f5eb17ec docs: Note Debian package name. Daniel Shahaf 2015-12-12 11:04:38 +00:00
  • 4f3910cbba Fix issue #248: Highlight 'pkexec' as a precommand. Daniel Shahaf 2015-12-04 23:40:30 +00:00
  • 73ee7c1f6c Fix part of issue #238, "fd redirections at command word". Daniel Shahaf 2015-11-29 03:11:50 +00:00
  • 48ecd29180 tests: Add two XFail tests for issue #238, "fd redirections at command word". Daniel Shahaf 2015-11-29 03:10:11 +00:00
  • 430cf55368 tests: Cover [default]. Daniel Shahaf 2015-11-29 02:56:07 +00:00
  • 46cd970bc4 tests: Improve tests by using $unused_highlight. Daniel Shahaf 2015-11-29 02:53:58 +00:00
  • 09c4114eb9 command word: Do not attempt to interpret command separator tokens as anything else. Daniel Shahaf 2015-11-27 08:43:23 +00:00
  • cf685a3a27 changelog: Start 0.4.1 section. Daniel Shahaf 2015-11-29 02:00:51 +00:00
  • 69b6c4e450 release.md: Clarify release procedure. Daniel Shahaf 2015-11-27 23:24:22 +00:00
  • 7338c54a25 Post-release version number bump. Daniel Shahaf 2015-10-20 14:35:21 +00:00
  • 2d792b03bb Tag version 0.4.0. 0.4.0 Daniel Shahaf 2015-11-27 23:19:23 +00:00
  • eee130f81d changelog: Update through HEAD (952a97dbc9). Daniel Shahaf 2015-10-27 07:00:39 +02:00
  • 952a97dbc9 docs: Tweaks to highlighters.md after recent refactoring branch. Daniel Shahaf 2015-11-27 04:12:02 +00:00
  • 1f1ad09e38 docs: Restore (with changes) links removed in f5ca4b891b. Daniel Shahaf 2015-11-26 17:39:51 +00:00
  • eb3715a56a docs: Followup to the recent docs branch: clean up some internal cross-references. Daniel Shahaf 2015-11-26 17:33:21 +00:00
  • 95330c691b docs: Clarify tagline summary of 'root' highlighter Daniel Shahaf 2015-11-27 03:36:36 +00:00
  • 371f8183d6 docs: Minor clarification. Daniel Shahaf 2015-11-26 17:15:48 +00:00
  • 2e5481ab9a docs; INSTALL.md: Make 'system-wide' section easier to read. Daniel Shahaf 2015-11-26 18:09:43 +00:00
  • 2ed2f1e3c4 docs: INSTALL.md: Streamling .zshrc installation instructions. Daniel Shahaf 2015-11-26 18:07:41 +00:00
  • b8ced86853 docs: Minor clarifications. Daniel Shahaf 2015-11-26 17:15:48 +00:00
  • 84734ba950 versionstamp: Better $ZSH_HIGHLIGHT_REVISION reporting when running from git. Daniel Shahaf 2015-11-25 03:55:20 +00:00
  • 635a68f7b4 driver: Fix error message wording Daniel Shahaf 2015-11-25 03:54:33 +00:00
  • 438a94496f docs: Grammar fix. Daniel Shahaf 2015-11-24 07:43:03 +00:00
  • 7ee350efcd docs: Port new text to individual highlighters' documentation. Daniel Shahaf 2015-11-24 07:39:44 +00:00
  • 22123ab622 docs: Follow-up to last: Fix markup. Daniel Shahaf 2015-11-24 07:36:10 +00:00
  • ded1c8789b docs: Clarify highlighters documentation. Daniel Shahaf 2015-11-24 07:27:29 +00:00
  • 0b3183f6cb docs: Split README.md into INSTALL.md. Daniel Shahaf 2015-11-24 07:05:41 +00:00
  • 8e115052e9 docs: Fix broken symlinks Matthew Martin 2015-11-24 00:38:27 -06:00
  • 5b34c23cfa Merge remote-tracking branch 'phy1729/doc-all' Daniel Shahaf 2015-11-24 06:30:45 +00:00
  • c575f8f375 Merge remote-tracking branch 'danielsh/docs-copyedit-v1' Daniel Shahaf 2015-11-24 06:30:30 +00:00
  • f5ca4b891b Remove broken links Matthew Martin 2015-11-24 00:27:21 -06:00
  • 51f66ae851 docs: Create all.md Matthew Martin 2015-11-16 23:58:42 -06:00
  • 0ab450ae47 docs: Move docs into docs/ Matthew Martin 2015-11-17 21:11:09 -06:00
  • 35e0b0ca69 docs: Remove duplicate 'How to activate it' sections Matthew Martin 2015-11-16 23:48:17 -06:00
  • 2dd6923c30 docs: Move highlighter headers down one level Matthew Martin 2015-11-16 23:44:47 -06:00
  • 6e99128987 docs copyedit: minor: Spelling/punctuation fix. Daniel Shahaf 2015-11-17 03:02:39 +00:00
  • bcc9db2784 docs copyedit: Rewrap to 80 columns, part 4. Daniel Shahaf 2015-11-17 03:02:39 +00:00
  • b989ae23d0 docs copyedit: Rewrap to 80 columns, part 3. Daniel Shahaf 2015-11-17 03:02:39 +00:00
  • 3f163a2fd4 docs copyedit: Rewrap to 80 columns, part 2. Daniel Shahaf 2015-11-17 03:02:39 +00:00
  • 3bedd8571e docs copyedit: Clarify tagline. Daniel Shahaf 2015-11-17 03:47:11 +00:00
  • 9ce97cd64d docs copyedit: minor. Daniel Shahaf 2015-11-17 03:25:03 +00:00
  • 49f7beecb5 docs copyedit: Review toplevel and tests README.md files. Daniel Shahaf 2015-11-17 03:02:39 +00:00
  • 12097d55d1 docs copyedit: Rewrap to 80 columns. Daniel Shahaf 2015-11-17 03:02:39 +00:00
  • 8ea392e361 docs copyedit: Restyle bold-italic to fixed-width. Daniel Shahaf 2015-11-17 03:00:50 +00:00
  • 91e4a576fb docs copyedit: Port 6d93ea07fd to the other highlighters' README's. Daniel Shahaf 2015-11-17 02:56:39 +00:00