comparison src/version.c @ 21893:f19ac9b8b011 v8.2.1496

patch 8.2.1496: Vim9: cannot use " #" in a mapping Commit: https://github.com/vim/vim/commit/b8a9296cedb9fae35572041ef5cfa894f3ad9fbb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 20 18:02:47 2020 +0200 patch 8.2.1496: Vim9: cannot use " #" in a mapping Problem: Vim9: cannot use " #" in a mapping. Solution: Do not remove a comment with the EX_NOTRLCOM flag. (closes https://github.com/vim/vim/issues/6746)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Aug 2020 18:15:03 +0200
parents 37fc9134f53e
children 0ae284aaa8a2
comparison
equal deleted inserted replaced
21892:8e6e9c54e4f0 21893:f19ac9b8b011
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1496,
757 /**/ 759 /**/
758 1495, 760 1495,
759 /**/ 761 /**/
760 1494, 762 1494,
761 /**/ 763 /**/