comparison src/version.c @ 16712:329e28ed10fd v8.1.1358

patch 8.1.1358: cannot enter character with a CSI byte commit https://github.com/vim/vim/commit/386b43e59498cc7b52a60f09f74bdb44df99386c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 19 21:57:11 2019 +0200 patch 8.1.1358: cannot enter character with a CSI byte Problem: Cannot enter character with a CSI byte. Solution: Only check "gui.in_use" when VIMDLL is defined. (Ken Takata, closes #4396)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 May 2019 22:00:06 +0200
parents 687ab2b5252b
children ba592f30c082
comparison
equal deleted inserted replaced
16711:58053184e299 16712:329e28ed10fd
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1358,
770 /**/ 772 /**/
771 1357, 773 1357,
772 /**/ 774 /**/
773 1356, 775 1356,
774 /**/ 776 /**/