mirror of
https://github.com/zoriya/vim.git
synced 2025-12-20 22:25:20 +00:00
patch 8.2.3385: escaping for fish shell does not work properly
Problem: Escaping for fish shell does not work properly. Solution: Insert a backslash before a backslash. (Jason Cox, closes #8810)
This commit is contained in:
committed by
Bram Moolenaar
parent
9dcd349ca8
commit
6e82351130
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3385,
|
||||
/**/
|
||||
3384,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user