182 Revīzijas (master)

Autors SHA1 Ziņojums Datums
  Andrew Tropin 590c1cd84c
Disable ^C async workaround for zsh version 5.8 and later pirms 3 gadiem
  Roman Perepelitsa e0b96e1bd6 fix a bug in partial acceptance of suggestions pirms 4 gadiem
  Eric Freese 6c634c1e35 Enable async mode by default in newer versions of zsh pirms 4 gadiem
  Eric Freese 19e375bbc8 cleanup: Consolidate `autoload`s pirms 4 gadiem
  Eric Freese c114bd2298 Be more specific about the built-in widgets we want to avoid wrapping pirms 4 gadiem
  Eric Freese 7682c13860 cleanup: Pull built-in widget actions into global variable pirms 4 gadiem
  Eric Freese f90d040784 cleanup: Use more idiomatic method of checking if var is set pirms 4 gadiem
  Eric Freese 6ec95379fa Call original widget before moving cursor when accepting suggestion pirms 4 gadiem
  Eric Freese 7afb7364f1 Allow skipping completion suggestions when buffer matches a pattern pirms 4 gadiem
  Eric Freese 54d7a9a84c cleanup: Switch to guard clause in accept widget handler pirms 4 gadiem
  Eric Freese 5217ed5269 cleanup: Switch to arithmetic comparison pirms 4 gadiem
  Eric Freese ef657cb38c cleanup: Combine two arithmetic conditionals pirms 4 gadiem
  Eric Freese 0f0f221180 cleanup: Split on null bytes instead of pattern matching pirms 5 gadiem
  Eric Freese b87a4972c8 Allow configuring to ignore history entries matching a pattern pirms 5 gadiem
  Eric Freese 78e4379711 Fix moving cursor to end of buffer when suggestion accepted pirms 5 gadiem
  Eric Freese 676aebdf44 Fix deleting last character in vi mode (#302) pirms 6 gadiem
  Eric Freese a437544cc5 Degrade gracefully on systems missing zsh/system module pirms 5 gadiem
  Eric Freese adb02c44a2 Prefix custom `_complete` implementation with "function" keyword pirms 5 gadiem
  Eric Freese f543ba08c3 Fix cr/lf handling in completion strategy pirms 5 gadiem
  Eric Freese 68343c8de4 Allow suggestions to suggest trailing newlines pirms 5 gadiem
  Eric Freese d94475ca1b Simplify logic to extract suggestion from between null bytes pirms 5 gadiem
  Eric Freese c04e015d13 Add to explanation of extra stuff after `zpty -r` pirms 5 gadiem
  Eric Freese e9ce05c4c1 Ensure that `kill` succeeds even in older buggy versions of zsh pirms 5 gadiem
  Eric Freese fdf4502c5c We need to autoload is-at-least for it to be available pirms 5 gadiem
  Eric Freese 7e048c3f53 Fix error that was hidden in zpty pirms 5 gadiem
  Eric Freese 2b05f5ed2d Add a comment explaining post-completion hook pirms 5 gadiem
  Eric Freese 0d3bbaf8e6 Remove hard-coded ignore of zle-* widgets and add to default config pirms 5 gadiem
  Eric Freese 848aa741f4 Revert "Merge pull request #439 from zsh-users/fixes/copy-earlier-word" pirms 5 gadiem
  Henré Botha 15bcfd7126 Don't fetch suggestions after copy-earlier-word pirms 5 gadiem
  Henré Botha 527fd17ffc Don't fetch suggestions after copy-earlier-word pirms 5 gadiem
  Eric Freese 474c577f3c Allow setting max size to empty string (GitHub #422) pirms 5 gadiem
  Eric Freese c1910348c7 Implement completion suggestion strategy (#111) pirms 5 gadiem
  Eric Freese b9fee8a324 Allow disabling of automatic widget re-binding pirms 5 gadiem
  Eric Freese db290c518b cleanup: Leave max size config unset by default to match other options pirms 5 gadiem
  Eric Freese d8ba53678e cleanup: Use `+` param expansion flag in arithmetic context pirms 5 gadiem
  Eric Freese 4cd210b70d Fix async suggestions when SH_WORD_SPLIT is set pirms 5 gadiem
  Eric Freese e405afab29 Refactor async mode to no longer use zpty pirms 6 gadiem
  romkatv 4a82ff1ead speed up widget rebinding by removing redundant array subscripts pirms 5 gadiem
  Eric Freese f76472272e cleanup: Remove unnecessary braces pirms 5 gadiem
  Eric Freese 50579b3371 Move widget definitions inside anonymous function pirms 5 gadiem
  dana aee1b10db6 Avoid warn_create_global warnings pirms 5 gadiem
  Eric Freese e937e89267 Respect user's set options when running original widget pirms 5 gadiem
  Eric Freese 41657e3565 Revert async process substitution & completion strategy pirms 5 gadiem
  Eric Freese 70f36c007d Finish renaming "default" strategy to "history" pirms 5 gadiem
  Eric Nielsen 9e4d3c337f Don't overwrite config with default values pirms 6 gadiem
  Eric Freese a78ea16c50 Support fallback strategies by setting array in config pirms 5 gadiem
  Eric Freese 62f5f14f2f default => history pirms 5 gadiem
  Eric Freese 4540304fa0 Reset opts in some functions affected by GLOB_SUBST pirms 6 gadiem
  Eric Freese 4097d6e0ae Support widgets starting with dashes (ex: `-a-widget`) pirms 6 gadiem
  Eric Freese 0f80f9511d Fix handling of newline + carriage return in async pty (#333) pirms 6 gadiem