]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1850: "vat" does not select tags correctly over line break v8.2.1850
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Oct 2020 19:23:28 +0000 (21:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Oct 2020 19:23:28 +0000 (21:23 +0200)
commita604ccc959c3bff88d3d5bc3c965819fc326d239
tree315a9264bfbe152d10f3796970d26d9941264897
parented234f24f3a6d697ba9b786d0bc74d4682bfdf47
patch 8.2.1850: "vat" does not select tags correctly over line break

Problem:    "vat" does not select tags correctly over line break.
Solution:   Adjust the search pattern. (Aufar Gilbran, closes #7136)
src/testdir/test_textobjects.vim
src/textobject.c
src/version.c