Commit graph

  • 7fe53364b2 add # symbol to escape characters Stanislav Seletskiy 2016-04-20 18:46:39 +0600
  • c477db2696 Remove unused test variables from Makefile Eric Freese 2016-04-15 13:41:41 -0600
  • d7001f2c34 Fix readme test script reference. Eric Freese 2016-04-15 13:40:18 -0600
  • 6d6e7820f3 Fix #143: Add vi-add-eol to list of accept widgets. Eric Freese 2016-04-15 13:33:35 -0600
  • 9bef50fac1 Merge pull request #140 from zsh-users/fixes/bound_widget_return_code Eric Freese 2016-04-14 11:18:01 -0600
  • 8d1cf0f3fd Adjust plugin.zsh file to run on zsh 5.1 in mSYS2. Adam Kruszewski 2016-04-09 10:37:00 +0200
  • 1d4f7e157e Keep track of return value from original widget (#135) Eric Freese 2016-04-06 17:10:34 -0600
  • 2acf25e065 Formatting Eric Freese 2016-03-15 09:20:07 -0600
  • ba7109169d Clean up tests with setUp and tearDown functions Eric Freese 2016-03-15 09:05:55 -0600
  • a28e72e84a Test Runner now supports running specific tests and choosing zsh bin Eric Freese 2016-03-15 09:03:57 -0600
  • 87facd9b85 bump version v0.3.1 v0.3.1 Eric Freese 2016-03-14 22:33:26 -0600
  • dc822c54f8 Fix #133 Eric Freese 2016-03-14 21:50:04 -0600
  • 15c5db898f Fix #137 Eric Freese 2016-03-14 21:41:14 -0600
  • 46d5fe174d Remove extra newline Eric Freese 2016-03-14 17:44:56 -0600
  • 6c31a02892 Remove old test script Eric Freese 2016-03-14 17:44:24 -0600
  • 9ec62a1a23 Split out a separate test file for each widget Eric Freese 2016-03-14 17:38:37 -0600
  • 1ed9155f89 Add Suggestion Strategy section to Configuration section of Readme. v0.3.0 Eric Freese 2016-03-14 17:25:09 -0600
  • 97b51a2c57 bump version v0.3.0 Eric Freese 2016-03-14 17:18:40 -0600
  • b54c8a15c6 Add changelog Eric Freese 2016-03-14 17:07:04 -0600
  • 2a6d401106 Add quotes Eric Freese 2016-03-14 16:50:24 -0600
  • a314a01a6a Fix various bugs found while testing Eric Freese 2016-03-05 21:03:14 -0700
  • e5cdbb6c33 Lots of test cleanup. Eric Freese 2016-03-05 20:53:07 -0700
  • dffd9beae1 Add stub.sh submodule Eric Freese 2016-03-04 19:54:13 -0700
  • d202b32ae9 Add shunit2 submodule Eric Freese 2016-03-04 19:48:28 -0700
  • ab0f4c0bd0 Grammar and formatting Eric Freese 2016-03-04 19:23:32 -0700
  • ee6dde9ee8 Rename escape command function Eric Freese 2016-03-04 19:22:19 -0700
  • 73f774bd5d Add match_prev_cmd strategy. Geza Lore 2016-03-01 21:58:57 +0000
  • 976acc708c Fix default suggestion strategy and add testing Geza Lore 2016-03-01 21:57:10 +0000
  • 83f78d0760 Add suggestion "strategy" concept with default strategy Eric Freese 2016-03-01 12:45:55 -0700
  • ac8b2c970e Merge f1071f8375 into f0a745576f PythonNut 2016-03-12 16:35:27 +0000
  • f1071f8375 Implement asynchronous suggestions PythonNut 2016-03-12 16:23:26 +0000
  • 9df362f783 Merge pull request #125 from zsh-users/features/execute_widget Eric Freese 2016-03-04 18:57:43 -0700
  • fa4f9d03b5 Add match_prev_cmd strategy. Geza Lore 2016-03-01 21:58:57 +0000
  • 17d8d40b10 Fix default suggestion strategy and add testing Geza Lore 2016-03-01 21:57:10 +0000
  • 4d81430c6a Merge 11fbcc2089 into f0a745576f gezalore 2016-03-01 20:20:18 +0000
  • 8c1f67e0fb Add suggestion "strategy" concept with default strategy Eric Freese 2016-03-01 12:45:55 -0700
  • 125f48c7f2 Add test for execute widget Eric Freese 2016-02-23 10:33:40 -0700
  • 8c3fdea75d Call original accept-line widget when executing suggestion Eric Freese 2016-02-23 10:20:13 -0700
  • aa597eea6d Add an autosuggest widget: autosuggest-execute. Kordan Ou 2016-02-20 21:52:21 +0800
  • f0a745576f bump version v0.2.17 v0.2.17 Eric Freese 2016-03-01 13:16:10 -0700
  • 8935a39e9b Remove plugin compatibility section from readme Eric Freese 2016-03-01 13:14:20 -0700
  • c7c9929490 Add zsh-history-substring-search widgets to CLEAR array by default. Eric Freese 2016-03-01 13:13:01 -0700
  • 11fbcc2089 Quoting fixes for zsh 5.0 Geza Lore 2016-02-29 10:22:18 +0000
  • 046b9051c3 Add option for matching on previous command. Geza Lore 2016-02-28 18:11:18 +0000
  • 985de56f6e Update asciinema to reflect new repo Eric Freese 2016-02-25 13:20:21 -0700
  • 0a42f872b8 bump version v0.2.16 v0.2.16 Eric Freese 2016-02-25 13:05:03 -0700
  • dd54925b06 Update URL references after repo move to zsh-users Eric Freese 2016-02-25 13:04:32 -0700
  • c761dc8150 bump version v0.2.15 v0.2.15 Eric Freese 2016-02-24 18:40:24 -0700
  • cc921994e6 Fix #127 by adding quotes Eric Freese 2016-02-24 18:35:17 -0700
  • 0242c7eff1 Fix highlighting when sh_word_split option is enabled Eric Freese 2016-02-24 13:59:49 -0700
  • 9d100f4f32 bump version v0.2.14 v0.2.14 Eric Freese 2016-02-23 20:12:16 -0700
  • ddb7284852 Fix backslash escaping problems with echo -E. Eric Freese 2016-02-23 20:11:56 -0700
  • 2a5791710a bump version v0.2.13 v0.2.13 Eric Freese 2016-02-23 18:14:12 -0700
  • 03fac1f0d7 Revert "Use zle -w flag to set WIDGET appropriately when calling orig widget" Eric Freese 2016-02-23 18:13:03 -0700
  • aa859a282d bump version v0.2.12 v0.2.12 Eric Freese 2016-02-23 10:37:57 -0700
  • f08a5a1baa [Formatting] Remove extra space in test script. Eric Freese 2016-02-23 10:24:35 -0700
  • 70438d233d Use zle -w flag to set WIDGET appropriately when calling orig widget Eric Freese 2016-02-23 10:21:35 -0700
  • 2468292e38 Merge 606c81a01b into ba029e83d0 Kordan Ou 2016-02-22 16:37:05 +0000
  • 606c81a01b Add an autosuggest widget: autosuggest-execute. Kordan Ou 2016-02-20 21:52:21 +0800
  • ba029e83d0 bump version v0.2.11 v0.2.11 Eric Freese 2016-02-17 13:42:06 -0700
  • acc129de6c Fix error when using autosuggest widgets Eric Freese 2016-02-17 13:41:37 -0700
  • aa5ceee256 Make asciinema a bit smaller. Eric Freese 2016-02-16 21:55:56 -0700
  • 113ca0ad10 Add asciinema recording to README Eric Freese 2016-02-16 21:35:44 -0700
  • 2b449a62f8 bump version v0.2.10 v0.2.10 Eric Freese 2016-02-16 20:59:31 -0700
  • 6d25df6864 Revert usage of fc for suggestions and fix for sh_word_split. Force field splitting on \0 to support sh_word_split option. Eric Freese 2016-02-16 10:30:34 -0700
  • 0faa2b6584 bump version v0.2.9 v0.2.9 Eric Freese 2016-02-16 09:34:35 -0700
  • a2d8d91196 Actually fix suggestions when sh_split_words option is enabled. Eric Freese 2016-02-16 09:33:26 -0700
  • dd9a8789a7 bump version v0.2.8 v0.2.8 Eric Freese 2016-02-16 07:59:36 -0700
  • 1b98af5b33 Fix suggestions when sh_split_words option is enabled Eric Freese 2016-02-16 07:57:44 -0700
  • 45ab49d1f2 bump version v0.2.7 v0.2.7 Eric Freese 2016-02-15 08:46:23 -0700
  • 41f15d5c9f Forgot a pesky backslash Eric Freese 2016-02-15 08:45:52 -0700
  • 3ce1adb55d bump version v0.2.6 v0.2.6 Eric Freese 2016-02-15 08:31:50 -0700
  • 2461a98857 Fix segfaults once and for all? Eric Freese 2016-02-15 08:31:00 -0700
  • 76f415bf43 bump version v0.2.5 v0.2.5 Eric Freese 2016-02-14 08:55:20 -0700
  • 5e419da326 Remove list of modify widgets and make 'modify' the default behavior. Eric Freese 2016-02-14 08:54:34 -0700
  • cd71081303 bump version v0.2.4 v0.2.4 Eric Freese 2016-02-14 01:08:21 -0700
  • 9788c2ee49 Fix deprecation warnings. Eric Freese 2016-02-14 00:32:25 -0700
  • ebcfc46b72 Comment formatting Eric Freese 2016-02-14 00:29:43 -0700
  • b49d002888 [README] Add example of minimal .zshrc. Eric Freese 2016-02-13 23:53:32 -0700
  • 266437c98a bump version v0.2.3 v0.2.3 Eric Freese 2016-02-13 23:47:24 -0700
  • 51b39e210e Bound widgets now handle arguments correctly Eric Freese 2016-02-13 23:46:34 -0700
  • 011f5420fc Version bump v0.2.2 v0.2.2 Eric Freese 2016-02-13 21:15:33 -0700
  • 1a38fbf6a5 [README] Add note about workaround for bpm bug. Eric Freese 2016-02-13 21:14:59 -0700
  • 31452887d2 [Test] Add tests widgets v0.2.1 Eric Freese 2016-02-13 12:59:09 -0700
  • cf146b6696 [Test] Clean up highlight tests Eric Freese 2016-02-13 12:58:21 -0700
  • 74197498fc [Test] Add stub.sh from ericfreese/stub.sh for stubbing/mocking. Eric Freese 2016-02-13 12:54:39 -0700
  • abe577d519 Fix build Eric Freese 2016-02-13 13:42:02 -0700
  • 0ae5907294 [README] Add note about Oh My Zsh paste bug. v0.2.0 Eric Freese 2016-02-13 09:59:16 -0700
  • 03bd381112 Add .plugin file and installation instructions for Oh My Zsh (#104). Eric Freese 2016-02-07 14:18:49 -0700
  • 00bd0e9125 Use add-zsh-hook to remove need to call autosuggest_start. Eric Freese 2016-02-07 14:21:57 -0700
  • 48d2dc1091 Remove absolute link in readme. Eric Freese 2016-02-07 14:50:00 -0700
  • f154d25fb3 Fix typo when setting up autosuggest-clear widget. v0.1.1 Eric Freese 2016-02-07 08:58:09 -0700
  • e91db46ce0 Add Development section to README (#106) Eric Freese 2016-02-07 08:52:52 -0700
  • 28836f15c5 Test script should be a .zsh file instead of .sh Eric Freese 2016-02-07 08:52:34 -0700
  • 0dd1b7febb Add Troubleshooting section to README Eric Freese 2016-02-07 08:52:07 -0700
  • 6a4b2b3865 Update README v0.1.0 Eric Freese 2016-02-06 21:57:34 -0700
  • 3449ae505c Merge pull request #91 from tarruda/v0.1.x Eric Freese 2016-02-06 21:15:47 -0700
  • 775dd20706 Rewrite Eric Freese 2016-02-05 15:14:08 -0700
  • 21f5ec5b6a Merge fc3f368acf into 7dc9e0f926 Eric Freese 2016-01-27 03:58:44 +0000
  • fc3f368acf Cleanup Eric Freese 2016-01-26 20:51:44 -0700