aboutsummaryrefslogtreecommitdiffstats
path: root/rplugin/python3/deoplete/sources/beancount.py (unfollow)
Commit message (Collapse)AuthorLines
2020-04-28Drop support for deopleteWynn Wolf Arbor-116/+0
2017-10-27Speed up Vim exit (#43)Zhuoyun Wei-1/+3
* Speed up Vim exit Making cache on every type of events makes exiting Vim quite slow. Per https://github.com/Shougo/deoplete.nvim/blob/e6f4df0108081b8120df9ce83264e4997c4dfedc/doc/deoplete.txt#L891-L907 , only some types of events should be reacted to.
2017-03-20deoplete: accounts can contain colonsJakob Schnitzer-4/+6
2017-03-20deoplete: event completionJakob Schnitzer-3/+14
Close #34.
2017-03-20deoplete: commodity completionJakob Schnitzer-6/+15
Match commodities after numbers. Close #33.
2017-03-20deoplete: improve account completion; fix bugJakob Schnitzer-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.
2017-01-19Change return value of gather_candidates because str's aren't valid anymoreJason Chu-5/+5
See https://github.com/Shougo/deoplete.nvim/issues/421 and https://github.com/Shougo/deoplete.nvim/issues/419
2016-11-21deoplete: use b:beancount_rootJakob Schnitzer-1/+1
2016-11-20add deoplete sourceJakob Schnitzer-0/+75