asyncomplete-omni.vim
asyncomplete-omni.vim copied to clipboard
Example Registration Code in README.md
The line in readme.md that reads:
\ 'show_source_kind': 1 " Add `o` kind label to 'menu'
shouldn't have a comment after the : 1, or else VIM throws an error about function parameters.

When I add the comma, it then complains that I have an 'missing quote' on that line.
I fixed README.md. Thank you.