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
path:
root
/
rplugin
/
python3
Age
Commit message (
Expand
)
Author
2016-11-04
Improve gather_candidates in buffer source by @tweekmonster
Shougo Matsushita
2016-10-27
Fix relative path pattern
Tommy Allen
2016-10-27
Revert "Try file path before non-word characters."
Shougo Matsushita
2016-10-26
Implement omnifunc exists check
Shougo Matsushita
2016-10-26
Add error_vim()
Shougo Matsushita
2016-10-26
Improve stacktrace.
Shougo Matsushita
2016-10-26
Fix #363 omni error messages
Shougo Matsushita
2016-10-20
Improve debug messages
Shougo Matsushita
2016-10-15
Fix #353 neovim-python crash
Shougo Matsushita
2016-10-15
Fix lint error
Shougo Matsushita
2016-10-15
Use expand() in file source
Shougo Matsushita
2016-10-15
Add expand() utility function
Shougo Matsushita
2016-10-15
Fix #352 multiple omnifuncs support
Shougo Matsushita
2016-10-14
Merge pull request #351 from thalesmello/chore/simplify-condition-for-omnifun...
Shougo
2016-10-13
Try file path before non-word characters.
Tommy Allen
2016-10-11
Simplify condition for omnifunc check
Thales Mello
2016-09-22
Fix the initialization
Shougo Matsushita
2016-09-22
Fix the initialization
Shougo Matsushita
2016-09-07
Fix #338 Remove signal support
Shougo Matsushita
2016-09-03
Improve signal handler
Shougo Matsushita
2016-09-03
Fix test error
Shougo Matsushita
2016-09-03
Fix #337 pdb remote debug support
Shougo Matsushita
2016-08-19
use pkg_resources to find neovim client version on startup
tek
2016-08-15
Fix #329 tests
Shougo Matsushita
2016-08-12
Reformatted imports using PEP8 conventions.
Tommy Allen
2016-08-12
Improve neovim module version check
Shougo Matsushita
2016-08-11
Refactored load_sources() and load_filters()
Tommy Allen
2016-07-23
Fix file source base for new buffers
Tommy Allen
2016-07-23
Improve disabled_syntax behavior
Shougo Matsushita
2016-07-17
Merge pull request #304 from tweekmonster/fix-delay
Shougo
2016-07-16
Handle completion delay in Vim instead of in Python
Tommy Allen
2016-07-17
Revert "Use a timer thread to handle delayed completion"
Shougo
2016-07-16
Use a timer thread to handle delayed completion
Tommy Allen
2016-07-17
Mode check
Shougo Matsushita
2016-07-10
Optimized path parsing in file source
Tommy Allen
2016-07-10
Add context['encoding']
Shougo Matsushita
2016-07-05
Optimize source initialization
Shougo Matsushita
2016-07-05
Optimize buffer and member source
Shougo Matsushita
2016-07-01
Remove unused import
Shougo Matsushita
2016-07-01
Improve tag source
Shougo Matsushita
2016-07-01
Remove b:deoplete_file_enable_buffer_path option
Shougo Matsushita
2016-07-01
Add on_init()
Shougo Matsushita
2016-06-27
Fix file.py source initialization
Shougo Matsushita
2016-06-23
Use source/filter instead of sources/filters
Shougo Matsushita
2016-06-23
Implement version check
Shougo Matsushita
2016-06-21
Improve on_event()
Shougo Matsushita
2016-06-20
Remove g:deoplete#enable_debug variable
Shougo Matsushita
2016-06-20
Add debug message
Shougo Matsushita
2016-06-20
Fix sources and filters initialization
Shougo Matsushita
2016-06-20
Fix buffer source
Shougo Matsushita
[next]