Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-06 | Fix #1077 for old msgpack compatibility | Shougo Matsushita | |
2020-02-28 | Remove unnecessary message | Shougo Matsushita | |
2020-02-20 | Improve msgpack version check | Shougo Matsushita | |
2020-02-19 | Merge pull request #1067 from Shougo/auto_complete_popup | Shougo | |
Add auto_complete_popup option | |||
2020-02-19 | Add msgpack check | Shougo Matsushita | |
2020-02-15 | Add auto_complete_popup option | Shougo Matsushita | |
2020-01-25 | Fix #1056 disable prev completion in default | Shougo Matsushita | |
2019-12-06 | Add Vim 8.0 check | Shougo Matsushita | |
2019-11-21 | Fix #1040 version check | Shougo Matsushita | |
2019-11-20 | Fix Python version check | Shougo Matsushita | |
2019-10-19 | Fix #1029 error check | Shougo Matsushita | |
2019-10-19 | Add comment | Shougo Matsushita | |
2019-10-19 | Fix #1029 yarp check | Shougo Matsushita | |
2019-09-19 | Change auto_refresh_delay default value | Shougo Matsushita | |
2019-09-17 | Handle non-existing g:deoplete#_python_version_check | Daniel Hahler | |
Fixes: > E121: Undefined variable: g:deoplete#_python_version_check When using a virtualenv and explicit python host config where "pynvim" is not installed. It would never set the variable then. | |||
2019-09-14 | Add Python3 version check | Shougo Matsushita | |
2019-08-24 | Revert "Remove dummy mappings" | Shougo Matsushita | |
This reverts commit f40e43d20e5e48b6b1cb566c00806ef215f8a113. | |||
2019-08-20 | Remove dummy mappings | Shougo Matsushita | |
2019-08-15 | Add check_stderr option | Shougo Matsushita | |
2019-07-31 | Fix context_filetype check | Shougo Matsushita | |
2019-03-02 | Python 3.6.1+ is required | Shougo Matsushita | |
2019-02-10 | Remove delimiters option | Shougo Matsushita | |
2019-02-02 | Use custom cache | Shougo Matsushita | |
2019-01-17 | Add prev_completion_mode option | Shougo Matsushita | |
2018-12-31 | Fix #900 redraw behavior | Shougo Matsushita | |
2018-12-25 | Add skip_multibyte option | Shougo Matsushita | |
2018-12-24 | Add deoplete#insert_candidate() | Shougo Matsushita | |
2018-12-24 | Remove "complete_method" option | Shougo Matsushita | |
2018-12-24 | neovim-python 0.3.0+ is needed | Shougo Matsushita | |
2018-12-10 | Remove async_timeout option | Shougo Matsushita | |
2018-12-07 | Change timeout default values | Shougo Matsushita | |
2018-12-05 | Remove the default value of "deoplete-options-omni_patterns". | Shougo Matsushita | |
2018-11-23 | Improve deoplete initialization | Shougo Matsushita | |
2018-11-18 | Fix deoplete requires neovim 0.3.0 | Shougo Matsushita | |
2018-11-15 | Improve context initialization | Shougo Matsushita | |
2018-11-08 | Improve sorter_rank behavior | Shougo Matsushita | |
2018-11-08 | Add filetype context | Shougo Matsushita | |
2018-11-08 | Remove omnifunc context | Shougo Matsushita | |
2018-11-08 | Remove "deoplete-source-attribute-keyword_patterns". | Shougo Matsushita | |
2018-11-08 | Improve deoplete#init#_context() | Shougo Matsushita | |
2018-11-08 | Improve context initialization | Shougo Matsushita | |
2018-11-08 | Add cached_context | Shougo Matsushita | |
2018-10-22 | Add directory support in dictionary source | Shougo Matsushita | |
2018-10-21 | Fix #861 Python 3.5+ is required | Shougo Matsushita | |
2018-10-04 | Remove bufvars context | Shougo Matsushita | |
2018-10-04 | Remove delay context | Shougo Matsushita | |
2018-10-02 | Change auto_complete_delay default value | Shougo Matsushita | |
2018-10-01 | Change async_timeout default value | Shougo Matsushita | |
2018-09-12 | Add async_timeout option | Shougo Matsushita | |
2018-08-18 | Fix #826 deoplete initialization | Shougo Matsushita | |