]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0504: inner-tag textobject confused about ">" in attributes v9.1.0504
authorChristian Brabandt <cb@256bit.org>
Wed, 19 Jun 2024 18:26:51 +0000 (20:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 19 Jun 2024 18:26:51 +0000 (20:26 +0200)
commitca7f93e6f351b310c17cfc8f88acf21c839d6116
tree1109927a7cde057e3c749c48f8e36ddc8c83d795
parent43eef882ff42e673af1e753892801ba20c5d002a
patch 9.1.0504: inner-tag textobject confused about ">" in attributes

Problem:  inner-tag textobject confused about ">" in attributes
Solution: Skip over quoted '>' when determining the start position

fixes: #15043
closes: #15049

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_textobjects.vim
src/textobject.c
src/version.c