4513eaea71 
								
							 
						 
						
							
							
								
								'make perf': New target.  
							
							
							
						 
						
							2015-10-27 09:47:09 +02:00  
				
					
						
							
							
								 
						
							
								9816fcf055 
								
							 
						 
						
							
							
								
								redirections: Test an infix redirection.  
							
							
							
						 
						
							2015-10-27 05:20:24 +00:00  
				
					
						
							
							
								 
						
							
								871af68082 
								
							 
						 
						
							
							
								
								sudo: Extend test to cover all codepaths.  
							
							
							
						 
						
							2015-10-27 05:09:13 +00:00  
				
					
						
							
							
								 
						
							
								7d45f3e3ec 
								
							 
						 
						
							
							
								
								changelog: Update through HEAD ( 98aee7f8b9).  
							
							
							
						 
						
							2015-10-27 07:00:39 +02:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								557bb7e0c6 
								
							 
						 
						
							
							
								
								'make test': Allow specifying the zsh binary to use.  
							
							
							
						 
						
							2015-10-26 14:18:54 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								663c760cc9 
								
							 
						 
						
							
							
								
								minor: test harness: Convert some global failure modes to TAP "Bail out" mode.  
							
							
							
						 
						
							2015-10-23 05:34:15 +00:00  
				
					
						
							
							
								 
						
							
								20d106bd4d 
								
							 
						 
						
							
							
								
								noop: Associate an XFAIL test with its issue.  
							
							
							
						 
						
							2015-10-23 04:57:05 +00:00  
				
					
						
							
							
								 
						
							
								d66113c1ed 
								
							 
						 
						
							
							
								
								Add XFAIL test for issue  #205 , "';' highlighted as unknown-token".  
							
							
							
						 
						
							2015-10-23 04:56:02 +00:00  
				
					
						
							
							
								 
						
							
								728ed66ff9 
								
							 
						 
						
							
							
								
								Fix copyright year.  
							
							... 
							
							
							
							Followup to b2ac98b981 
							
						 
						
							2015-10-23 04:53:06 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								a18a7427fd 
								
							 
						 
						
							
							
								
								README: Document 'make install'.  
							
							... 
							
							
							
							Fixes  zsh-users/zsh-syntax-highlighting#218 . 
						
							2015-10-23 04:45:18 +00:00  
				
					
						
							
							
								 
						
							
								187371a459 
								
							 
						 
						
							
							
								
								chamgelog: Update through HEAD  
							
							
							
						 
						
							2015-10-23 04:44:39 +00:00  
				
					
						
							
							
								 
						
							
								c4a9fe9379 
								
							 
						 
						
							
							
								
								test harness: Exit 1 if a 'todo' test passed.  
							
							
							
						 
						
							2015-10-23 04:30:00 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								22c8736e2b 
								
							 
						 
						
							
							
								
								Add XFAIL test for issue  #160 , "subshells highlighted incorrectly".  
							
							
							
						 
						
							2015-10-23 03:31:00 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								30f2f1f144 
								
							 
						 
						
							
							
								
								.gitignore: Add .pc (quilt dir) for the benefit of downstreams  
							
							
							
						 
						
							2015-10-21 02:50:37 +00:00  
				
					
						
							
							
								 
						
							
								8631cc1061 
								
							 
						 
						
							
							
								
								README.md += overview description paragraph  
							
							... 
							
							
							
							Based on text by Carsten Hey <carsten@debian.org>. 
							
						 
						
							2015-10-20 14:56:26 +00:00  
				
					
						
							
							
								 
						
							
								cae87016c6 
								
							 
						 
						
							
							
								
								release.md: Add an IRC task.  
							
							
							
						 
						
							2015-10-20 14:41:55 +00:00  
				
					
						
							
							
								 
						
							
								cac3d95269 
								
							 
						 
						
							
							
								
								release.md: Document tag process more clearly.  
							
							
							
						 
						
							2015-10-20 14:37:14 +00:00  
				
					
						
							
							
								 
						
							
								b5c30ae526 
								
							 
						 
						
							
							
								
								Post-release version number bump.  
							
							
							
						 
						
							2015-10-20 14:35:21 +00:00  
				
					
						
							
							
								 
						
							
								fee52920ae 
								
							 
						 
						
							
							
								
								Tag version 0.3.0.  
							
							
							
						 
						
							2015-10-20 14:34:59 +00:00  
				
					
						
							
							
								 
						
							
								58b0047c81 
								
							 
						 
						
							
							
								
								changelog: Update through HEAD  
							
							
							
						 
						
							2015-10-20 14:32:43 +00:00  
				
					
						
							
							
								 
						
							
								a73b33fc13 
								
							 
						 
						
							
							
								
								release.md: Create tags the way they've always been created.  
							
							
							
						 
						
							2015-10-20 14:32:43 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								85500ec151 
								
							 
						 
						
							
							
								
								README.md: install with oh-my-zsh in a single command  
							
							
							
						 
						
							2015-10-20 00:38:43 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								6f7bf8c0f4 
								
							 
						 
						
							
							
								
								README.md: install with oh-my-zsh in a single command  
							
							
							
						 
						
							2015-10-20 01:30:52 +01:00  
				
					
						
							
							
								 
						
							
								72b1abd17d 
								
							 
						 
						
							
							
								
								Makefile: declare PHONY targets  
							
							
							
						 
						
							2015-10-20 00:26:43 +00:00  
				
					
						
							
							
								 
						
							
								3576df29aa 
								
							 
						 
						
							
							
								
								Don't leak $REPLY into global scope.  
							
							... 
							
							
							
							Fixes issue #213 . 
							
						 
						
							2015-10-20 00:21:11 +00:00  
				
					
						
							
							
								 
						
							
								bde1c83af1 
								
							 
						 
						
							
							
								
								'make test': Pass -f to zsh to minimize environmental variation.  
							
							
							
						 
						
							2015-10-19 14:26:01 +00:00  
				
					
						
							
							
								 
						
							
								4604deb652 
								
							 
						 
						
							
							
								
								dev: Document the release process (first draft).  
							
							
							
						 
						
							2015-10-19 13:59:30 +00:00  
				
					
						
							
							
								 
						
							
								f48f5400c1 
								
							 
						 
						
							
							
								
								Revert "Do wrap the 'yank' widget, because that works."  
							
							... 
							
							
							
							This reverts commit 8e7c26f489#183  for context.
