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
/
deoplete
/
util.py
Age
Commit message (
Expand
)
Author
2017-03-05
Support subdirectories for source and filter
E Kawashima
2017-01-21
Fix #421 convert to candidates list
Shougo Matsushita
2017-01-08
Fix the variable names
Shougo Matsushita
2016-12-20
improvements according Shougo code review
khalidov
2016-10-26
Add error_vim()
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
Add expand() utility function
Shougo Matsushita
2016-08-12
Reformatted imports using PEP8 conventions.
Tommy Allen
2016-08-11
Refactored load_sources() and load_filters()
Tommy Allen
2016-07-23
Improve disabled_syntax behavior
Shougo Matsushita
2016-07-05
Optimize source initialization
Shougo Matsushita
2016-06-20
Remove g:deoplete#enable_debug variable
Shougo Matsushita
2016-06-13
Fix buffer config
Kevin Velghe
2016-06-11
Fix glob implementation
Shougo Matsushita
2016-06-11
Fix #286 tag source error
Shougo Matsushita
2016-06-08
Fix get_custom()
Shougo Matsushita
2016-06-07
Fix bytepos2charpos()
Shougo Matsushita
2016-06-06
Improve custom implementation
Shougo Matsushita
2016-06-06
Improve bytepos
Shougo Matsushita
2016-06-05
Improve globruntime()
Shougo Matsushita
2016-06-05
Improve get_buffer_config() implementation
Shougo Matsushita
2016-06-05
Improve get_simple_buffer_config implementation
Shougo Matsushita
2016-06-05
Improve encoding
Shougo Matsushita
2016-05-17
Improve parse_buffer_pattern()
Shougo Matsushita
2016-05-15
Fix #274 improve make cache
Shougo Matsushita
2016-04-22
Fix lint error
Shougo Matsushita
2016-04-21
Remove itersources
Shougo Matsushita
2016-04-19
Fix #258 support multiple filetype
Tommy Allen
2016-03-27
Implement truncate functions
Shougo Matsushita
2016-03-26
Fix #240 fuzzy match behavior
Shougo Matsushita
2016-03-24
Add LICENSE file
Shougo Matsushita
2016-03-16
Fix debug when args is not a json
Koichi Shiraishi
2016-03-13
Remove eskk support
Shougo Matsushita
2016-02-23
Fix flake8 H306 suggestion
Koichi Shiraishi
2016-02-23
Add load_external_module function
Koichi Shiraishi
2016-02-22
Implement camel case completion
Shougo Matsushita
2016-02-18
Fix #179 dictionary and tag source errors
Shougo Matsushita
2016-02-17
Add simple profile feature
Shougo Matsushita
2016-02-16
Remove eval functions
Shougo Matsushita
2016-02-14
Added a debug mode to prevent uncommented debug statements
Anmol Sethi
2016-02-11
Fix flake8 error
Shougo Matsushita
2016-02-11
Add deoplete#util#get_syn_name()
Shougo Matsushita
2016-01-20
Improve get_buffer_config()
Shougo Matsushita
2015-12-09
Remove get_default_buffer_config()
Shougo Matsushita
2015-12-05
Add debug function in base classes
Shougo Matsushita
2015-11-28
autopep8
Daniel Hahler
2015-10-23
Improve util functions
Shougo Matsushita
2015-10-18
Fix debug bug
Shougo Matsushita
[next]