182 コミット (fc391d6bf611ff00f0f145575bcc1c6168cf9e6b)

作成者 SHA1 メッセージ 日付
  Andrew Tropin 590c1cd84c
Disable ^C async workaround for zsh version 5.8 and later 3年前
  Roman Perepelitsa e0b96e1bd6 fix a bug in partial acceptance of suggestions 4年前
  Eric Freese 6c634c1e35 Enable async mode by default in newer versions of zsh 4年前
  Eric Freese 19e375bbc8 cleanup: Consolidate `autoload`s 4年前
  Eric Freese c114bd2298 Be more specific about the built-in widgets we want to avoid wrapping 4年前
  Eric Freese 7682c13860 cleanup: Pull built-in widget actions into global variable 4年前
  Eric Freese f90d040784 cleanup: Use more idiomatic method of checking if var is set 4年前
  Eric Freese 6ec95379fa Call original widget before moving cursor when accepting suggestion 4年前
  Eric Freese 7afb7364f1 Allow skipping completion suggestions when buffer matches a pattern 4年前
  Eric Freese 54d7a9a84c cleanup: Switch to guard clause in accept widget handler 4年前
  Eric Freese 5217ed5269 cleanup: Switch to arithmetic comparison 4年前
  Eric Freese ef657cb38c cleanup: Combine two arithmetic conditionals 4年前
  Eric Freese 0f0f221180 cleanup: Split on null bytes instead of pattern matching 5年前
  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 a437544cc5 Degrade gracefully on systems missing zsh/system module 5年前
  Eric Freese adb02c44a2 Prefix custom `_complete` implementation with "function" keyword 5年前
  Eric Freese f543ba08c3 Fix cr/lf handling in completion strategy 5年前
  Eric Freese 68343c8de4 Allow suggestions to suggest trailing newlines 5年前
  Eric Freese d94475ca1b Simplify logic to extract suggestion from between null bytes 5年前
  Eric Freese c04e015d13 Add to explanation of extra stuff after `zpty -r` 5年前
  Eric Freese e9ce05c4c1 Ensure that `kill` succeeds even in older buggy versions of zsh 5年前
  Eric Freese fdf4502c5c We need to autoload is-at-least for it to be available 5年前
  Eric Freese 7e048c3f53 Fix error that was hidden in zpty 5年前
  Eric Freese 2b05f5ed2d Add a comment explaining post-completion hook 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年前
  Henré Botha 527fd17ffc Don't fetch suggestions after copy-earlier-word 5年前
  Eric Freese 474c577f3c Allow setting max size to empty string (GitHub #422) 5年前
  Eric Freese c1910348c7 Implement completion suggestion strategy (#111) 5年前
  Eric Freese b9fee8a324 Allow disabling of automatic widget re-binding 5年前
  Eric Freese db290c518b cleanup: Leave max size config unset by default to match other options 5年前
  Eric Freese d8ba53678e cleanup: Use `+` param expansion flag in arithmetic context 5年前
  Eric Freese 4cd210b70d Fix async suggestions when SH_WORD_SPLIT is set 5年前
  Eric Freese e405afab29 Refactor async mode to no longer use zpty 6年前
  romkatv 4a82ff1ead speed up widget rebinding by removing redundant array subscripts 5年前
  Eric Freese f76472272e cleanup: Remove unnecessary braces 5年前
  Eric Freese 50579b3371 Move widget definitions inside anonymous function 5年前
  dana aee1b10db6 Avoid warn_create_global warnings 5年前
  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 a78ea16c50 Support fallback strategies by setting array in config 5年前
  Eric Freese 62f5f14f2f default => history 5年前
  Eric Freese 4540304fa0 Reset opts in some functions affected by GLOB_SUBST 6年前
  Eric Freese 4097d6e0ae Support widgets starting with dashes (ex: `-a-widget`) 6年前
  Eric Freese 0f80f9511d Fix handling of newline + carriage return in async pty (#333) 6年前