Conflicts:
	zsh-syntax-highlighting.zsh 
							
						 
						
							2015-10-19 13:40:51 +00:00  
				
					
						
							
							
								 
						
							
								379ab0d34e 
								
							 
						 
						
							
							
								
								'make install': Install .version and .revision-hash.  
							
							
							
						 
						
							2015-10-19 13:36:14 +00:00  
				
					
						
							
							
								 
						
							
								766b350a7d 
								
							 
						 
						
							
							
								
								Wrap yank-pop.  
							
							... 
							
							
							
							As explained in #143  (which was a PR for #99 ), 'yank-pop' only works when the
previous widget has the ZLE_YANK flag, which means wrapping the 'yank' widget
breaks the 'yank-pop' widget (makes it a no-op).  However, that is a reason
against wrapping the 'yank' widget, but not against wrapping the 'yank-pop'
widget.  Indeed, if 'yank-pop' is wrapped but 'yank' isn't, then yank-pop
functions correctly and updates highlighting properly.
To unbreak yank-pop, either 'yank' should be excluded from wrapping, or one of
the fixes mentioned on issue #183  should be applied. 
							
						 
						
							2015-10-19 08:34:08 +00:00  
				
					
						
							
							
								 
						
							
								fe4e893ce5 
								
							 
						 
						
							
							
								
								changelog: Extend 'suffix aliases' entry.  
							
							
							
						 
						
							2015-10-19 08:05:58 +00:00  
				
					
						
							
							
								 
						
							
								e0bb30a153 
								
							 
						 
						
							
							
								
								changelog: Add changelog for 0.2.1..HEAD (0.3.0-dev).  
							
							
							
						 
						
							2015-10-19 08:02:27 +00:00  
				
					
						
							
							
								 
						
							
								728784649f 
								
							 
						 
						
							
							
								
								'make install': Install .version and .revision-hash.  
							
							
							
						 
						
							2015-10-19 07:35:36 +00:00  
				
					
						
							
							
								 
						
							
								9a3c7d1960 
								
							 
						 
						
							
							
								
								versioning: Add versioning information: .version, .revision-hash, $ZSH_HIGHLIGHT_VERSION.  
							
							... 
							
							
							
							* danielsh/versionstamp:
  versionstamp: Set up '.revision-hash' file.
  versionstamp: Handle NO_FUNCTION_ARGZERO.
  Set the version number. 
							
						 
						
							2015-10-19 07:25:25 +00:00  
				
					
						
							
							
								 
						
							
								c538d6b357 
								
							 
						 
						
							
							
								
								versionstamp: Set up '.revision-hash' file.  
							
							
							
						 
						
							2015-10-19 07:21:20 +00:00  
				
					
						
							
							
								 
						
							
								9c56c624e9 
								
							 
						 
						
							
							
								
								versionstamp: Handle NO_FUNCTION_ARGZERO.  
							
							... 
							
							
							
							Sourcing zsh-syntax-highlighting.zsh without FUNCTION_ARGZERO doesn't work (for
reasons unrelated to this branch), but now errors out gracefully.  The failure mode
before this branch was:
    zsh-syntax-highlighting: highlighters directory '/usr/local/bin/highlighters' not found.
where /usr/local/bin is dirname() of the zsh binary. 
							
						 
						
							2015-10-19 07:21:20 +00:00  
				
					
						
							
							
								 
						
							
								43386376d8 
								
							 
						 
						
							
							
								
								Set the version number.  
							
							... 
							
							
							
							Store it in a separate file so OS packages and 'make install' (issue #177 ) can
reuse it. 
							
						 
						
							2015-10-19 07:20:57 +00:00  
				
					
						
							
							
								 
						
							
								984b4acd78 
								
							 
						 
						
							
							
								
								Makefile: have the default invocation safer.  
							
							... 
							
							
							
							Don't modify $(PREFIX) from 'make', only from 'make install'. 
							
						 
						
							2015-10-19 07:08:42 +00:00