mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-08 21:54:47 +08:00
Doc correction.
This commit is contained in:
@@ -246,7 +246,7 @@ Default: &matchpairs ~
|
|||||||
Use this option to tell delimitMate which characters should be considered
|
Use this option to tell delimitMate which characters should be considered
|
||||||
matching pairs. Read |delimitMateAutoClose| for details.
|
matching pairs. Read |delimitMateAutoClose| for details.
|
||||||
e.g: >
|
e.g: >
|
||||||
let delimitMate = "(:),[:],{:},<:>"
|
let delimitMate_matchpairs = "(:),[:],{:},<:>"
|
||||||
au FileType vim,html let b:delimitMate_matchpairs = "(:),[:],{:},<:>"
|
au FileType vim,html let b:delimitMate_matchpairs = "(:),[:],{:},<:>"
|
||||||
<
|
<
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user