Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2017-03-20 | deoplete: accounts can contain colons | Jakob Schnitzer | -4/+6 | |
2017-03-20 | deoplete: event completion | Jakob Schnitzer | -3/+14 | |
Close #34. | ||||
2017-03-20 | deoplete: commodity completion | Jakob Schnitzer | -6/+15 | |
Match commodities after numbers. Close #33. | ||||
2017-03-20 | deoplete: improve account completion; fix bug | Jakob 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-19 | Change return value of gather_candidates because str's aren't valid anymore | Jason Chu | -5/+5 | |
See https://github.com/Shougo/deoplete.nvim/issues/421 and https://github.com/Shougo/deoplete.nvim/issues/419 | ||||
2016-11-21 | deoplete: use b:beancount_root | Jakob Schnitzer | -1/+1 | |
2016-11-20 | add deoplete source | Jakob Schnitzer | -0/+75 | |