Commit Graph

  • ebaf409002 Merge pull request #355 from amehmeto/patch-1 Eric Freese 2018-07-02 20:59:14 -06:00
  • 2d0ae6044c Update INSTALL.md amehmeto 2018-07-03 04:25:20 +02:00
  • 106bf02d49 Merge pull request #350 from zsh-users/features/improved-completion-suggestions Eric Freese 2018-07-02 12:28:39 -06:00
  • f1c3b98774 Only capture completions at the end of the buffer. Eric Freese 2018-07-02 09:31:48 -06:00
  • 4869a757c8 Ensure we always destroy the zpty Eric Freese 2018-07-01 20:55:53 -06:00
  • 302bd7c059 Setup zshexit hook immediately in both sync/async cases Eric Freese 2018-07-01 10:16:38 -06:00
  • 245f5d2ba2 Improve completion suggestions Eric Freese 2018-06-30 18:15:38 -06:00
  • 8ae0283c90 Do not rely on implicit NULLCMD=cat Martin Väth 2018-07-02 19:26:06 +02:00
  • 07b37fd9ce Merge pull request #349 from zsh-users/features/antigen-install-directions Eric Freese 2018-07-01 01:54:01 -06:00
  • 7c83775bc7 Merge pull request #348 from zsh-users/fixes/no-zpty Eric Freese 2018-06-30 18:07:06 -06:00
  • e97d132b3b Add install directions for Antigen Eric Freese 2018-06-30 15:38:05 -06:00
  • c0315e96d8 Don't use -s option to zmodload Eric Freese 2018-06-30 16:54:33 -06:00
  • 5529102afc zpty module is only needed for completion strategy Eric Freese 2018-06-30 15:06:19 -06:00
  • dad6be4d5e Remove unused feature detection Eric Freese 2018-06-30 15:04:56 -06:00
  • 7d968869e3 Return if no completion found Eric Freese 2018-06-30 15:03:14 -06:00
  • 8593624996 Merge pull request #330 from zsh-users/features/completion-suggestions Eric Freese 2018-06-30 14:35:50 -06:00
  • 1ec43c7291 Fix error when single quote entered into buffer Eric Freese 2018-06-29 22:08:33 -06:00
  • 43a011026f Do not leak global variables REPLY and strategy Martin Väth 2018-06-18 19:47:27 +02:00
  • cd81522b30 Attempt to kill async worker process when new request comes in Eric Freese 2018-06-12 23:45:29 -06:00
  • 4a268da1df Fix readme- async no longer uses zpty Eric Freese 2018-06-11 02:39:00 -06:00
  • d7171232c3 Merge branch 'develop' into features/completion-suggestions Eric Freese 2018-06-11 02:34:24 -06:00
  • faf0f9a698 Merge pull request #338 from zsh-users/fixes/async-refactor Eric Freese 2018-06-11 02:25:12 -06:00
  • 9cb0101512 Refactor async mode to no longer use zpty Eric Freese 2018-06-11 02:06:18 -06:00
  • b0ffc34fb8 completion should be a local var Eric Freese 2018-06-10 23:35:22 -06:00
  • 4e466f0e4e Support widgets starting with dashes (ex: -a-widget) Eric Freese 2018-06-10 22:39:58 -06:00
  • bcbdad83e9 Support fallback strategies by setting array in config Eric Freese 2018-06-06 21:49:03 -06:00
  • 949c374195 Fix completion strategy on older versions of zsh Eric Freese 2018-05-24 16:45:20 -06:00
  • 973205005c Add spec for completion strategy Eric Freese 2018-05-23 22:04:47 -06:00
  • 7d19f8f9b2 Rename default spec to history spec Eric Freese 2018-05-23 22:04:16 -06:00
  • cf458d2a3b Fix completion suggestions when compinit is not enabled Eric Freese 2018-05-23 14:50:56 -06:00
  • 3dbd9afaec Fix completion strategy killing other pty's Eric Freese 2018-05-22 17:16:45 -06:00
  • 6ffaec725a Allow completion suggestions from current shell Eric Freese 2018-05-22 16:13:56 -06:00
  • 0a548c62f4 Forgot to make after small tweak Eric Freese 2018-05-18 15:24:48 -06:00
  • 4cca26ec84 Modify completion code to better fit our needs Eric Freese 2018-05-18 15:05:45 -06:00
  • f63afd5969 Fix async pty name option spec Eric Freese 2018-05-16 16:29:01 -06:00
  • c5551daabc Default strategy now tries history first and falls back to completion Eric Freese 2018-05-16 15:52:46 -06:00
  • 82b08e2dc8 First pass at getting suggestions from completion engine (#111) Eric Freese 2018-05-16 15:27:06 -06:00
  • 5549b68e6e Async is less reliable in zsh versions < 5.0.8 Eric Freese 2018-05-26 15:33:32 -06:00
  • 63789e96b5 Fix handling of newline + carriage return in async pty (#333) Eric Freese 2018-05-26 14:01:03 -06:00
  • d7c796719e Merge pull request #332 from zsh-users/develop v0.4.3 Eric Freese 2018-05-21 11:40:10 -06:00
  • aa0b10db44 v0.4.3 Eric Freese 2018-05-21 11:38:41 -06:00
  • 72ccee33b4 Pull out separate doc for installation instructions Eric Freese 2018-05-21 11:35:26 -06:00
  • c113e49fe2 Update license copyright year Eric Freese 2018-05-21 10:52:41 -06:00
  • 3b39b9561c Merge branch 'master' into develop Eric Freese 2018-05-21 10:47:20 -06:00
  • b003b2238a Update changelog for v0.4.3 release Eric Freese 2018-05-21 10:46:03 -06:00
  • df5fb858aa Destroy old pty even if it's no longer running (#249) Eric Freese 2018-05-15 13:55:37 -06:00
  • 726bc4eb5c Create general spec for async behavior Eric Freese 2018-05-15 13:42:18 -06:00
  • 59c72c6805 Don't break kill ring rotation Harm te Hennepe 2017-12-24 22:46:20 +01:00
  • 393f7b8bb9 Fix vi-mode partial-accept Eric Freese 2018-05-14 10:59:08 -06:00
  • 42f5a06f7f Need to reset the POSTDISPLAY if exiting early Eric Freese 2018-05-15 11:32:46 -06:00
  • 51fef255da Add method to connect terminal to tmux session during tests Eric Freese 2018-05-15 11:36:20 -06:00
  • 19ad3ba7cd Add new 5.5.1 version of zsh to CI Eric Freese 2018-05-15 10:02:38 -06:00
  • b2b9bf3b8c update arch linux installation instructions (now available via pacman) Benjamin Denhartog 2018-05-14 07:06:14 -07:00
  • 67a364bc17 Merge pull request #321 from babaorum/fix/documentation/oh-my-zsh-install Eric Freese 2018-04-17 15:00:46 -06:00
  • afc14f79cc make Oh my zsh install works without ZSH_CUSTOM defined babaorum 2018-04-16 22:37:54 +02:00
  • 60aff2d944 Remove unused local $suggestion variable Eric Freese 2018-03-27 14:51:37 -06:00
  • 6dfe9c8cd8 Merge pull request #319 from zsh-users/fixes/async_history Eric Freese 2018-03-23 16:15:56 -06:00
  • 3136700ccf Don't fetch suggestions after [up,down]-line-or-beginning-search Eric Freese 2018-03-23 15:04:21 -06:00
  • 2202ed7bac Merge pull request #304 from okdana/dana/no-beep Eric Freese 2018-01-16 14:11:06 -07:00
  • c978004c0e ..._invoke_original_widget: Return 0 when given no arguments dana 2018-01-16 14:08:38 -06:00
  • c7d4a85031 Merge pull request #299 from zsh-users/develop Eric Freese 2017-12-06 08:31:52 -07:00
  • 15931f04ff v0.4.2 v0.4.2 Eric Freese 2017-12-06 08:30:12 -07:00
  • 9f1046727a Merge pull request #298 from zsh-users/fixes/support_older_versions Eric Freese 2017-12-06 08:27:18 -07:00
  • f462410b3c Add zsh version requirements to readme Eric Freese 2017-12-06 08:21:27 -07:00
  • 4ea825faf8 Fix #247 and #248 without using (b) flag Eric Freese 2017-12-06 08:09:14 -07:00
  • a1babef972 Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" Eric Freese 2017-12-06 07:51:06 -07:00
  • be8bba6f38 Run CI on prominent versions of zsh back to 4.3.11 Eric Freese 2017-12-01 08:03:27 -07:00
  • dda220f140 Merge pull request #295 from zsh-users/develop Eric Freese 2017-11-28 10:14:41 -07:00
  • 9f9237ab8a v0.4.1 v0.4.1 Eric Freese 2017-11-28 09:53:49 -07:00
  • 29257230fe Add missing issue/pr numbers from last version Eric Freese 2017-11-28 10:00:33 -07:00
  • 940e10a691 Fix conditionals to use [[ and (( rather than [ Kaleb Elwert 2017-07-17 13:45:48 -07:00
  • 9f1f322979 Update comment about KEYS_QUEUED_COUNT support Eric Freese 2017-09-27 15:04:42 -06:00
  • 680ce21f26 Merge pull request #275 from zsh-users/fixes/warn_nested_var_opt Eric Freese 2017-09-27 15:02:15 -06:00
  • 256293cbb6 Use typeset -g to avoid warnnestedvar warnings Eric Freese 2017-09-27 07:55:12 -06:00
  • 977e70e21b Merge pull request #270 from ssiegel/fix-match_prev_cmd Eric Freese 2017-09-26 08:33:14 -06:00
  • 218acf2fbe Merge branch 'fixes/match_prev_cmd_special_chars' into develop Eric Freese 2017-09-26 08:30:43 -06:00
  • 0681a1c121 Remove flaky test that doesn't really matter that much Eric Freese 2017-09-26 08:23:00 -06:00
  • 9e3f1bd359 Use https protocol instead of git in README instructions Eric Freese 2017-09-26 07:56:29 -06:00
  • ae4c344e82 Merge pull request #267 from isaacwhanson/fixes/match_prev_cmd_special_chars Eric Freese 2017-09-12 09:19:17 -06:00
  • 7f8ff2867c Simplify escaping of pattern and fix match_prev_cmd strategy Stefan Siegel 2017-09-10 04:35:19 +02:00
  • 33b91a9dea Merge pull request #268 from thomas-mcdonald/patch-1 Eric Freese 2017-08-22 19:02:15 -06:00
  • 802f53a10a replace tabs in Rubocop config with spaces Thomas McDonald 2017-08-20 23:36:18 +01:00
  • 5e4487ed4a escape pattern-matching chars on $prefix for match_prev_cmd strategy Isaac W Hanson 2017-08-18 16:00:42 -04:00
  • 9e110406fa Add test for special characters with match_prev_cmd strategy Eric Freese 2017-08-18 11:10:05 -06:00
  • 1915e28882 Add 'emacs-forward-word' Alexander Neumann 2017-05-20 22:00:43 +02:00
  • d6d9a46981 Merge pull request #261 from alonhar/patch-1 Eric Freese 2017-07-30 09:30:48 +02:00
  • 706499838c Update README.md Alon Harel 2017-07-24 21:19:07 +03:00
  • e304365745 Merge pull request #256 from sumnerevans/patch-1 Eric Freese 2017-07-08 09:58:35 +02:00
  • 4e72f7a91e Added installation instructions for AUR, Homebrew Sumner Evans 2017-07-07 09:17:46 -06:00
  • 2cb6eb6e29 Merge pull request #218 from zsh-users/develop v0.4.0 Eric Freese 2017-05-10 15:18:07 -06:00
  • 14179d869d Bump version Eric Freese 2017-04-14 09:05:25 -06:00
  • 281ed9bbf7 v0.4.0 changelog updates Eric Freese 2017-04-14 09:04:59 -06:00
  • 83129dd796 Make asynchronous suggestions disabled by default Eric Freese 2017-04-14 08:48:54 -06:00
  • 40b96f6cfd Merge pull request #223 from zsh-users/fixes/bpm_async_fix Eric Freese 2017-03-05 12:59:19 -05:00
  • a2f0ffb122 Enabling suggestions should not fetch a suggestion if buffer is empty Eric Freese 2017-03-04 17:04:04 -05:00
  • 7d4a1d9a4a Add enable/disable/toggle widgets to disable suggestion functionality Eric Freese 2017-03-03 11:59:30 -07:00
  • e1959d0f61 Put in a general fix for #219 - Handling input from zle -U Eric Freese 2017-02-28 11:18:21 -07:00
  • c52c428793 Fix issues with widgets wrapped by other plugins Eric Freese 2017-02-28 11:14:16 -07:00
  • ea505b01e5 Add a spec for unlisted widgets fetching a new suggestion Eric Freese 2017-02-28 11:13:29 -07:00
  • 502fb4a174 Make tmux_socket_name public so you can access easily from binding.pry Eric Freese 2017-02-28 11:12:50 -07:00