116 Commity (43a011026ffd9c7e9dba4cf022922a4877f1d4e7)

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