Fix 'smart_quotes' doc.

This commit is contained in:
Israel Chauca Fuentes
2010-07-31 00:22:26 -05:00
parent 8b24f0fd9f
commit 9c11c5cc82

View File

@@ -344,8 +344,8 @@ Default: [] ~
Quotes listed here will not be able to jump out of the empty pair, thus
allowing the autoclosed quotes to be nested.
e.g.: >
let delimitMate_quotes = ['"','`']
au FileType python let b:delimitMate_quotes = ['"']
let delimitMate_nesting_quotes = ['"','`']
au FileType python let b:delimitMate_nesting_quotes = ['"']
<
------------------------------------------------------------------------------
*'delimitMate_visual_leader'*