nathangrigg / vim-beancount

Vim ftplugin for beancount
161 stars 41 forks source link

Fix vim-beancount documentation to be more accurate and easier #32

Open xentac opened 8 years ago

xentac commented 8 years ago

Things like good deoplete defaults (not using 'b' suggestions, only beancount ones) and that account matching being based on smartcase & ignorecase, etc.

yagebu commented 8 years ago

not using 'b' suggestions, only beancount ones

This could be fixed by setting a higher rank to the deoplete source, then the beancount suggestions will be listed first. self.rank = 500 should do it, shall I open a PR, or can you just make that change?

xentac commented 8 years ago

That's one option. The problem is that I've been using plaid2text and I have a lot of nonsensical metadata strings. This gives me an idea that I should add support for metadata completion as well as other strings.

On Fri, Nov 25, 2016, 1:19 PM Jakob Schnitzer notifications@github.com wrote:

not using 'b' suggestions, only beancount ones

This could be fixed by setting a higher rank to the deoplete source, then the beancount suggestions will be listed first. self.rank = 500 should do it, shall I open a PR, or can you just make that change?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/nathangrigg/vim-beancount/issues/32#issuecomment-263023532, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAHDcVQiJUN_CaRc_MhrnEcUWQiAHV_ks5rB1DrgaJpZM4K4xE9 .