]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0428: Tag guessing leaves wrong search history with very short names v9.1.0428
authorzeertzjq <zeertzjq@outlook.com>
Tue, 21 May 2024 15:19:58 +0000 (17:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 21 May 2024 15:19:58 +0000 (17:19 +0200)
commit42cd192daa4b7f29131c7be1beaecb6067e96266
treec7538612398bd6b69d76bec143a2fdf507082968
parentffed1540f36eb4a2255d7d824c9466d3d8fd581e
patch 9.1.0428: Tag guessing leaves wrong search history with very short names

Problem:  Tag guessing leaves wrong search history with very short names
          (after 9.1.0426).
Solution: Use the correct variable for pattern length (zeertzjq).

closes: #14817

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/tag.c
src/testdir/test_tagjump.vim
src/version.c