Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							2c9f8c8c95 
							
						 
					 
					
						
						
							
							Fix issue  #209 , "precommand modifiers at non-command-word position".  
						
						
						
					 
					
						2015-10-29 12:01:11 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							88cf98d9c4 
							
						 
					 
					
						
						
							
							states work: Documents the various states.  
						
						
						
					 
					
						2015-10-29 12:01:11 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							0aa6a5db78 
							
						 
					 
					
						
						
							
							states work: Convert $new_expression parsing.  
						
						
						
					 
					
						2015-10-29 12:01:11 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							10b1da64e6 
							
						 
					 
					
						
						
							
							states work: Convert sudo parsing.  
						
						
						
					 
					
						2015-10-29 12:01:11 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							80d692c400 
							
						 
					 
					
						
						
							
							command word: Add an XFail test for issue  #194 , "Highlight anonymous functions".  
						
						
						
					 
					
						2015-10-29 12:01:11 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							e49251b6fa 
							
						 
					 
					
						
						
							
							sudo/redirections: Add two XFail tests for issue  #221 , "sudo and redirection don't mix".  
						
						
						
					 
					
						2015-10-29 12:01:09 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							2080a441ac 
							
						 
					 
					
						
						
							
							minor: Remove redundant setting of $highlight_glob.  
						
						
						
					 
					
						2015-10-28 09:58:13 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							59fbdda64c 
							
						 
					 
					
						
						
							
							main: Refresh highlighting upon accept-* widgets (accept-line et al).  
						
						... 
						
						
						
						Use this to remove [path_prefix] highlighting during accept-* widgets.
This causes ": file.tx<CR>" to remove the underline from "file.tx", like
": file.tx<SPACE>" already does.  (Assume 'file.txt' exists.) 
						
					 
					
						2015-10-28 09:24:08 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							7723edf4f5 
							
						 
					 
					
						
						
							
							Add an XFail test for accept-line semantics.  
						
						
						
					 
					
						2015-10-28 08:30:05 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							c808d2187a 
							
						 
					 
					
						
						
							
							wrapping: Don't add '--' when invoking widgets.  
						
						... 
						
						
						
						It's the widget's caller's responsibility, not ours, to add '--' where due.  If
we do it, two instances of '--' might result.  (I haven't been able to provoke
this problem.)
If this commit causes problems, the cause would be widget-callers that don't
pass '--' although they should. 
						
					 
					
						2015-10-28 08:30:05 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							7e6d960a08 
							
						 
					 
					
						
						
							
							noop: Break out a helper function.  
						
						
						
					 
					
						2015-10-28 08:30:05 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							feec9f58c9 
							
						 
					 
					
						
						
							
							Followup to last: Fix issue number in comment.  
						
						
						
					 
					
						2015-10-27 13:38:40 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							ed6d229b1c 
							
						 
					 
					
						
						
							
							Add XFail test for issue  #208 , 'precommand modifiers at non-command-word position'.  
						
						
						
					 
					
						2015-10-27 12:33:11 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							fb5ce43799 
							
						 
					 
					
						
						
							
							noop: Rename a local variable for clarity.  
						
						
						
					 
					
						2015-10-27 11:59:25 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							6fe07c0961 
							
						 
					 
					
						
						
							
							'make test': Fix breakage introduced by  4d3da30f8b:  
						
						... 
						
						
						
						test failure would not be reflected by the exit code of 'make'.
Setting a shell parameter in the left-hand side of a pipe is not visible to
commands after the pipe, because the left-hand side forks.  (That's true both
in 'sh' used by 'make' and in 'zsh' that runs tests/test-highlighting.zsh, at
least on my system.)  Therefore, move the colorizing hook to where it doesn't
interfere with setting the $something_failed (in tests/test-highlighting.zsh)
and $result (in Makefile) parameters. 
						
					 
					
						2015-10-27 11:59:20 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							4513eaea71 
							
						 
					 
					
						
						
							
							'make perf': New target.  
						
						
						
					 
					
						2015-10-27 09:47:09 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							9816fcf055 
							
						 
					 
					
						
						
							
							redirections: Test an infix redirection.  
						
						
						
					 
					
						2015-10-27 05:20:24 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							871af68082 
							
						 
					 
					
						
						
							
							sudo: Extend test to cover all codepaths.  
						
						
						
					 
					
						2015-10-27 05:09:13 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							7d45f3e3ec 
							
						 
					 
					
						
						
							
							changelog: Update through HEAD ( 98aee7f8b9).  
						
						
						
					 
					
						2015-10-27 07:00:39 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							98aee7f8b9 
							
						 
					 
					
						
						
							
							Remove path_approx.  
						
						... 
						
						
						
						Fixes  zsh-users/zsh-syntax-highlighting#187 .
