forked from aniani/vim
patch 8.1.0219: expanding ## fails to escape backtick
Problem: Expanding ## fails to escape backtick. Solution: Escape a backtick in a file name. (closes #3257)
This commit is contained in:
@@ -798,6 +798,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
219,
|
||||
/**/
|
||||
218,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user