mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
lint
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user