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

Could be a typo in the help file? #85

Closed guotsuan closed 12 years ago

guotsuan commented 12 years ago

In the delimitMate.txt file, line 260.

e.g.: let delimitMate_excluded_regions = "Comments,String"

I think "Comments" may be "Comment", because the default of delimitMate_excluded_regions is "Comment"