182 Commits (master)

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