]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0497: Cannot jump to remote tags v9.2.0497
authorMiguel Barro <miguel.barro@live.com>
Sun, 17 May 2026 20:00:41 +0000 (20:00 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 17 May 2026 20:11:52 +0000 (20:11 +0000)
commit4a99175e3949cef3ebe6a9ee6a82b963cfdf5995
tree702494d580f2be31091ce69b09a9a4b582a22ccd
parenta65a52d684bc58535ad28a4ae824d22e76399934
patch 9.2.0497: Cannot jump to remote tags

Problem:  Cannot jump to remote tags
          (after v9.2.0405)
Solution: Add the 'tagsecure' option (Miguel Barro)

closes: #20162

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Miguel Barro <miguel.barro@live.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
14 files changed:
runtime/doc/options.txt
runtime/doc/quickref.txt
runtime/doc/tags
runtime/doc/tagsrch.txt
runtime/doc/version9.txt
runtime/optwin.vim
runtime/syntax/vim.vim
src/option.h
src/optiondefs.h
src/po/vim.pot
src/tag.c
src/testdir/test_options.vim
src/testdir/test_tagjump.vim
src/version.c