Adds a test for zsh-users/zsh-syntax-highlighting#204 . 
					
						2015-10-27 04:29:05 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							4d3da30f8b 
							
						 
					 
					
						
						
							
							'make test': Colorize output.  
						
						... 
						
						
						
						Color is only added when "make test"'s stdout is a tty. 
						
					 
					
						2015-10-26 14:31:21 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							557bb7e0c6 
							
						 
					 
					
						
						
							
							'make test': Allow specifying the zsh binary to use.  
						
						
						
					 
					
						2015-10-26 14:18:54 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							57624bb9f6 
							
						 
					 
					
						
						
							
							Add screenshot.  
						
						... 
						
						
						
						preview-smaller.png is derived from preview.png by 50% downscaling.
Prior art: 66c18e6b71 
						
					 
					
						2015-10-24 10:59:20 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							663c760cc9 
							
						 
					 
					
						
						
							
							minor: test harness: Convert some global failure modes to TAP "Bail out" mode.  
						
						
						
					 
					
						2015-10-23 05:34:15 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							20d106bd4d 
							
						 
					 
					
						
						
							
							noop: Associate an XFAIL test with its issue.  
						
						
						
					 
					
						2015-10-23 04:57:05 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							d66113c1ed 
							
						 
					 
					
						
						
							
							Add XFAIL test for issue  #205 , "';' highlighted as unknown-token".  
						
						
						
					 
					
						2015-10-23 04:56:02 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							728ed66ff9 
							
						 
					 
					
						
						
							
							Fix copyright year.  
						
						... 
						
						
						
						Followup to b2ac98b981 
						
					 
					
						2015-10-23 04:53:06 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							8b8b19d91f 
							
						 
					 
					
						
						
							
							test harness: Fix a bug with empty actual or expected results.  
						
						... 
						
						
						
						Fixes  zsh-users/zsh-syntax-highlighting#217 . 
					
						2015-10-23 04:48:16 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							a18a7427fd 
							
						 
					 
					
						
						
							
							README: Document 'make install'.  
						
						... 
						
						
						
						Fixes  zsh-users/zsh-syntax-highlighting#218 . 
					
						2015-10-23 04:45:18 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							187371a459 
							
						 
					 
					
						
						
							
							chamgelog: Update through HEAD  
						
						
						
					 
					
						2015-10-23 04:44:39 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							c4a9fe9379 
							
						 
					 
					
						
						
							
							test harness: Exit 1 if a 'todo' test passed.  
						
						
						
					 
					
						2015-10-23 04:30:00 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							11c060ab76 
							
						 
					 
					
						
						
							
							test harness: Fix a bug whereby 'todo' state would propagate to all subsequent test points.  
						
						... 
						
						
						
						Update expectations on the subshell test (which triggered this bug, since it has
a passing test point following a 'todo' test point). 
						
					 
					
						2015-10-23 04:26:51 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							b2ac98b981 
							
						 
					 
					
						
						
							
							Fix issue  #216 : test failure with HOME=/nonexistent.  
						
						... 
						
						
						
						Make the test pass by setting explicitly the global state (existing $HOME) it
depends on.  Test another value of the global state (a non-existing $HOME). 
						
					 
					
						2015-10-23 03:51:06 +00:00 
						 
				 
			
				
					
						
							
							
								Antony Lee 
							
						 
					 
					
						
						
						
						
							
						
						
							22c8736e2b 
							
						 
					 
					
						
						
							
							Add XFAIL test for issue  #160 , "subshells highlighted incorrectly".  
						
						
						
					 
					
						2015-10-23 03:31:00 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							d99aa58aaa 
							
						 
					 
					
						
						
							
							test harness: Run each test as a single subshell.  
						
						... 
						
						
						
						That allows tests to be completely independent of each other, so tests that
