182 Commits (fc391d6bf611ff00f0f145575bcc1c6168cf9e6b)

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