comparison src/version.c @ 17720:844f470532b6 v8.1.1857

patch 8.1.1857: cannot use modifier with multi-byte character commit https://github.com/vim/vim/commit/c8fd33d18b49c3246f33782dd7b4a1c87504dd5f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 16 20:33:05 2019 +0200 patch 8.1.1857: cannot use modifier with multi-byte character Problem: Cannot use modifier with multi-byte character. Solution: Allow using a multi-byte character, although it doesn't work everywhere.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 20:45:04 +0200
parents 6a73e3bd0ff8
children bf807c68ac80
comparison
equal deleted inserted replaced
17719:b374e7766fa9 17720:844f470532b6
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1857,
772 /**/ 774 /**/
773 1856, 775 1856,
774 /**/ 776 /**/
775 1855, 777 1855,
776 /**/ 778 /**/