comparison src/version.c @ 25698:000b37efd5fa v8.2.3385

patch 8.2.3385: escaping for fish shell does not work properly Commit: https://github.com/vim/vim/commit/6e82351130ddb8d13cf3748b47f07cae77886fc7 Author: Jason Cox <dev@jasoncarloscox.com> Date: Sun Aug 29 12:36:49 2021 +0200 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 https://github.com/vim/vim/issues/8810)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Aug 2021 12:45:05 +0200
parents 64fa341cc33b
children 357a3bee56f5
comparison
equal deleted inserted replaced
25697:c7845af77c65 25698:000b37efd5fa
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3385,
758 /**/ 760 /**/
759 3384, 761 3384,
760 /**/ 762 /**/
761 3383, 763 3383,
762 /**/ 764 /**/