summaryrefslogtreecommitdiff
path: root/rplugin/python3
AgeCommit message (Expand)Author
2016-11-04Improve gather_candidates in buffer source by @tweekmonsterShougo Matsushita
2016-10-27Fix relative path patternTommy Allen
2016-10-27Revert "Try file path before non-word characters."Shougo Matsushita
2016-10-26Implement omnifunc exists checkShougo Matsushita
2016-10-26Add error_vim()Shougo Matsushita
2016-10-26Improve stacktrace.Shougo Matsushita
2016-10-26Fix #363 omni error messagesShougo Matsushita
2016-10-20Improve debug messagesShougo Matsushita
2016-10-15Fix #353 neovim-python crashShougo Matsushita
2016-10-15Fix lint errorShougo Matsushita
2016-10-15Use expand() in file sourceShougo Matsushita
2016-10-15Add expand() utility functionShougo Matsushita
2016-10-15Fix #352 multiple omnifuncs supportShougo Matsushita
2016-10-14Merge pull request #351 from thalesmello/chore/simplify-condition-for-omnifun...Shougo
2016-10-13Try file path before non-word characters.Tommy Allen
2016-10-11Simplify condition for omnifunc checkThales Mello
2016-09-22Fix the initializationShougo Matsushita
2016-09-22Fix the initializationShougo Matsushita
2016-09-07Fix #338 Remove signal supportShougo Matsushita
2016-09-03Improve signal handlerShougo Matsushita
2016-09-03Fix test errorShougo Matsushita
2016-09-03Fix #337 pdb remote debug supportShougo Matsushita
2016-08-19use pkg_resources to find neovim client version on startuptek
2016-08-15Fix #329 testsShougo Matsushita
2016-08-12Reformatted imports using PEP8 conventions.Tommy Allen
2016-08-12Improve neovim module version checkShougo Matsushita
2016-08-11Refactored load_sources() and load_filters()Tommy Allen
2016-07-23Fix file source base for new buffersTommy Allen
2016-07-23Improve disabled_syntax behaviorShougo Matsushita
2016-07-17Merge pull request #304 from tweekmonster/fix-delayShougo
2016-07-16Handle completion delay in Vim instead of in PythonTommy Allen
2016-07-17Revert "Use a timer thread to handle delayed completion"Shougo
2016-07-16Use a timer thread to handle delayed completionTommy Allen
2016-07-17Mode checkShougo Matsushita
2016-07-10Optimized path parsing in file sourceTommy Allen
2016-07-10Add context['encoding']Shougo Matsushita
2016-07-05Optimize source initializationShougo Matsushita
2016-07-05Optimize buffer and member sourceShougo Matsushita
2016-07-01Remove unused importShougo Matsushita
2016-07-01Improve tag sourceShougo Matsushita
2016-07-01Remove b:deoplete_file_enable_buffer_path optionShougo Matsushita
2016-07-01Add on_init()Shougo Matsushita
2016-06-27Fix file.py source initializationShougo Matsushita
2016-06-23Use source/filter instead of sources/filtersShougo Matsushita
2016-06-23Implement version checkShougo Matsushita
2016-06-21Improve on_event()Shougo Matsushita
2016-06-20Remove g:deoplete#enable_debug variableShougo Matsushita
2016-06-20Add debug messageShougo Matsushita
2016-06-20Fix sources and filters initializationShougo Matsushita
2016-06-20Fix buffer sourceShougo Matsushita