1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-06-05 16:37:07 +02:00
parent 8ad80dea08
commit c5e2b040b4
3 changed files with 33 additions and 10 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
622,
/**/
621,
/**/