]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1423: :tag command not working correctly using Vim9 Script v9.1.1423
authorChristian Brabandt <cb@256bit.org>
Sun, 1 Jun 2025 17:47:03 +0000 (19:47 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 1 Jun 2025 17:47:03 +0000 (19:47 +0200)
commitcba66cf894645e1a16e926be75c5ab12cbf3b35a
tree31cc7abc4fb3d8405281bec2bbf48c4c287bc3ca
parent98c29dbfd1c0765cbe5a2fce71072a33ad629f34
patch 9.1.1423: :tag command not working correctly using Vim9 Script

Problem:  :tag command not working correctly using Vim9 Script
Solution: inject a ':' before the numeric address, to make the command
          valid in Vim9 context

fixes: #17415
closes: #17418

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