Add expand_inside_quotes to report and fix doc. Closes #179.

This commit is contained in:
Israel Chauca Fuentes
2014-11-27 02:11:12 -05:00
parent c678061b79
commit 073957f0a1
2 changed files with 21 additions and 22 deletions

View File

@@ -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