index
:
deoplete.nvim
master
topic/pip_doc
Dark powered asynchronous completion framework for neovim/Vim8
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-05-15
Improve complete_info() check
Shougo Matsushita
2019-05-14
Use filtered candidates
Shougo Matsushita
2019-05-14
Fix the error
Shougo Matsushita
2019-05-14
Add complete_info() skip
Shougo Matsushita
2019-05-13
Fix #973 async update
Shougo Matsushita
2019-04-16
Split dictionary and tag sources
Shougo Matsushita
2019-04-16
Merge pull request #969 from sitaktif/fix-missing-width-options
Shougo
2019-04-15
Fix deoplete#custom#source for max_info_width
Romain Chossart
2019-04-08
Merge pull request #924 from Shougo/equal
Shougo
2019-04-08
Merge pull request #958 from Shougo/callback
Shougo
2019-04-02
Improve initialization
Shougo Matsushita
2019-04-02
Improve events performance
Shougo Matsushita
2019-03-31
Fix lint error
Shougo Matsushita
2019-03-31
Move _main.py
Shougo Matsushita
2019-03-31
Improve main
Shougo Matsushita
2019-03-31
Merge pull request #920 from Shougo/complete_mode
Shougo
2019-03-30
Fix for Vim 8.1.1068
Shougo Matsushita
2019-03-30
Update
Shougo Matsushita
2019-03-30
Update the documentation
Shougo Matsushita
2019-03-29
Print debug context information in on_event
Shougo Matsushita
2019-03-24
Revert "Use sys.executable" sys.executable is not available in Windows
Shougo Matsushita
2019-03-21
Rename dp_main to _main
Shougo Matsushita
2019-03-18
Add converter_truncate_info
Shougo Matsushita
2019-03-18
Update FAQ
Shougo Matsushita
2019-03-17
Merge pull request #950 from simon-bq/fix_doc_typo
Shougo
2019-03-16
fix typo
simon-bq
2019-03-16
Fix #949 ignore omnifunc's error
Shougo Matsushita
2019-03-15
Remove snippet markers in converter_remove_paren
Shougo Matsushita
2019-03-15
Improve error handling
Shougo Matsushita
2019-03-15
Use sys.executable
Shougo Matsushita
2019-03-15
Add base/source.py and base/filter.py
Shougo Matsushita
2019-03-13
Merge pull request #947 from rhysd/fix-typos
Shougo
2019-03-13
Fix typo
rhysd
2019-03-06
Merge pull request #942 from Shougo/python36
Shougo
2019-03-03
Python 3.7 is not supported currently in Travis
Shougo Matsushita
2019-03-03
Remove Python 3.5 check
Shougo Matsushita
2019-03-02
Replace string format()
Shougo Matsushita
2019-03-02
Python 3.6.1+ is required
Shougo Matsushita
2019-03-01
Add deoplete#auto_complete()
Shougo Matsushita
2019-02-26
Add get_buf_option()
Shougo Matsushita
2019-02-21
Fix flake8 error
Shougo Matsushita
2019-02-21
Improve
Shougo Matsushita
2019-02-21
Add type check
Shougo Matsushita
2019-02-18
Remove buffer variables
Shougo Matsushita
2019-02-18
Improve buffer source implementation
Shougo Matsushita
2019-02-18
Remove BufDelete
Shougo Matsushita
2019-02-18
Merge pull request #939 from Hamled/py3-regex-fix
Shougo
2019-02-16
Tests for vimoption2python escape double hyphen
Charles Ellis
2019-02-16
vimoption2python no longer creates ambiguous regex syntax
Charles Ellis
2019-02-15
Merge pull request #936 from antoinemadec/master
Shougo
[next]