]> granicus.if.org Git - vim/commit
patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive" v8.0.0622
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 14:37:07 +0000 (16:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 14:37:07 +0000 (16:37 +0200)
commitc5e2b040b490c2f4dd50c945840bc176bfcccb29
tree6d837ebbcd51c6439deed9b3ce2b5a551c91d0a9
parent8ad80dea089ffeb1a845199c013e9bb4be1cd22e
patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive"

Problem:    Using a text object to select quoted text fails when 'selection'
            is set to "exclusive". (Guraga)
Solution:   Swap cursor and visual start position. (Christian Brabandt,
            closes #1687)
src/search.c
src/testdir/test_textobjects.vim
src/version.c