change global state — such as modify environment variables, define functions or
aliases, or hash commands — will not affect other tests, without needing an
explicit cleanup step.
This enables testing path-tilde-home with and without $HOME set, which is part
of issue #216 .
While at it, convert the test harness to TAP.  This fixes issue #180  by adding
support for "not ok 42 # TODO" output.
This commit assumes that 'grep' supports POSIX-compliant -q and -v flags.
Patch-by: Matthew Martin <phy1729@gmail.com> 
						
					 
					
						2015-10-23 03:31:00 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							083c47b007 
							
						 
					 
					
						
						
							
							regerssion: Look for .version and .revision-hash in the correct place.  
						
						... 
						
						
						
						Fixes  zsh-users/zsh-syntax-highlighting#215 . 
					
						2015-10-21 06:55:00 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							30f2f1f144 
							
						 
					 
					
						
						
							
							.gitignore: Add .pc (quilt dir) for the benefit of downstreams  
						
						
						
					 
					
						2015-10-21 02:50:37 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							8631cc1061 
							
						 
					 
					
						
						
							
							README.md += overview description paragraph  
						
						... 
						
						
						
						Based on text by Carsten Hey <carsten@debian.org>. 
						
					 
					
						2015-10-20 14:56:26 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							cae87016c6 
							
						 
					 
					
						
						
							
							release.md: Add an IRC task.  
						
						
						
					 
					
						2015-10-20 14:41:55 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							cac3d95269 
							
						 
					 
					
						
						
							
							release.md: Document tag process more clearly.  
						
						
						
					 
					
						2015-10-20 14:37:14 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							b5c30ae526 
							
						 
					 
					
						
						
							
							Post-release version number bump.  
						
						
						
					 
					
						2015-10-20 14:35:21 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							fee52920ae 
							
						 
					 
					
						
						
							
							Tag version 0.3.0.  
						
						
						
					 
					
						2015-10-20 14:34:59 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							58b0047c81 
							
						 
					 
					
						
						
							
							changelog: Update through HEAD  
						
						
						
					 
					
						2015-10-20 14:32:43 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							a73b33fc13 
							
						 
					 
					
						
						
							
							release.md: Create tags the way they've always been created.  
						
						
						
					 
					
						2015-10-20 14:32:43 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							c687bddea3 
							
						 
					 
					
						
						
							
							Drop unnecessary shebang lines, part 2.  
						
						... 
						
						
						
						Follow-up to the last commit.
E: zsh-syntax-highlighting: missing-dep-for-interpreter zsh => zsh | zsh-beta (usr/share/zsh-syntax-highlighting/highlighters/main/main-highlighter.zsh)
W: zsh-syntax-highlighting: executable-not-elf-or-script usr/share/zsh-syntax-highlighting/highlighters/main/main-highlighter.zsh 
						
					 
					
						2015-10-20 12:06:07 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							c30301d474 
							
						 
					 
					
						
						
							
							Drop unnecessary shebang lines.  
						
						... 
						
						
						
						All these files should be sourced, not executed; and Debian's lintian complains:
W: zsh-syntax-highlighting: script-not-executable usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 
						
					 
					
						2015-10-20 11:49:51 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							0a7035170a 
							
						 
					 
					
						
						
							
							versioning: Expose .revision-hash as $ZSH_HIGHLIGHT_REVISION.  
						
						... 
						
						
						
						Currently, this only works in installed trees and exported tarballs; the
parameter is left unset when running directly from a git worktree. 
						
					 
					
						2015-10-20 03:07:04 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							85500ec151 
							
						 
					 
					
						
						
							
							README.md: install with oh-my-zsh in a single command  
						
						
						
					 
					
						2015-10-20 00:38:43 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Shahaf 
							
						 
					 
					
						
						
						
						
							
						
						
							bb9c407c95 
							
						 
					 
					
						
						
							
							'make install': Tweak to work with one-shell-per-logical-line 'make' implementations,  
						
						... 
						
						
						
						Tested with 'bmake -B'.
Found-by: Carsten Hey 
						
					 
					
						2015-10-20 00:35:50 +00:00 
						 
				 
			
				
					
						
							
							
								Vítor Galvão 
							
						 
					 
					
						
						
						
						
							
						
						
							6f7bf8c0f4 
							
						 
					 
					
						
						
							
							README.md: install with oh-my-zsh in a single command  
						
						
						
					 
					
						2015-10-20 01:30:52 +01:00