aboutsummaryrefslogtreecommitdiffstats
path: root/rplugin/python3/deoplete/sources/beancount.py (follow)
Commit message (Collapse)AuthorAgeLines
* deoplete: event completionJakob Schnitzer2017-03-20-3/+14
| | | | Close #34.
* deoplete: commodity completionJakob Schnitzer2017-03-20-6/+15
| | | | | | Match commodities after numbers. Close #33.
* deoplete: improve account completion; fix bugJakob Schnitzer2017-03-20-10/+27
| | | | | | | | Don't try to complete for accounts in all places, only after the appropriate keywords or at the start of a line. Also initialize the "cache" using a defaultdict as to not get errors when the completions are accessed before the file is loaded.
* Change return value of gather_candidates because str's aren't valid anymoreJason Chu2017-01-19-5/+5
| | | | See https://github.com/Shougo/deoplete.nvim/issues/421 and https://github.com/Shougo/deoplete.nvim/issues/419
* deoplete: use b:beancount_rootJakob Schnitzer2016-11-21-1/+1
|
* add deoplete sourceJakob Schnitzer2016-11-20-0/+75