Commit Graph

  • 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
  • f122479d44 add check for different lnum Prabir Shrestha 2019-03-03 10:47:23 -08:00
  • 835ce6dd66 update doc text Prabir Shrestha 2019-03-03 10:47:09 -08:00
  • bf51ca9881 Add popup delay option Jay Sitter 2019-03-03 10:45:22 -05:00
  • d3b2d3d52b remove old options and cleanup docs Prabir Shrestha 2019-03-02 20:12:42 -08:00
  • d74c075d2f implement g:asyncomplete_auto_popup Prabir Shrestha 2019-03-02 20:06:40 -08:00
  • 1cd36baa22 fix s:normalize_items Prabir Shrestha 2019-03-02 17:48:58 -08:00
  • 0922910b7c move filter to different function Prabir Shrestha 2019-03-02 15:59:30 -08:00
  • b79e6e42d7 move log before error Prabir Shrestha 2019-03-02 15:06:01 -08:00
  • 146e643dfd implement notify_event_to_source Prabir Shrestha 2019-03-02 15:00:42 -08:00
  • c4c0f34737 implement force_trigger Prabir Shrestha 2019-03-02 14:56:01 -08:00
  • 9fe1feb916 asyncomplete#force_refresh plug Prabir Shrestha 2019-03-02 14:25:04 -08:00
  • e52e70c72c ignore refresh of menu if selected Prabir Shrestha 2019-03-02 05:08:17 -08:00
  • 2cec8c3027 remove lua fuzzy match Prabir Shrestha 2019-03-02 04:59:41 -08:00
  • 5b53651fc2 implement core v2 trigger and complete, update_pum, recompute_pum Prabir Shrestha 2019-03-02 04:32:28 -08:00
  • 98060f9d61 remove unncessary l:line Prabir Shrestha 2019-02-20 02:21:00 -08:00
  • 08437a0f7c Check source (#119) v1.7 v1.6 mattn 2019-02-17 03:22:59 +09:00
  • 212b39de5c notify on trigger char Prabir Shrestha 2019-02-11 03:25:08 -08:00
  • 83bf87199b remove s:active_source_names Prabir Shrestha 2019-02-10 20:00:52 -08:00
  • 18a2736e6a add empty s:trigger and asyncomplete#complete Prabir Shrestha 2019-02-10 19:54:23 -08:00
  • 9cf69e834a add s:update_trigger_characters() Prabir Shrestha 2019-02-10 19:22:37 -08:00
  • 8451a8353b add s:get_active_sources_for_buffer() Prabir Shrestha 2019-02-10 18:11:30 -08:00
  • d01f7845d5 add asyncomplete#register_source and asyncomplete#unregister_source Prabir Shrestha 2019-02-10 17:32:01 -08:00
  • 8f835011e6 remove unncessary logs Prabir Shrestha 2019-02-10 17:19:48 -08:00
  • 465ac34547 implement timer change manager Prabir Shrestha 2019-02-10 17:17:45 -08:00
  • ca0c36ec4d move setup_if_required to init() for textchangedp on change manager Prabir Shrestha 2019-02-10 16:27:57 -08:00
  • 4e7cab5cbe redo asyncomplete on_change_manager Prabir Shrestha 2019-02-10 16:14:25 -08:00
  • 2ffa939cb7 Fix for difference between index of vim and nvim (#101) ryo7000 2019-01-31 03:16:15 +09:00
  • e42e8bf729 'l:has_poped_up' is used for nothing. it should be 's:has_poped_up' (#91) tamy 2019-01-20 04:23:14 +09:00
  • c4d93a8dd1 Add documentation for asyncomplete_auto_completeopt (#97) Ville Hakulinen 2019-01-14 10:05:22 +02:00
  • 30dc0d4ae3 add a option g:asyncomplete_auto_completeopt (#69) BB Chung 2019-01-14 15:09:51 +08:00
  • d18e753d11 Fix truncating last candidate when smart completion is enabled (#95) dn1z 2019-01-02 01:49:23 +03:00
  • b5dbe40222 fix typo "ayncomplete" (#90) yaegassy 2018-11-05 11:33:10 +09:00
  • 94098ad15c Added asyncomplete-neoinclude.vim (#81) kyouryuukunn 2018-10-23 00:53:43 +09:00
  • dd41ee5fc5 remove a code doing nothin (#83) kyouryuukunn 2018-09-24 00:57:33 +09:00
  • 4501fc8af5 Fix init_lua error (#78) hokorobi 2018-08-26 02:13:14 +09:00
  • f4e70a9753 added support for fuzzy search via let g:asyncomplete_smart_completion=1 (#66) v1.5 Prabir Shrestha 2018-08-18 10:34:50 -07:00
  • 7e28834010 Add description for asyncomplete_log_file option (#71) Yuki Ito 2018-07-12 09:20:09 +09:00
  • 79b060e2e9 cleanup s:python_complete() v1.1 Prabir Shrestha 2018-05-26 12:43:30 -07:00
  • 72811f7d68 cache active_sources_for_buffer for performance (#65) Prabir Shrestha 2018-05-26 00:39:04 -07:00
  • 6e9720e959 Add notes about shortmess options to doc and readme files. (#59) (#61) Pavel Davydov 2018-04-06 06:37:19 +03:00
  • 8a2c04c0c1 refactored to s:should_skip() Prabir Shrestha 2018-04-01 19:27:39 -07:00
  • f565e94a93 move code Prabir Shrestha 2018-04-01 19:23:14 -07:00
  • 73fd6ad6cd add support > a refresh pattern for c and cpp prabirshrestha 2018-03-17 12:00:51 -07:00
  • 720be509c8 avoid duplicate remote_refresh by ignoring first TextChangedP Prabir Shrestha 2018-03-15 22:12:55 -07:00
  • aa3ad0d69a add g:asyncomplete_default_refresh_pattern - '\(\k\+$\|\.$\|:$\)' (#57) Prabir Shrestha 2018-03-15 21:52:01 -07:00
  • 5c1b6dc5d7 rename s:python_cm_refresh to s:remote_refresh Prabir Shrestha 2018-03-15 21:26:57 -07:00
  • 4ec446ed6d rename to remote_insert_enter and added remote_insert_leave Prabir Shrestha 2018-03-15 21:17:50 -07:00
  • 6a9a0e64c4 use TextChangedP if available instead of polling via timers Prabir Shrestha 2018-03-15 20:53:04 -07:00
  • 6124f48d26 Merge pull request #54 from prabirshrestha/revert-49-TextChangedP Prabir Shrestha 2018-03-10 02:34:54 -08:00
  • ea6f7fb955 Revert "[v2] add support for fuzzy search using lua and use TextChangedP" Prabir Shrestha 2018-03-10 02:34:42 -08:00
  • c033d287ff Merge pull request #49 from prabirshrestha/TextChangedP Prabir Shrestha 2018-03-08 08:12:16 -08:00
  • c9b2715725 disable asyncomplete_smart_completion by default Prabir Shrestha 2018-03-08 08:11:08 -08:00
  • 545d07bcf6 Revert "Add base and startcol to ctx (#50)" Prabir Shrestha 2018-03-07 20:12:54 -08:00
  • b5bf763eb3 Revert "fix spelling exists" Prabir Shrestha 2018-03-07 20:12:15 -08:00
  • 35b5e575f2 Fixes typo in the initialization of force refresh variable (#51) Kerem Goksel 2018-03-06 18:09:11 -08:00
  • 41b286db9e Fixes typo in the initialization of force refresh variable (#51) Kerem Goksel 2018-03-06 18:09:11 -08:00
  • 1c87495549 detect neovim lua prabirshrestha 2018-03-03 19:04:59 -08:00
  • 8074979532 handle partial context changed scenarios Prabir Shrestha 2018-03-03 13:31:21 -08:00
  • 0488c141cf update README.md to use au User asyncomplete_setup to regsiter sources fixes #7 Prabir Shrestha 2018-03-03 10:43:53 -08:00
  • cbe7fcc6fa update README.md to use au User asyncomplete_setup to regsiter sources fixes #7 Prabir Shrestha 2018-03-03 10:42:13 -08:00
  • 5952002d75 fix spelling exists Prabir Shrestha 2018-03-03 10:39:03 -08:00
  • 6a1a8285a0 Add base and startcol to ctx (#50) Donnie West 2018-03-03 12:13:55 -06:00
  • 9a1137ba8d fix fuzzy Prabir Shrestha 2018-02-24 23:39:41 -08:00
  • c8d2f7a3fc fixed normalize_candidates when string Prabir Shrestha 2018-02-24 20:32:25 -08:00
  • 3ee5f249ea optimize completion items normalizations * enabled by default * let g:asyncomplete_normalize_completion_items = 0 " to disable * also support per source normalization using normalize_completion_items Prabir Shrestha 2018-02-22 23:19:20 -08:00
  • 17f9337736 add missing s:change_tick_stop Prabir Shrestha 2018-02-16 07:48:56 -08:00
  • 1e1a56a03c add support for g:asyncomplete_auto_popup Prabir Shrestha 2018-02-11 23:23:47 -08:00
  • 2b21494987 add support for older vim and neovim when TextChangedP is not supported Prabir Shrestha 2018-02-11 23:16:23 -08:00
  • 258ef8972c add support for fuzzy search using lua and use TextChangedP Prabir Shrestha 2018-02-11 21:50:09 -08:00
  • b4813341eb Revert "Cache active sources per buffer (#42)" (#45) v1.0 Prabir Shrestha 2018-01-04 18:58:13 -08:00
  • 11f2d46f14 Cache active sources per buffer (#42) ilex 2018-01-03 05:48:50 +02:00
  • a5c057aa4e Note minimum NeoVim version (#41) BatmanAoD 2017-12-30 22:35:02 -07:00
  • 26094fda59 add asyncomplete-file.vim to the list of sources (#44) cvlmtg 2017-12-27 22:46:08 +01:00
  • a9766afff5 Align table of available sources Christian Wellenbrock 2017-11-28 23:16:00 +01:00
  • 7e40d9ca34 Add tmux-complete to list of available sources Christian Wellenbrock 2017-11-28 23:14:33 +01:00
  • 49c7ad3d2c mention https://github.com/topics/asyncomplete Prabir Shrestha 2017-11-23 13:20:27 -08:00
  • 9459acd060 Add PivotalTracker to list of supported completions (#37) Łukasz Jan Niemier 2017-11-23 22:11:16 +01:00
  • 448086ce10 Fix vint warnings and overall code style (#35) Łukasz Jan Niemier 2017-11-23 21:54:36 +01:00
  • acce717f78 Using existing vim plugin sources Prabir Shrestha 2017-11-20 23:07:41 -08:00
  • e0f7d5e3de flag to disable force refresh on context changed (#31) Prabir Shrestha 2017-10-15 11:11:02 -07:00
  • c833280238 warn if vim/neovim doesn't have timers (#30) Prabir Shrestha 2017-10-15 10:14:43 -07:00
  • 07bb220c3b gitignore tags' Prabir Shrestha 2017-10-15 09:59:46 -07:00
  • 222b9323f1 Add basic plugin documentation Peter Renström 2017-09-27 22:49:51 +02:00
  • e24a2f7a30 Add option to remove duplicates Peter Renström 2017-09-27 22:37:15 +02:00
  • e8ceb01487 Update README.md Prabir Shrestha 2017-08-28 20:02:38 -07:00
  • 35e5f00d1a use table for sources Prabir Shrestha 2017-08-28 19:59:02 -07:00
  • 51a87282b5 add asyncomplete-racer.vim to list of sources (#26) keremc 2017-08-28 01:47:53 +03:00
  • 4ef6d68511 remove dev branch for vim-lsp Prabir Shrestha 2017-08-25 07:48:10 -07:00
  • 838bc36d7d Update README.md Prabir Shrestha 2017-08-05 17:27:40 -07:00
  • c46964a6ce Update README.md Prabir Shrestha 2017-08-05 17:26:57 -07:00
  • e9d871126c Update README.md Prabir Shrestha 2017-08-05 17:26:13 -07:00
  • a2dd386c5f added language server protocol support via asyncomplete-lsp.vim and vim-lsp Prabir Shrestha 2017-08-05 13:25:22 -07:00
  • 27836a63c7 Update README.md Aakash Sigdel 2017-08-05 17:14:23 +05:45
  • 93681e9894 add omni source yami_beta 2017-06-12 09:38:27 +09:00
  • 11b127a468 use asyncomplete_setup autocmd to register_source Prabir Shrestha 2017-06-11 16:00:38 -07:00
  • f55a75cc69 added emoji source https://github.com/prabirshrestha/asyncomplete-emoji.vim Prabir Shrestha 2017-06-03 13:57:28 -07:00
  • e2a54dcc63 add vim tags source #19 Prabir Shrestha 2017-06-02 16:49:18 -07:00