Commit Graph

  • 78216791db Update actions/checkout action to v6 renovate/actions-checkout-6.x renovate[bot] 2025-11-20 18:36:39 +00:00
  • db3074038c remove needless action fix-ga Yasuhiro Matsumoto 2025-10-18 21:18:32 +09:00
  • 17b654a87a fix neovim path (#299) master mattn 2025-10-18 20:47:49 +09:00
  • 87eb253ce8 add b:asyncomplete_refresh_always (#298) mattn 2025-10-18 17:42:27 +09:00
  • 016590d2ca Update actions/checkout action to v4 (#295) renovate[bot] 2023-10-19 21:05:54 -07:00
  • b3fbac1930 Update actions/checkout action to v3 (#288) renovate[bot] 2023-04-10 20:15:37 -07:00
  • ed6bbf532e Add renovate.json (#287) renovate[bot] 2023-04-10 20:13:19 -07:00
  • 9c7651894c Add note about <c-space> vs. <c-@> to Readme (#267) Isopod 2021-12-06 21:53:41 +01:00
  • 73ac8e4e45 Prevent 'Not allowed to change text here' (#259) David Briscoe 2021-08-19 15:43:40 -07:00
  • 6c653c3f8f default to 0 min chars (#256) Prabir Shrestha 2021-05-04 01:02:03 -07:00
  • aa5ceb02d4 Prevent errors from undefined s:previous_context (#251) David Briscoe 2021-05-04 00:31:43 -07:00
  • dffee28005 Obey g:asyncomplete_min_chars (#254) Jay Sitter 2021-04-29 19:31:13 -04:00
  • 8e018dee9c Switch to supported vlime repo (#250) Donnie West 2021-03-02 21:22:14 -06:00
  • f7f017e242 Add vlime (#248) Spenser Truex 2021-02-26 23:21:20 -08:00
  • 4be3c16b33 Fix error: "E118: Too many arguments for function: copy" (#249) Jagua 2021-01-29 00:35:00 +09:00
  • e546095e4a add support for fuzzy matching (#246) Prabir Shrestha 2020-12-22 23:28:06 -08:00
  • c5f5808581 Check b:asyncomplete_active_sources exists (#244) mattn 2020-11-27 23:31:51 +09:00
  • 4fba3b64fa Check b:asyncomplete_active_sources exists (#243) mattn 2020-11-27 23:26:14 +09:00
  • 87fdbf6414 Check b:asyncomplete_triggers exists (#242) mattn 2020-11-27 23:17:22 +09:00
  • 0b81a60fad Improve the server exit experience due to other crashes. (#241) hhaoao 2020-11-27 10:32:42 +08:00
  • ed75b1c92f Fix vint errors (#238) mattn 2020-11-04 16:35:10 +09:00
  • 2107094f83 Fix custom filter (#235) mattn 2020-10-22 08:44:04 +09:00
  • db79feef88 move filter and map above lua Prabir Shrestha 2020-10-18 23:38:04 +00:00
  • f4cf735905 make get_active_sources_for_buffer local function Prabir Shrestha 2020-10-18 23:31:53 +00:00
  • cb62a5cdca look at allowlist and blocklist Prabir Shrestha 2020-10-18 23:28:41 +00:00
  • 1379ab6937 add register(), get_active_sources_for_buffer() and vimlist_new() and vimlist_insert() methods Prabir Shrestha 2020-10-18 23:12:52 +00:00
  • df6c23beeb add M.is_enabled_for_buffer(bufnr) Prabir Shrestha 2020-10-18 21:53:36 +00:00
  • cc70640826 add is_enabled() Prabir Shrestha 2020-10-18 21:44:15 +00:00
  • 5f7f799e48 add g:asyncomplete_enable and check before enabling Prabir Shrestha 2020-10-18 21:36:51 +00:00
  • 324c5b0bda add vimcmd and vimeval and enable only if g:asyncomplete_use_lua is true Prabir Shrestha 2020-10-18 21:34:52 +00:00
  • 42bfc98b7c add has_nvim() and command() Prabir Shrestha 2020-10-18 21:31:18 +00:00
  • 156a2cf322 fix has_lua check Prabir Shrestha 2020-10-18 20:23:21 +00:00
  • 8078e87ab7 subscribe to InsertEnter, TextChanged, TextChangedI, TextChangedP and InsertLeave appropriately and also cleanup as necessary Prabir Shrestha 2020-10-18 20:14:42 +00:00
  • a7e5994c43 check for vim.fn.has Prabir Shrestha 2020-10-18 17:45:56 +00:00
  • 885c597b81 added https://github.com/prabirshrestha/lua-callbag#636d12bb8d4887e31b3617586d21b7d4675ae5e7 Prabir Shrestha 2020-10-18 17:40:36 +00:00
  • e52a882ce4 move to lua/asyncomplete/init.lua Prabir Shrestha 2020-10-18 17:36:28 +00:00
  • 87deb0fb26 add require('asyncomplete').has_lua() Prabir Shrestha 2020-10-18 17:35:25 +00:00
  • 6dd419390b add initial lua/asyncomplete.lua Prabir Shrestha 2020-10-18 17:30:09 +00:00
  • 8f9646a19f add github workflows for ci (#234) Prabir Shrestha 2020-10-17 22:15:32 -07:00
  • 69e608be9e add stale.yml (#233) Prabir Shrestha 2020-10-17 11:20:46 -07:00
  • 52a627924c Clear matches and enable closing popup menu (#230) ii41 2020-10-17 09:57:48 -07:00
  • 7d33e19395 Add suggested configuration for always-insert-newline-on-enter behaviour (#231) Jacques Heunis 2020-10-17 17:44:39 +01:00
  • e82ab2e849 Revert "Clear matches (#227)" (#229) Prabir Shrestha 2020-10-11 18:48:32 -07:00
  • 814007ddab fix #196 where b:asyncomplete_triggers may not exist (#228) Prabir Shrestha 2020-10-11 18:38:35 -07:00
  • db26d431a8 Clear matches (#227) ii41 2020-10-11 17:59:53 -07:00
  • b65efdced5 Support custom filter (#185) mattn 2020-10-09 18:14:07 +09:00
  • 430ea6ddfd Fix typo: s/Closure/Clojure/ (#226) Tomek Wałkuski 2020-10-05 22:00:42 +02:00
  • 8392aa9fab add ai powered tabnine source (#224) Prabir Shrestha 2020-10-04 12:53:16 -07:00
  • 3f9d907f21 add asyncomplete-gitcommit source (#223) Prabir Shrestha 2020-10-04 12:12:15 -07:00
  • 189fd9e474 add ale source (#222) Prabir Shrestha 2020-10-04 12:08:58 -07:00
  • 47d125049a add asyncomplete-look source for dictionary (#221) Prabir Shrestha 2020-10-04 12:04:40 -07:00
  • 123bec2a9a add asyncomplete-clang source (#220) Prabir Shrestha 2020-10-04 12:02:09 -07:00
  • dbe098fc48 add nextword for English autocomplete (#219) Prabir Shrestha 2020-10-04 11:56:43 -07:00
  • 76e28e2d71 add async-clj-omni (#218) Prabir Shrestha 2020-10-04 11:49:56 -07:00
  • 20a279b079 Set <nomodeline> for doautocmd (#217) mattn 2020-09-17 22:35:43 +09:00
  • 0d4ec1805d Add asyncomplete-user to README (#207) Jay Sitter 2020-08-08 21:30:12 -04:00
  • 359abf8ebe Added documentation for asyncomplete_enable* variables (#208) ForTheReallys 2020-08-08 20:28:54 -05:00
  • bb8a9924b7 use allowlist and blocklist and deprecate the old keys (#204) v2.1.0 Prabir Shrestha 2020-06-25 23:46:12 -07:00
  • b618d5753e remove async.vim reference Prabir Shrestha 2020-06-20 23:24:13 +00:00
  • 3f823a47a9 add asyncomplete-emmet.vim (#203) Prabir Shrestha 2020-06-13 12:36:34 -07:00
  • 75f25b059f Fix errors while editing with non-named buffer. (#201) mattn 2020-05-18 15:15:30 +09:00
  • fc5c227e2b Add instructions for displaying the preview window (#198) Matthieu Rakotojaona 2020-05-17 20:05:49 +02:00
  • 91ac1f6e6f Add setting for minimum string length to trigger auto popup (#135) Jay Sitter 2020-05-10 12:15:27 -04:00
  • 5713fa6a1e Trigger completion when the last commit character is trigger character (#186) mattn 2020-02-26 14:38:53 +09:00
  • 1f8d8ed26a Only warn about missing timers functionality once (#181) David Briscoe 2020-02-24 19:58:56 -08:00
  • 312861e9f9 Remove paired suffixes (#183) mattn 2020-02-19 15:18:01 +09:00
  • c3b7078fd4 Fix vint error (#182) mattn 2020-02-16 05:23:01 +09:00
  • 52f857a4c4 Add b:asyncomplete_refresh_pattern (#179) mattn 2020-02-05 12:49:05 +09:00
  • db3ab51ef6 Added financial contributors to the README (#159) jess 2019-10-02 10:37:57 -07:00
  • 28e4ad69b9 fix small README typo (#160) Mitchell Henke 2019-10-02 12:37:16 -05:00
  • 3bb7f42890 Fix functions section title typo in help (#158) a5ob7r 2019-09-16 23:51:09 +09:00
  • 797394b1c1 Adding get_source_info() and get_source_names() (#154) ishitaku5522 2019-09-09 01:58:17 +09:00
  • d5b5492961 Filter based on each source's startcol (#152) Donnie West 2019-07-21 11:29:53 -05:00
  • 1c3543a67b Create FUNDING.yml Prabir Shrestha 2019-07-13 13:33:11 -07:00
  • bffa8b62dd Fix mismatch between b:asyncomplete_active_sources/triggers and s:servers (#147) ishitaku5522 2019-06-11 06:56:23 +09:00
  • 9b02b42d22 fixed spacing Prabir Shrestha 2019-06-10 14:53:46 -07:00
  • 3a5b338585 Solve pum flickering and closing when completion triggered by trigger character (#145) simeir 2019-06-10 14:51:26 -07:00
  • 0f9f3271a5 fix sample code for document of g:asyncomplete_preprocessor (#146) itchyny 2019-06-11 06:47:14 +09:00
  • b65b77bd75 remove priority from README.md Prabir Shrestha 2019-05-15 05:38:38 -07:00
  • db0cd8a0c2 Add "asyncomplete#close_popup()" function (New PR for #126) (#134) ishitaku5522 2019-04-14 02:44:07 +09:00
  • f4a5b881c8 Fix "Undefined variable..." error in |command-line-window| (#132) Jagua 2019-04-03 02:02:09 +09:00
  • 4566706d6f add LICENSE (#130) Prabir Shrestha 2019-03-30 15:04:56 -07:00
  • 27c245f8b4 Merge pull request #124 from prabirshrestha/v2 v2.0.0 Prabir Shrestha 2019-03-30 14:41:17 -07:00
  • c64848b11e remove old docs from README.md prabirshrestha 2019-03-30 00:12:01 -07:00
  • 9d75c6872e added known issues Prabir Shrestha 2019-03-29 13:53:36 -07:00
  • 75279f35ab update doc to use stridx Prabir Shrestha 2019-03-27 11:30:00 -07:00
  • 9abca3ec67 use stridx for default_preprocessor Prabir Shrestha 2019-03-27 10:56:49 -07:00
  • 623c744c13 add support for complete_info to ignore built-in completions Prabir 2019-03-17 12:04:18 -07:00
  • cad49e5ef1 move augroup silent messages up Prabir 2019-03-17 11:32:41 -07:00
  • f1cc9e3c9e Merge branch 'master' into v2 Prabir Shrestha 2019-03-09 10:48:15 -08:00
  • 1af7798742 add asyncomplete_silence_messages Prabir Shrestha 2019-03-09 10:45:33 -08:00
  • 47a1914244 fix unregister_source Prabir Shrestha 2019-03-06 15:51:14 -08:00
  • 416723c535 fix l:visited in doc Prabir Shrestha 2019-03-04 13:56:55 -08:00
  • 3455b935b6 stop timer on insert_leave Prabir Shrestha 2019-03-03 22:29:47 -08:00
  • 1eacfe20b6 implement g:asyncomplete_preprocessor Prabir Shrestha 2019-03-03 12:44:04 -08:00
  • b30fc76c63 remove unused manager Prabir Shrestha 2019-03-03 12:00:29 -08:00
  • a01896f16a Merge pull request #121 from jsit/popup-delay-v2 Prabir Shrestha 2019-03-03 10:55:16 -08:00
  • 9f49b3283b Merge branch 'v2' into popup-delay-v2 Prabir Shrestha 2019-03-03 10:54:24 -08:00
  • 8e019bfe49 added core to all logs Prabir Shrestha 2019-03-03 10:52:12 -08:00
  • 913418ba56 Add popup delay documentation Jay Sitter 2019-03-03 13:49:07 -05:00