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
/
autoload
Age
Commit message (
Expand
)
Author
2016-12-14
Fix timer_start callbak
Hirokazu Hata
2016-09-17
Remove foldmethod detection
Shougo Matsushita
2016-08-30
Add my name and shorten the lines
TJ DeVries
2016-08-29
Fix some of the comments
TJ DeVries
2016-08-25
Add a simple health checker
TJ DeVries
2016-08-22
Fix #333 initialization
Shougo Matsushita
2016-08-21
Add g:deoplete#auto_refresh_delay
Shougo Matsushita
2016-08-19
Change g:deoplete#auto_complete_delay default to 100
Shougo Matsushita
2016-08-19
Change g:deoplete#auto_complete_delay default value to 200
Shougo Matsushita
2016-08-15
Fix refresh error
Shougo Matsushita
2016-08-12
Improve neovim module version check
Shougo Matsushita
2016-08-12
Fix #327 enable logging initialization
Shougo Matsushita
2016-08-06
Fix #320 deoplete#undo_completion() error
Shougo Matsushita
2016-08-06
Use execute() instead of capture()
Shougo Matsushita
2016-07-24
Fix get_syn_names() error
Shougo Matsushita
2016-07-24
Better skip textwidth
Shougo Matsushita
2016-07-23
Fix comment detection
Tommy Allen
2016-07-23
Improve disabled_syntax behavior
Shougo Matsushita
2016-07-17
Change g:deoplete#auto_complete_delay default value
Shougo Matsushita
2016-07-17
Improve delay feature
Shougo Matsushita
2016-07-17
Remove unnecessarily double quotes
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
Add mode check
Shougo Matsushita
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-10
Add context['encoding']
Shougo Matsushita
2016-07-05
Optimize source initialization
Shougo Matsushita
2016-07-01
Improve tag source
Shougo Matsushita
2016-07-01
Remove b:deoplete_file_enable_buffer_path option
Shougo Matsushita
2016-06-27
Fix file.py source initialization
Shougo Matsushita
2016-06-26
Fix refresh error
Shougo Matsushita
2016-06-23
Remove obsolete check
Shougo Matsushita
2016-06-23
Rename mappings to mapping
Shougo Matsushita
2016-06-23
Rename handlers to handler
Shougo Matsushita
2016-06-23
Implement version check
Shougo Matsushita
2016-06-23
Fix get input
Shougo Matsushita
2016-06-21
Fix bufvars problem
Shougo Matsushita
2016-06-20
Remove g:deoplete#enable_debug variable
Shougo Matsushita
2016-06-20
Use capture() if available
Shougo Matsushita
2016-06-17
Improve start completion
Shougo Matsushita
2016-06-17
Fix auto refresh feature
Shougo Matsushita
2016-06-16
Fix refresh always behavior
Shougo Matsushita
2016-06-11
Fix manual refresh problem
Shougo Matsushita
2016-06-08
Fix refresh always feature
Shougo Matsushita
2016-06-07
Improve foldmethod check
Shougo Matsushita
2016-06-07
Improve on_event
Shougo Matsushita
2016-06-06
Change set completeopt timing
Shougo Matsushita
2016-06-06
Optimized
Shougo Matsushita
2016-06-06
Improve custom implementation
Shougo Matsushita
[next]