vi-add-eol
Test Runner now supports running specific tests and choosing zsh bin
a28e72e
Clean up tests with setUp and tearDown functions
ba71091
Formatting
2acf25e
Keep track of return value from original widget (#135)
1d4f7e1
Merge pull request #140 from zsh-users/fixes/bound_widget_return_code
9bef50f
Fix #143: Add `vi-add-eol` to list of accept widgets.
6d6e782
Fix readme test script reference.
d7001f2
Remove unused test variables from Makefile
c477db2
Pull duplicated test logic from strategies into single test file
c5f57da
Refactor to remove prev cmd function and simplify escaping
011d8bd
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
Use array indices for forward compatibility
See issue #152
964773a
Fix 118: Clear suggestion before original widget to fix completions
See PR #149
e87bc74
Adjust plugin.zsh file to run on zsh 5.1 in mSYS2.
0a6c349
Merge pull request #156 from adamkruszewski/v0.3.x
5e5bfdb
Changelog updates for v0.3.2
96eb0fa
Add note to readme about PRs going to `develop` branch
7c688ec
Fix Makefile to not create symbolic link after PR #156 was merged
4a2d9f9
v0.3.2
cce68de
62cdba4
vi-add-eol(#143)