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 година