116 Révisions (43a011026ffd9c7e9dba4cf022922a4877f1d4e7)

Auteur SHA1 Message Date
  Martin Väth 43a011026f Do not leak global variables REPLY and strategy il y a 6 ans
  Eric Freese 9cb0101512 Refactor async mode to no longer use zpty il y a 6 ans
  Eric Freese b0ffc34fb8 completion should be a local var il y a 6 ans
  Eric Freese 4e466f0e4e Support widgets starting with dashes (ex: `-a-widget`) il y a 6 ans
  Eric Freese bcbdad83e9 Support fallback strategies by setting array in config il y a 6 ans
  Eric Freese 949c374195 Fix `completion` strategy on older versions of zsh il y a 6 ans
  Eric Freese 973205005c Add spec for `completion` strategy il y a 6 ans
  Eric Freese cf458d2a3b Fix completion suggestions when compinit is not enabled il y a 6 ans
  Eric Freese 3dbd9afaec Fix completion strategy killing other pty's il y a 6 ans
  Eric Freese 6ffaec725a Allow completion suggestions from current shell il y a 6 ans
  Eric Freese 4cca26ec84 Modify completion code to better fit our needs il y a 6 ans
  Eric Freese c5551daabc Default strategy now tries history first and falls back to completion il y a 6 ans
  Eric Freese 82b08e2dc8 First pass at getting suggestions from completion engine (#111) il y a 6 ans
  Eric Freese 63789e96b5 Fix handling of newline + carriage return in async pty (#333) il y a 6 ans
  Eric Freese df5fb858aa Destroy old pty even if it's no longer running (#249) il y a 6 ans
  Harm te Hennepe 59c72c6805 Don't break kill ring rotation il y a 6 ans
  Eric Freese 393f7b8bb9 Fix vi-mode partial-accept il y a 6 ans
  Eric Freese 42f5a06f7f Need to reset the POSTDISPLAY if exiting early il y a 6 ans
  Eric Freese 60aff2d944 Remove unused local `$suggestion` variable il y a 6 ans
  Eric Freese 3136700ccf Don't fetch suggestions after [up,down]-line-or-beginning-search il y a 6 ans
  dana c978004c0e ..._invoke_original_widget: Return 0 when given no arguments il y a 6 ans
  Eric Freese 4ea825faf8 Fix #247 and #248 without using `(b)` flag il y a 6 ans
  Eric Freese a1babef972 Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" il y a 6 ans
  Kaleb Elwert 940e10a691 Fix conditionals to use [[ and (( rather than [ il y a 7 ans
  Eric Freese 9f1f322979 Update comment about KEYS_QUEUED_COUNT support il y a 7 ans
  Eric Freese 256293cbb6 Use typeset -g to avoid warnnestedvar warnings il y a 7 ans
  Stefan Siegel 7f8ff2867c Simplify escaping of pattern and fix match_prev_cmd strategy il y a 7 ans
  Isaac W Hanson 5e4487ed4a escape pattern-matching chars on $prefix for match_prev_cmd strategy il y a 7 ans
  Alexander Neumann 1915e28882 Add 'emacs-forward-word' il y a 7 ans
  Eric Freese 83129dd796 Make asynchronous suggestions disabled by default il y a 7 ans
  Eric Freese a2f0ffb122 Enabling suggestions should not fetch a suggestion if buffer is empty il y a 7 ans
  Eric Freese 7d4a1d9a4a Add enable/disable/toggle widgets to disable suggestion functionality il y a 7 ans
  Eric Freese e1959d0f61 Put in a general fix for #219 - Handling input from `zle -U` il y a 7 ans
  Eric Freese c52c428793 Fix issues with widgets wrapped by other plugins il y a 7 ans
  Eric Freese c9a51e0c4c Handle dashes at the beginning of commands il y a 7 ans
  Eric Freese 48a21bf79e [cleanup] Remove an extra newline il y a 7 ans
  Eric Freese 4afbbbadda We only need to run the feature detection if starting async il y a 7 ans
  Eric Freese e3fa4e4904 Don't do anything but re-bind widgets on each precmd il y a 7 ans
  Eric Freese 4321fc097c We need to bind on every precmd to ensure we wrap other wrappers il y a 7 ans
  Eric Freese 75e850577d Gracefully handle being sourced multiple times il y a 7 ans
  Eric Freese a0fcd81ce1 Destroy zpty on load if it already exists il y a 7 ans
  Eric Freese 39ca3dac45 Use a different name for feature detection zpty il y a 7 ans
  Eric Freese dcce973287 Remove support for long-deprecated options il y a 7 ans
  Christian Höltje 0c940e70f2 Don't bind any zle-* methods il y a 7 ans
  Eric Freese 23ef16c297 Do not show suggestions if the buffer is empty il y a 7 ans
  Eric Freese c4bfd8e2c6 Need to prevent zpty feature detection from HUPing existing zptys il y a 7 ans
  Eric Freese 9feac573c9 Do not show any error output from async zpty server process il y a 7 ans
  Eric Freese ed8056c5e8 Lots of async changes il y a 7 ans
  Eric Freese 2c465a932a Rename async pty name config var il y a 7 ans
  Eric Freese e3eb286ea2 Lots of little async cleanups il y a 7 ans