- Dec 06, 2017
-
-
Eric Freese authored
v0.4.2
-
Eric Freese authored
Fixes/support older versions
-
Eric Freese authored
-
Eric Freese authored
To support older versions of zsh (< 5.0.8). We were missing the EXTENDED_GLOB option that allows use of `(#m)` flag.
-
Eric Freese authored
This reverts commit 7f8ff286.
-
Eric Freese authored
RHEL6 bundles v4.3.11 Ubuntu 14.04 and Amazon Linux bundle v5.0.2
-
- Nov 28, 2017
-
-
Eric Freese authored
v0.4.1
-
Eric Freese authored
-
- Nov 27, 2017
-
-
Kaleb Elwert authored
This fixes a small issue in src/widgets.zsh which makes it so if you alias [ to g[ (as is done in prezto if the gnu-utility module is loaded) autosuggestions would fail. The documentation for GNU test mentions that -o and -a should be avoided if possible because it's not very clear. Also, with zsh and [[ -o actually tests if an option is set, which makes this option even more confusing.
-
- Sep 27, 2017
-
-
Eric Freese authored
Now that patch has released
-
Eric Freese authored
Use typeset -g to avoid warnnestedvar warnings
-
Eric Freese authored
Fixes github issue #271
-
- Sep 26, 2017
-
-
Eric Freese authored
Simplify escaping of pattern and fix match_prev_cmd strategy
-
Eric Freese authored
-
Eric Freese authored
Seems like this would happen on some machines but not on others. Not sure exactly what's going on, but this is such an edge case I'm just going to remove the test.
-
Eric Freese authored
https should work more broadly for folks
-
- Sep 12, 2017
-
-
Eric Freese authored
escape pattern-matching chars on $prefix for match_prev_cmd strategy
-
- Sep 10, 2017
-
-
Stefan Siegel authored
Maybe this is also a fix for #247, #248 and #258. Supersedes #267. Testcase: Using match_prev_cmd strategy and with these lines in history: echo '1^' echo '2^' echo '1^' type: echo (unexpected suggestion echo '1^' instead of echo '2^') echo '1^1 (wrong suggestion echo '1^1echo '1^') echo '1^# (error "bad math expression")
-
- Aug 23, 2017
-
-
Eric Freese authored
replace tabs in Rubocop config with spaces
-
- Aug 21, 2017
-
-
Thomas McDonald authored
YAML does not permit tabs and many parsers will error when loading a tab-indented file - http://www.yaml.org/faq.html
-
- Aug 18, 2017
-
-
Isaac W Hanson authored
-
Eric Freese authored
Github #247 and #258
-
Alexander Neumann authored
This commit adds the 'emacs-forward-word' widget to the list of partial accept widgets.
-
- Jul 30, 2017
-
-
Eric Freese authored
Update README.md
-
- Jul 24, 2017
-
-
Alon Harel authored
-
- Jul 08, 2017
-
-
Eric Freese authored
Added installation instructions for AUR, Homebrew
-
- Jul 07, 2017
-
-
Sumner Evans authored
-
- May 10, 2017
-
-
Eric Freese authored
v0.4.0
-
Eric Freese authored
-
Eric Freese authored
-
- Apr 14, 2017
-
-
Eric Freese authored
While they are still experimental
-
- Mar 05, 2017
-
-
Eric Freese authored
Fixes/bpm async fix
-
Eric Freese authored
-
- Mar 04, 2017
-
-
Eric Freese authored
[GitHub #219] Intended to be helpful for folks using bracketed-paste-magic and other widgets that use `zle -U`.
-
Eric Freese authored
Depends on patch to ZSH from workers/40702: http://www.zsh.org/mla/workers/2017/msg00414.html
-
Eric Freese authored
Puts in a better fix for #126 and related issues.
-
Eric Freese authored
-
Eric Freese authored
Can attach while tests are stopped with `tmux -L <socket_name> attach`
-