This commit is contained in:
James McCoy
2017-05-12 12:01:07 -04:00
parent 901c8fbcdb
commit ad80a83a1a
2 changed files with 5 additions and 5 deletions

View File

@@ -4926,7 +4926,7 @@ static unsigned quote_meta(char_u *dest, char_u *src, int len)
|| ctrl_x_mode == CTRL_X_THESAURUS)
break;
// fallthrough
case '^': /* currently it's not needed. */
case '^': // currently it's not needed.
case '$':
m++;
if (dest != NULL)