mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0004
This commit is contained in:
@@ -8257,6 +8257,12 @@ nv_object(cap)
|
||||
case 's': /* "as" = a sentence */
|
||||
flag = current_sent(cap->oap, cap->count1, include);
|
||||
break;
|
||||
case '"': /* "a"" = a double quoted string */
|
||||
case '\'': /* "a'" = a single quoted string */
|
||||
case '`': /* "a`" = a backtick quoted string */
|
||||
flag = current_quote(cap->oap, cap->count1, include,
|
||||
cap->nchar);
|
||||
break;
|
||||
#if 0 /* TODO */
|
||||
case 'S': /* "aS" = a section */
|
||||
case 'f': /* "af" = a filename */
|
||||
|
Reference in New Issue
Block a user