]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1385: g'Esc is considered an error v9.0.1385
authorzeertzjq <zeertzjq@outlook.com>
Sun, 5 Mar 2023 21:15:06 +0000 (21:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2023 21:15:06 +0000 (21:15 +0000)
commitf86dea8119f3141e3d2c680219036d1511101f9b
tree741993d7ef54fa51f7ea56c8975b56d55cdf8b57
parentb0b6b8b07eaeac5a22370d2b8ecefb6dd026c541
patch 9.0.1385: g'Esc is considered an error

Problem:    g'Esc is considered an error.
Solution:   Make g'Esc silently abandon the command. (closes #12110)
src/normal.c
src/testdir/test_normal.vim
src/version.c