Commit Graph

151 Commits

Author SHA1 Message Date
Prabir Shrestha
27c245f8b4 Merge pull request #124 from prabirshrestha/v2
v2
v2.0.0
2019-03-30 14:41:17 -07:00
prabirshrestha
c64848b11e remove old docs from README.md 2019-03-30 00:12:01 -07:00
Prabir Shrestha
9d75c6872e added known issues 2019-03-29 13:53:36 -07:00
Prabir Shrestha
75279f35ab update doc to use stridx 2019-03-27 11:30:00 -07:00
Prabir Shrestha
9abca3ec67 use stridx for default_preprocessor 2019-03-27 10:56:49 -07:00
Prabir
623c744c13 add support for complete_info to ignore built-in completions 2019-03-17 12:04:18 -07:00
Prabir
cad49e5ef1 move augroup silent messages up 2019-03-17 11:32:41 -07:00
Prabir Shrestha
f1cc9e3c9e Merge branch 'master' into v2 2019-03-09 10:48:15 -08:00
Prabir Shrestha
1af7798742 add asyncomplete_silence_messages 2019-03-09 10:45:33 -08:00
Prabir Shrestha
47a1914244 fix unregister_source 2019-03-06 15:51:14 -08:00
Prabir Shrestha
416723c535 fix l:visited in doc 2019-03-04 13:56:55 -08:00
Prabir Shrestha
3455b935b6 stop timer on insert_leave 2019-03-03 22:29:47 -08:00
Prabir Shrestha
1eacfe20b6 implement g:asyncomplete_preprocessor 2019-03-03 12:44:04 -08:00
Prabir Shrestha
b30fc76c63 remove unused manager 2019-03-03 12:00:29 -08:00
Prabir Shrestha
a01896f16a Merge pull request #121 from jsit/popup-delay-v2
* Add popup delay option
* Add popup delay documentation
2019-03-03 10:55:16 -08:00
Prabir Shrestha
9f49b3283b Merge branch 'v2' into popup-delay-v2 2019-03-03 10:54:24 -08:00
Prabir Shrestha
8e019bfe49 added core to all logs 2019-03-03 10:52:12 -08:00
Jay Sitter
913418ba56 Add popup delay documentation 2019-03-03 13:49:07 -05:00
Prabir Shrestha
f122479d44 add check for different lnum 2019-03-03 10:47:23 -08:00
Prabir Shrestha
835ce6dd66 update doc text 2019-03-03 10:47:09 -08:00
Jay Sitter
bf51ca9881 Add popup delay option 2019-03-03 10:45:22 -05:00
Prabir Shrestha
d3b2d3d52b remove old options and cleanup docs 2019-03-02 20:12:42 -08:00
Prabir Shrestha
d74c075d2f implement g:asyncomplete_auto_popup 2019-03-02 20:06:40 -08:00
Prabir Shrestha
1cd36baa22 fix s:normalize_items 2019-03-02 17:48:58 -08:00
Prabir Shrestha
0922910b7c move filter to different function 2019-03-02 15:59:30 -08:00
Prabir Shrestha
b79e6e42d7 move log before error 2019-03-02 15:06:01 -08:00
Prabir Shrestha
146e643dfd implement notify_event_to_source 2019-03-02 15:00:42 -08:00
Prabir Shrestha
c4c0f34737 implement force_trigger 2019-03-02 14:56:01 -08:00
Prabir Shrestha
9fe1feb916 asyncomplete#force_refresh plug 2019-03-02 14:25:04 -08:00
Prabir Shrestha
e52e70c72c ignore refresh of menu if selected 2019-03-02 05:08:17 -08:00
Prabir Shrestha
2cec8c3027 remove lua fuzzy match 2019-03-02 04:59:41 -08:00
Prabir Shrestha
5b53651fc2 implement core v2 trigger and complete, update_pum, recompute_pum 2019-03-02 04:32:28 -08:00
Prabir Shrestha
98060f9d61 remove unncessary l:line 2019-02-20 02:21:00 -08:00
mattn
08437a0f7c Check source (#119)
* Check source for active buffer

* Add log
v1.6 v1.7
2019-02-16 09:22:59 -09:00
Prabir Shrestha
212b39de5c notify on trigger char 2019-02-11 09:29:56 -08:00
Prabir Shrestha
83bf87199b remove s:active_source_names 2019-02-10 20:00:52 -08:00
Prabir Shrestha
18a2736e6a add empty s:trigger and asyncomplete#complete 2019-02-10 19:54:55 -08:00
Prabir Shrestha
9cf69e834a add s:update_trigger_characters() 2019-02-10 19:22:37 -08:00
Prabir Shrestha
8451a8353b add s:get_active_sources_for_buffer() 2019-02-10 18:11:30 -08:00
Prabir Shrestha
d01f7845d5 add asyncomplete#register_source and asyncomplete#unregister_source 2019-02-10 17:32:01 -08:00
Prabir Shrestha
8f835011e6 remove unncessary logs 2019-02-10 17:19:48 -08:00
Prabir Shrestha
465ac34547 implement timer change manager 2019-02-10 17:17:45 -08:00
Prabir Shrestha
ca0c36ec4d move setup_if_required to init() for textchangedp on change manager 2019-02-10 16:27:57 -08:00
Prabir Shrestha
4e7cab5cbe redo asyncomplete on_change_manager 2019-02-10 16:16:25 -08:00
ryo7000
2ffa939cb7 Fix for difference between index of vim and nvim (#101) 2019-01-30 10:16:15 -08:00
tamy
e42e8bf729 'l:has_poped_up' is used for nothing. it should be 's:has_poped_up' (#91) 2019-01-19 11:23:14 -08:00
Ville Hakulinen
c4d93a8dd1 Add documentation for asyncomplete_auto_completeopt (#97) 2019-01-14 00:05:22 -08:00
BB Chung
30dc0d4ae3 add a option g:asyncomplete_auto_completeopt (#69) 2019-01-13 23:09:51 -08:00
dn1z
d18e753d11 Fix truncating last candidate when smart completion is enabled (#95) 2019-01-01 14:49:23 -08:00
yaegassy
b5dbe40222 fix typo "ayncomplete" (#90) 2018-11-04 18:33:10 -08:00