mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 04:34:29 +08:00
Add expand_inside_quotes to report and fix doc. Closes #179.
This commit is contained in:
@@ -241,7 +241,8 @@ e.g.: >
|
||||
*'delimitMate_smart_quotes'*
|
||||
*'b:delimitMate_smart_quotes'*
|
||||
Values: String with an optional ! at the beginning followed by a regexp ~
|
||||
Default: '\%(\w\|[^[:punct:][:space:]]\|\%(\\\\\)*\\\)\%#\|\%#\w' ~
|
||||
Default:~
|
||||
'\%(\w\|[^[:punct:][:space:]]\|\%(\\\\\)*\\\)\%#\|\%#\%(\w\|[^[:space:][:punct:]]\)' ~
|
||||
|
||||
A bang (!) at the beginning is removed and used to "negate" the pattern. The
|
||||
remaining text is used as a regexp to be matched on the current line. A single
|
||||
|
||||
Reference in New Issue
Block a user