]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2116: crash when using 'tagfunc' v9.1.2116
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Fri, 30 Jan 2026 09:45:55 +0000 (09:45 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 30 Jan 2026 09:45:55 +0000 (09:45 +0000)
commit57b577df3217b4f28abff6fe3c0a480192927ae2
tree09749c39a17aeabd8781eb8b02d05efc5934af54
parenta7c28bd1b98e36bf5df77dedc028ec88685639c2
patch 9.1.2116: crash when using 'tagfunc'

Problem:  crash when using 'tagfunc' (Rodrigo Queipo)
Solution: Do not add the user_data to the 'info' dictionary when called
          for insert mode completion (the TAG_INS_COMP flag is set).
          Completion should not depend on the state of a previous tag
          jump. (Yasuhiro Matsumoto)

fixes:  #19255
closes: #19284

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/tag.c
src/version.c