72 コミット (89c600c873a7e64b075c916850e80bfd62f81de9)

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