comparison src/version.c @ 18485:63ee3c2b140f v8.1.2237

patch 8.1.2237: mode() result depends on whether CURSOR_SHAPE is defined Commit: https://github.com/vim/vim/commit/7a641ca1e113c813fc39cca26f69cd6fc19f71c2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 31 19:55:55 2019 +0100 patch 8.1.2237: mode() result depends on whether CURSOR_SHAPE is defined Problem: Mode() result after usign "r" depends on whether CURSOR_SHAPE is defined. (Christian Brabandt) Solution: Move the #ifdef to only skip ui_cursor_shape().
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Oct 2019 20:00:04 +0100
parents 54e5fa1f9cfc
children 5b95ccb82c0a
comparison
equal deleted inserted replaced
18484:3e50e573ca25 18485:63ee3c2b140f
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2237,
744 /**/ 746 /**/
745 2236, 747 2236,
746 /**/ 748 /**/
747 2235, 749 2235,
748 /**/ 750 /**/