summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2016-12-14Fix timer_start callbakHirokazu Hata
2016-09-17Remove foldmethod detectionShougo Matsushita
2016-08-30Add my name and shorten the linesTJ DeVries
2016-08-29Fix some of the commentsTJ DeVries
I did this away from my normal computer so I just fixed them on github. Might not be very pretty. Will check again later.
2016-08-25Add a simple health checkerTJ DeVries
2016-08-22Fix #333 initializationShougo Matsushita
2016-08-21Add g:deoplete#auto_refresh_delayShougo Matsushita
2016-08-19Change g:deoplete#auto_complete_delay default to 100Shougo Matsushita
2016-08-19Change g:deoplete#auto_complete_delay default value to 200Shougo Matsushita
2016-08-15Fix refresh errorShougo Matsushita
2016-08-12Improve neovim module version checkShougo Matsushita
2016-08-12Fix #327 enable logging initializationShougo Matsushita
2016-08-06Fix #320 deoplete#undo_completion() errorShougo Matsushita
2016-08-06Use execute() instead of capture()Shougo Matsushita
2016-07-24Fix get_syn_names() errorShougo Matsushita
2016-07-24Better skip textwidthShougo Matsushita
2016-07-23Fix comment detectionTommy Allen
2016-07-23Improve disabled_syntax behaviorShougo Matsushita
2016-07-17Change g:deoplete#auto_complete_delay default valueShougo Matsushita
2016-07-17Improve delay featureShougo Matsushita
2016-07-17Remove unnecessarily double quotesShougo Matsushita
2016-07-17Merge pull request #304 from tweekmonster/fix-delayShougo
Handle completion delay in Vim instead of in Python
2016-07-16Handle completion delay in Vim instead of in PythonTommy Allen
2016-07-17Add mode checkShougo Matsushita
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-10Add context['encoding']Shougo Matsushita
2016-07-05Optimize source initializationShougo Matsushita
2016-07-01Improve tag sourceShougo Matsushita
2016-07-01Remove b:deoplete_file_enable_buffer_path optionShougo Matsushita
2016-06-27Fix file.py source initializationShougo Matsushita
2016-06-26Fix refresh errorShougo Matsushita
2016-06-23Remove obsolete checkShougo Matsushita
2016-06-23Rename mappings to mappingShougo Matsushita
2016-06-23Rename handlers to handlerShougo Matsushita
2016-06-23Implement version checkShougo Matsushita
2016-06-23Fix get inputShougo Matsushita
2016-06-21Fix bufvars problemShougo Matsushita
2016-06-20Remove g:deoplete#enable_debug variableShougo Matsushita
2016-06-20Use capture() if availableShougo Matsushita
2016-06-17Improve start completionShougo Matsushita
2016-06-17Fix auto refresh featureShougo Matsushita
2016-06-16Fix refresh always behaviorShougo Matsushita
2016-06-11Fix manual refresh problemShougo Matsushita
2016-06-08Fix refresh always featureShougo Matsushita
2016-06-07Improve foldmethod checkShougo Matsushita
2016-06-07Improve on_eventShougo Matsushita
2016-06-06Change set completeopt timingShougo Matsushita
2016-06-06OptimizedShougo Matsushita
2016-06-06Improve custom implementationShougo Matsushita