9e178f9f39subshells: Highlight the opening parenthesis correctly. (Issue #166.)
Daniel Shahaf
2015-10-30 11:38:32 +02:00
5a38710564subshells: Add an XFail test demonstrating that #166 is not yet fixed.
Daniel Shahaf
2015-10-30 09:34:01 +00:00
d3deffbf46minor: Fix WARN_CREATE_GLOBAL warnings issued by zsh 5.1.1-dev-0.
Daniel Shahaf
2015-10-30 07:09:46 +00:00
8ab8c815ecFix syntax error with zsh-5.0.5-dev-1 and older.
Daniel Shahaf
2015-10-30 09:34:16 +02:00
afa6bb3882states work: Extend state machine documentation.
Daniel Shahaf
2015-10-29 19:58:23 +02:00
1ac39b0af1comments: Mark prematurely-terminated command as an error.
Daniel Shahaf
2015-10-28 15:48:55 +02:00
693de99a90comments: Fix issue #163 and #167: Highlight comments.
Daniel Shahaf
2015-10-27 19:29:06 +02:00
e76f208cf8comments: Add a PASSing test for the NO_INTERACTIVE_COMMENTS case.
Daniel Shahaf
2015-10-30 08:34:12 +02:00
e9ceb2017ecomments: Add XFail tests from issues #163 and #167.
Daniel Shahaf
2015-10-27 16:44:02 +00:00
2f05620b19sudo: Flag an error when a required argument is missing.
Daniel Shahaf
2015-10-28 14:14:45 +02:00
9cb87473ccsudo: Tweak state computations.
Daniel Shahaf
2015-10-28 13:37:45 +02:00
f49f3bf0c0sudo: Extend tests.
Daniel Shahaf
2015-10-28 13:35:16 +02:00
a3047a9121sudo: Highlight an empty sudo; as an error.
Daniel Shahaf
2015-10-28 13:22:48 +02:00
86e9249709sudo/redirections: Fix remaining part of issue #221, "sudo and redirection don't mix".
Daniel Shahaf
2015-10-28 13:06:30 +02:00
0d1bfbcbfaHighlight subshells and anonymous functions correctly.
Daniel Shahaf
2015-10-27 15:10:01 +02:00
c216242b46command word: Highlight more reserved words. Part of issue #207.
Daniel Shahaf
2015-10-28 20:44:49 +02:00
2218e26bf8command word: Highlight 'else' correctly. Part of issue #207.
Daniel Shahaf
2015-10-28 17:32:23 +00:00
b397b12ac1command word: Start fixing issue #207, "Word following certain reserved words should be a command word".
Daniel Shahaf
2015-10-28 08:04:43 +02:00
87deac3062command word: Add an XFail test for issue #207.
Daniel Shahaf
2015-10-28 05:58:48 +00:00
01d7eeb3c7Fix issue #205, "';' after assignment is highlighted as unknown-token".
Daniel Shahaf
2015-10-27 15:01:37 +02:00
6d6fb8b03eredirections: Document handling of redirections and possibly fix a latent bug.
Daniel Shahaf
2015-10-28 16:09:07 +02:00
be006aded5sudo/redirections: Fix part of issue #221, "sudo and redirection don't mix".
Daniel Shahaf
2015-10-27 13:46:10 +02:00
c6355a31b7Followup to last: re-fix issue #9 and add test for it.
Daniel Shahaf
2015-10-27 21:00:25 +02:00
018bc45f21Followup to last: tighten the fix and ask a question.
Daniel Shahaf
2015-10-27 16:22:03 +02:00
2c9f8c8c95Fix issue #209, "precommand modifiers at non-command-word position".
Daniel Shahaf
2015-10-27 13:35:04 +02:00
88cf98d9c4states work: Documents the various states.
Daniel Shahaf
2015-10-28 15:52:03 +02:00
0aa6a5db78states work: Convert $new_expression parsing.
Daniel Shahaf
2015-10-27 12:19:51 +02:00
10b1da64e6states work: Convert sudo parsing.
Daniel Shahaf
2015-10-27 12:19:51 +02:00
80d692c400command word: Add an XFail test for issue #194, "Highlight anonymous functions".
Daniel Shahaf
2015-10-27 12:25:58 +02:00
e49251b6fasudo/redirections: Add two XFail tests for issue #221, "sudo and redirection don't mix".
Daniel Shahaf
2015-10-27 12:25:58 +02:00
2080a441acminor: Remove redundant setting of $highlight_glob.
Daniel Shahaf
2015-10-27 13:00:19 +02:00
59fbdda64cmain: Refresh highlighting upon accept-* widgets (accept-line et al).
Daniel Shahaf
2015-10-26 08:26:35 +00:00
7723edf4f5Add an XFail test for accept-line semantics.
Daniel Shahaf
2015-10-26 12:32:53 +00:00
c808d2187awrapping: Don't add '--' when invoking widgets.
Daniel Shahaf
2015-10-26 08:20:28 +00:00
7e6d960a08noop: Break out a helper function.
Daniel Shahaf
2015-10-26 08:09:08 +00:00
feec9f58c9Followup to last: Fix issue number in comment.
Daniel Shahaf
2015-10-27 13:38:40 +02:00
ed6d229b1cAdd XFail test for issue #208, 'precommand modifiers at non-command-word position'.
Daniel Shahaf
2015-10-27 12:33:11 +02:00
fb5ce43799noop: Rename a local variable for clarity.
Daniel Shahaf
2015-10-27 11:25:09 +02:00
6fe07c0961'make test': Fix breakage introduced by 4d3da30f8b726c6e0eeb3adda06adc9eaa329b3b: test failure would not be reflected by the exit code of 'make'.
Daniel Shahaf
2015-10-27 11:55:36 +02:00
4513eaea71'make perf': New target.
Daniel Shahaf
2015-10-27 09:46:51 +02:00
9816fcf055redirections: Test an infix redirection.
Daniel Shahaf
2015-10-27 05:09:13 +00:00
871af68082sudo: Extend test to cover all codepaths.
Daniel Shahaf
2015-10-27 05:09:13 +00:00
7d45f3e3ecchangelog: Update through HEAD (98aee7f8b9a3).
Daniel Shahaf
2015-10-27 07:00:39 +02:00
98aee7f8b9Remove path_approx.
Daniel Shahaf
2015-10-26 06:30:14 +00:00
4d3da30f8b'make test': Colorize output.
Daniel Shahaf
2015-10-26 14:24:45 +00:00
557bb7e0c6'make test': Allow specifying the zsh binary to use.
Daniel Shahaf
2015-10-26 14:18:54 +00:00
57624bb9f6Add screenshot.
Daniel Shahaf
2015-10-24 09:43:25 +00:00
663c760cc9minor: test harness: Convert some global failure modes to TAP "Bail out" mode.
Daniel Shahaf
2015-10-23 05:34:01 +00:00
20d106bd4dnoop: Associate an XFAIL test with its issue.
Daniel Shahaf
2015-10-23 04:57:05 +00:00
d66113c1edAdd XFAIL test for issue #205, "';' highlighted as unknown-token".
Daniel Shahaf
2015-10-23 04:56:02 +00:00
728ed66ff9Fix copyright year.
Daniel Shahaf
2015-10-23 04:53:06 +00:00
8b8b19d91ftest harness: Fix a bug with empty actual or expected results.
Daniel Shahaf
2015-10-23 04:48:16 +00:00
a18a7427fdREADME: Document 'make install'.
Daniel Shahaf
2015-10-23 04:45:18 +00:00
187371a459chamgelog: Update through HEAD
Daniel Shahaf
2015-10-23 04:44:39 +00:00
c4a9fe9379test harness: Exit 1 if a 'todo' test passed.
Daniel Shahaf
2015-10-23 04:30:00 +00:00
11c060ab76test harness: Fix a bug whereby 'todo' state would propagate to all subsequent test points.
Daniel Shahaf
2015-10-23 04:26:51 +00:00
b2ac98b981Fix issue #216: test failure with HOME=/nonexistent.
Daniel Shahaf
2015-10-23 03:51:06 +00:00
22c8736e2bAdd XFAIL test for issue #160, "subshells highlighted incorrectly".
Antony Lee
2015-10-23 03:13:47 +00:00
d99aa58aaatest harness: Run each test as a single subshell.
Matthew Martin
2015-10-23 03:27:05 +00:00
083c47b007regerssion: Look for .version and .revision-hash in the correct place.
Daniel Shahaf
2015-10-21 06:55:00 +00:00
30f2f1f144.gitignore: Add .pc (quilt dir) for the benefit of downstreams
Daniel Shahaf
2015-10-21 02:48:34 +00:00
8631cc1061README.md += overview description paragraph
Daniel Shahaf
2015-10-20 14:56:10 +00:00
cae87016c6release.md: Add an IRC task.
Daniel Shahaf
2015-10-20 14:41:55 +00:00
cac3d95269release.md: Document tag process more clearly.
Daniel Shahaf
2015-10-20 14:37:14 +00:00
b5c30ae526Post-release version number bump.
Daniel Shahaf
2015-10-20 14:35:21 +00:00
fee52920aeTag version 0.3.0.
0.3.0
Daniel Shahaf
2015-10-20 14:34:59 +00:00
58b0047c81changelog: Update through HEAD
Daniel Shahaf
2015-10-20 14:29:33 +00:00
a73b33fc13release.md: Create tags the way they've always been created.
Daniel Shahaf
2015-10-20 14:32:34 +00:00
c687bddea3Drop unnecessary shebang lines, part 2.
Daniel Shahaf
2015-10-20 11:49:51 +00:00
c30301d474Drop unnecessary shebang lines.
Daniel Shahaf
2015-10-20 11:49:51 +00:00
0a7035170aversioning: Expose .revision-hash as $ZSH_HIGHLIGHT_REVISION.
Daniel Shahaf
2015-10-20 03:07:04 +00:00
85500ec151README.md: install with oh-my-zsh in a single command
Daniel Shahaf
2015-10-20 00:38:43 +00:00
bb9c407c95'make install': Tweak to work with one-shell-per-logical-line 'make' implementations,
Daniel Shahaf
2015-10-20 00:31:40 +00:00
6f7bf8c0f4README.md: install with oh-my-zsh in a single command
Vítor Galvão
2015-10-19 23:10:24 +01:00
72b1abd17dMakefile: declare PHONY targets
Matthew Martin
2015-10-20 00:26:43 +00:00
3576df29aaDon't leak $REPLY into global scope.
Daniel Shahaf
2015-10-20 00:21:11 +00:00
bde1c83af1'make test': Pass -f to zsh to minimize environmental variation.
Daniel Shahaf
2015-10-19 14:26:01 +00:00
4604deb652dev: Document the release process (first draft).
Daniel Shahaf
2015-10-19 13:59:30 +00:00
f48f5400c1Revert "Do wrap the 'yank' widget, because that works."
Daniel Shahaf
2015-10-19 13:38:12 +00:00
379ab0d34e'make install': Install .version and .revision-hash.
Daniel Shahaf
2015-10-19 13:36:14 +00:00
766b350a7dWrap yank-pop.
Daniel Shahaf
2015-10-19 08:30:11 +00:00
fe4e893ce5changelog: Extend 'suffix aliases' entry.
Daniel Shahaf
2015-10-19 08:05:58 +00:00
e0bb30a153changelog: Add changelog for 0.2.1..HEAD (0.3.0-dev).
Daniel Shahaf
2015-10-19 08:02:27 +00:00
728784649f'make install': Install .version and .revision-hash.
Daniel Shahaf
2015-10-19 07:35:12 +00:00