]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3255: ci" finds following string but ci< and others don't v8.2.3255
authorConnor Lane Smith <cls@lubutu.com>
Sat, 31 Jul 2021 11:31:42 +0000 (13:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 11:31:42 +0000 (13:31 +0200)
commitb9115da4bec5e6cfff69da85cc47c42dd67e42e4
treec328f4d6d101fbf80c3ab50dbb39a5235601520a
parent28d8421bfb3327d7a5e81369977e8fc108b0229e
patch 8.2.3255: ci" finds following string but ci< and others don't

Problem:    ci" finds following string but ci< and others don't.
Solution:   When not inside an object find the start. (Connor Lane Smit,
            closes #8670)
src/search.c
src/testdir/test_textobjects.vim
src/textobject.c
src/version.c