Doc correction.

This commit is contained in:
Israel Chauca Fuentes
2010-05-14 03:19:46 -05:00
parent bdf477de4b
commit 698b3f1e43

View File

@@ -246,7 +246,7 @@ Default: &matchpairs ~
Use this option to tell delimitMate which characters should be considered
matching pairs. Read |delimitMateAutoClose| for details.
e.g: >
let delimitMate = "(:),[:],{:},<:>"
let delimitMate_matchpairs = "(:),[:],{:},<:>"
au FileType vim,html let b:delimitMate_matchpairs = "(:),[:],{:},<:>"
<
------------------------------------------------------------------------------