Skip to content
Snippets Groups Projects
  1. Dec 06, 2017
  2. Nov 28, 2017
  3. Nov 27, 2017
    • Kaleb Elwert's avatar
      Fix conditionals to use [[ and (( rather than [ · 940e10a6
      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.
      940e10a6
  4. Sep 27, 2017
  5. Sep 26, 2017
  6. Sep 12, 2017
  7. Sep 10, 2017
    • Stefan Siegel's avatar
      Simplify escaping of pattern and fix match_prev_cmd strategy · 7f8ff286
      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")
      7f8ff286
  8. Aug 23, 2017
  9. Aug 21, 2017
  10. Aug 18, 2017
  11. Jul 30, 2017
  12. Jul 24, 2017
  13. Jul 08, 2017
  14. Jul 07, 2017
  15. May 10, 2017
  16. Apr 14, 2017
  17. Mar 05, 2017
  18. Mar 04, 2017
Loading