]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2237: mode() result depends on whether CURSOR_SHAPE is defined v8.1.2237
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Oct 2019 18:55:55 +0000 (19:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Oct 2019 18:55:55 +0000 (19:55 +0100)
commit7a641ca1e113c813fc39cca26f69cd6fc19f71c2
tree2a639a87634e81599b6f561e30cc9f62183835b2
parentbb26596242fa7db477e2cd706dd99f9a426b5f71
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().
src/normal.c
src/version.c