]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1326: invalid cursor position after 'tagfunc' v9.1.1326
authorChristian Brabandt <cb@256bit.org>
Sun, 20 Apr 2025 16:21:35 +0000 (18:21 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Apr 2025 17:35:49 +0000 (19:35 +0200)
commit9919085491c5ce47091710fce5af13e3379f17fc
tree2d631c80902e8672e11b73a560e36b1035eafb5f
parent7938c40b34a870d704294a3384df4b58a0eabf8e
patch 9.1.1326: invalid cursor position after 'tagfunc'

Problem:  invalid cursor position after 'tagfunc'
          (gandalf4a)
Solution: call check_cursor() after executing the 'tagfunc'

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