72 Commits (master)

Author SHA1 Message Date
  Eric Freese b87a4972c8 Allow configuring to ignore history entries matching a pattern 5 years ago
  Eric Freese 78e4379711 Fix moving cursor to end of buffer when suggestion accepted 5 years ago
  Eric Freese 676aebdf44 Fix deleting last character in vi mode (#302) 6 years ago
  Eric Freese adb02c44a2 Prefix custom `_complete` implementation with "function" keyword 5 years ago
  Eric Freese f543ba08c3 Fix cr/lf handling in completion strategy 5 years ago
  Eric Freese e263845bed Add an extra completion to better exercise choosing first 5 years ago
  Eric Freese 0d3bbaf8e6 Remove hard-coded ignore of zle-* widgets and add to default config 5 years ago
  Eric Freese 848aa741f4 Revert "Merge pull request #439 from zsh-users/fixes/copy-earlier-word" 5 years ago
  Henré Botha 15bcfd7126 Don't fetch suggestions after copy-earlier-word 5 years ago
  Eric Freese 9ceeacc797 Try to make async ^C spec less flaky 5 years ago
  Henré Botha 527fd17ffc Don't fetch suggestions after copy-earlier-word 5 years ago
  Eric Freese 1912726460 Try to make async ^C spec less flaky 5 years ago
  Eric Freese ce6ee94f30 Add spec to demonstrate bracketed-paste-magic bug workaround 5 years ago
  Eric Freese e7c7efe2e2 Set options immediately after sourcing the plugin before next precmd 5 years ago
  Eric Freese c1910348c7 Implement completion suggestion strategy (#111) 5 years ago
  Eric Freese b9fee8a324 Allow disabling of automatic widget re-binding 5 years ago
  Eric Freese e405afab29 Refactor async mode to no longer use zpty 6 years ago
  Eric Freese e937e89267 Respect user's set options when running original widget 5 years ago
  Eric Freese 41657e3565 Revert async process substitution & completion strategy 5 years ago
  Eric Freese 70f36c007d Finish renaming "default" strategy to "history" 5 years ago
  Eric Nielsen 9e4d3c337f Don't overwrite config with default values 6 years ago
  Eric Freese f0f1332e6b Add `after_sourcing` hook for tests 5 years ago
  Eric Freese a78ea16c50 Support fallback strategies by setting array in config 5 years ago
  Eric Freese 62f5f14f2f default => history 5 years ago
  Eric Freese 822a1f30e0 Async is less reliable in zsh versions < 5.0.8 6 years ago
  Eric Freese 0f80f9511d Fix handling of newline + carriage return in async pty (#333) 6 years ago
  Eric Nielsen e61442161e Don't overwrite config with default values 6 years ago
  Eric Freese 4b28d92e01 Add `after_sourcing` hook for tests 5 years ago
  Eric Freese 9cb0101512 Refactor async mode to no longer use zpty 6 years ago
  Eric Freese bcbdad83e9 Support fallback strategies by setting array in config 6 years ago
  Eric Freese 973205005c Add spec for `completion` strategy 6 years ago
  Eric Freese 7d19f8f9b2 Rename default spec to history spec 6 years ago
  Eric Freese 3dbd9afaec Fix completion strategy killing other pty's 6 years ago
  Eric Freese f63afd5969 Fix async pty name option spec 6 years ago
  Eric Freese 5549b68e6e Async is less reliable in zsh versions < 5.0.8 6 years ago
  Eric Freese 63789e96b5 Fix handling of newline + carriage return in async pty (#333) 6 years ago
  Eric Freese df5fb858aa Destroy old pty even if it's no longer running (#249) 6 years ago
  Eric Freese 726bc4eb5c Create general spec for async behavior 6 years ago
  Harm te Hennepe 59c72c6805 Don't break kill ring rotation 6 years ago
  Eric Freese 393f7b8bb9 Fix vi-mode partial-accept 6 years ago
  Eric Freese 42f5a06f7f Need to reset the POSTDISPLAY if exiting early 6 years ago
  Eric Freese 51fef255da Add method to connect terminal to tmux session during tests 6 years ago
  Eric Freese 3136700ccf Don't fetch suggestions after [up,down]-line-or-beginning-search 6 years ago
  Kaleb Elwert 940e10a691 Fix conditionals to use [[ and (( rather than [ 7 years ago
  Eric Freese 0681a1c121 Remove flaky test that doesn't really matter that much 7 years ago
  Eric Freese 9e110406fa Add test for special characters with match_prev_cmd strategy 7 years ago
  Eric Freese 83129dd796 Make asynchronous suggestions disabled by default 7 years ago
  Eric Freese a2f0ffb122 Enabling suggestions should not fetch a suggestion if buffer is empty 7 years ago
  Eric Freese 7d4a1d9a4a Add enable/disable/toggle widgets to disable suggestion functionality 7 years ago
  Eric Freese e1959d0f61 Put in a general fix for #219 - Handling input from `zle -U` 7 years ago