Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Small documentation issue #159

Closed mb720 closed 10 years ago

mb720 commented 10 years ago

Hi,

Thanks for your great plugin.

I had some troubles installing delimitMate using your instruction at http://www.vim.org/scripts/script.php?script_id=2754 because there is a superfluous space character: :UseVimball ~/.vim/bundle/delimitMate / should be :UseVimball ~/.vim/bundle/delimitMate/ I think.

Another little thing that I noticed was that in the delimitMate's help there are a couple of typos. For instance in the introduction it says: NOTE 3: Abbreiations set with...

Thanks again for your splendid work.

Raimondi commented 10 years ago

Fixed the instruction on vim.org, but the note 3 is gone in the code here in github. I should upload an update to vim.org.

Thanks!