commit | 9919085491c5ce47091710fce5af13e3379f17fc | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Apr 20 18:21:35 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Apr 20 19:35:49 2025 +0200 |
tree | 2d631c80902e8672e11b73a560e36b1035eafb5f | |
parent | 7938c40b34a870d704294a3384df4b58a0eabf8e [diff] [blame] |
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>
diff --git a/src/version.c b/src/version.c index 33ad8e8..3b90185 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1326, +/**/ 1325, /**/ 1324,