mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 20:54:31 +08:00
Fix 'smart_quotes' doc.
This commit is contained in:
@@ -344,8 +344,8 @@ Default: [] ~
|
|||||||
Quotes listed here will not be able to jump out of the empty pair, thus
|
Quotes listed here will not be able to jump out of the empty pair, thus
|
||||||
allowing the autoclosed quotes to be nested.
|
allowing the autoclosed quotes to be nested.
|
||||||
e.g.: >
|
e.g.: >
|
||||||
let delimitMate_quotes = ['"','`']
|
let delimitMate_nesting_quotes = ['"','`']
|
||||||
au FileType python let b:delimitMate_quotes = ['"']
|
au FileType python let b:delimitMate_nesting_quotes = ['"']
|
||||||
<
|
<
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*'delimitMate_visual_leader'*
|
*'delimitMate_visual_leader'*
|
||||||
|
|||||||
Reference in New Issue
Block a user