21 Commits

Author SHA1 Message Date
ForTheReallys
359abf8ebe Added documentation for asyncomplete_enable* variables (#208) 2020-08-08 18:28:54 -07:00
Jay Sitter
91ac1f6e6f Add setting for minimum string length to trigger auto popup (#135)
* Add setting for minimum string length to trigger auto popup

* Use ternary

* Use simplified function

* Fix bug in new return function

* Add documentation for min_chars

* Add buffer override for min_chars
2020-05-10 09:15:27 -07:00
a5ob7r
3bb7f42890 Fix functions section title typo in help (#158) 2019-09-16 07:51:09 -07:00
ishitaku5522
797394b1c1 Adding get_source_info() and get_source_names() (#154)
* add get_source_info() and get_source_names()

* update document

* remove unnecessary example draft
2019-09-08 09:58:17 -07:00
itchyny
0f9f3271a5 fix sample code for document of g:asyncomplete_preprocessor (#146) 2019-06-10 14:47:14 -07:00
ishitaku5522
db0cd8a0c2 Add "asyncomplete#close_popup()" function (New PR for #126) (#134)
* add close_popup function for v2

* update document for asyncomplete#close_popup/cancel_popup

* update _foce_refresh to reset skip completion flag

* disable popup until next word after close popup
2019-04-13 10:44:07 -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
416723c535 fix l:visited in doc 2019-03-04 13:56:55 -08:00
Prabir Shrestha
1eacfe20b6 implement g:asyncomplete_preprocessor 2019-03-03 12:44:04 -08:00
Prabir Shrestha
9f49b3283b Merge branch 'v2' into popup-delay-v2 2019-03-03 10:54:24 -08:00
Jay Sitter
913418ba56 Add popup delay documentation 2019-03-03 13:49:07 -05:00
Prabir Shrestha
835ce6dd66 update doc text 2019-03-03 10:47:09 -08:00
Prabir Shrestha
d3b2d3d52b remove old options and cleanup docs 2019-03-02 20:12:42 -08:00
Ville Hakulinen
c4d93a8dd1 Add documentation for asyncomplete_auto_completeopt (#97) 2019-01-14 00:05:22 -08:00
Prabir Shrestha
f4e70a9753 added support for fuzzy search via let g:asyncomplete_smart_completion=1 (#66)
* added support for fuzzy search via  let g:asyncomplete_smart_completion=1

* partial fix for neovim

* added smart completion (fuzzy completion) for both vim8 and neovim

* updated README.md and docs for smart completion

* use vim.api.nvim_call_function to dump in neovim for tables
2018-08-18 10:34:50 -07:00
Yuki Ito
7e28834010 Add description for asyncomplete_log_file option (#71) 2018-07-11 17:20:09 -07:00
Pavel Davydov
6e9720e959 Add notes about shortmess options to doc and readme files. (#59) (#61)
* Add notes about shortmess options to doc and readme files. (#59)

* Remove note about shortmess from README. (#59)
2018-04-05 20:37:19 -07:00
Prabir Shrestha
aa3ad0d69a add g:asyncomplete_default_refresh_pattern - '\(\k\+$\|\.$\|:$\)' (#57) 2018-03-15 21:52:01 -07:00
Prabir Shrestha
e0f7d5e3de flag to disable force refresh on context changed (#31) 2017-10-15 11:11:02 -07:00
Peter Renström
222b9323f1 Add basic plugin documentation 2017-10-04 07:49:05 -07:00