]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0971: failure for selecting quoted text object moves cursor v8.1.0971
authorBram Moolenaar <Bram@vim.org>
Fri, 22 Feb 2019 14:04:17 +0000 (15:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 Feb 2019 14:04:17 +0000 (15:04 +0100)
commit55d3bdbbe2bfc7a78b4aa17763788dbddf87cab0
tree854f1684ba2c3ef73cecd0820115e544b6a7aafa
parented79d1e348c40e2432802423bf22e4f7b536bf8a
patch 8.1.0971: failure for selecting quoted text object moves cursor

Problem:    Failure for selecting quoted text object moves cursor.
Solution:   Restore the Visual selection on failure. (Christian Brabandt,
            closes #4024)
src/search.c
src/testdir/test_textobjects.vim
src/version.c