commit | 6e82351130ddb8d13cf3748b47f07cae77886fc7 | [log] [tgz] |
---|---|---|
author | Jason Cox <dev@jasoncarloscox.com> | Sun Aug 29 12:36:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 29 12:36:49 2021 +0200 |
tree | 9007fdf6d5ed2bb0b05294beb034fe7206da11e8 | |
parent | 9dcd349ca85e1df1abd1cbf1c29c0f1574b70bf8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d50d098..5f427a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3385, +/**/ 3384, /**/ 3383,