v0.3.2 #142

Merged
merged 19 commits into from May 28, 2016

2 participants

@ericfreese
zsh-users member
ericfreese commented Apr 14, 2016 edited
  • Handle vi-add-eol (#143)
  • Fix readme: "The test script lives at script/test.zsh. To run the tests, run make test."
  • Remove unused test variables from Makefile
  • Review readme
  • Update changelog
  • Bump version
ericfreese and others added some commits Mar 15, 2016
@ericfreese ericfreese Test Runner now supports running specific tests and choosing zsh bin a28e72e
@ericfreese ericfreese Clean up tests with setUp and tearDown functions ba71091
@ericfreese ericfreese Formatting 2acf25e
@ericfreese ericfreese Keep track of return value from original widget (#135) 1d4f7e1
@ericfreese ericfreese Merge pull request #140 from zsh-users/fixes/bound_widget_return_code
Keep track of return value from original widget (#135)
9bef50f
@ericfreese ericfreese Fix #143: Add `vi-add-eol` to list of accept widgets. 6d6e782
@ericfreese ericfreese Fix readme test script reference. d7001f2
@ericfreese ericfreese Remove unused test variables from Makefile c477db2
@ericfreese ericfreese Pull duplicated test logic from strategies into single test file c5f57da
@ericfreese ericfreese Refactor to remove prev cmd function and simplify escaping 011d8bd
@ericfreese ericfreese Fix #152 by escaping widget names inside evals
Solves problems when dealing with widget names with irregular
characters such as those that come from `opp.zsh`.
945c660
@ericfreese ericfreese Use array indices for forward compatibility
See issue #152
964773a
@ericfreese ericfreese Fix 118: Clear suggestion before original widget to fix completions
See PR #149
e87bc74
@adamkruszewski adamkruszewski Adjust plugin.zsh file to run on zsh 5.1 in mSYS2. 0a6c349
@ericfreese ericfreese Merge pull request #156 from adamkruszewski/v0.3.x
Adjust plugin.zsh file to run on zsh 5.1 in mSYS2.
5e5bfdb
@ericfreese ericfreese Changelog updates for v0.3.2 96eb0fa
@ericfreese ericfreese Add note to readme about PRs going to `develop` branch 7c688ec
@ericfreese ericfreese Fix Makefile to not create symbolic link after PR #156 was merged 4a2d9f9
@ericfreese ericfreese v0.3.2 cce68de
@ericfreese ericfreese merged commit 62cdba4 into master May 28, 2016
@ericfreese ericfreese deleted the v0.3.x branch May 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment