]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1323: b:undo_ftplugin not executed when re-using buffer v9.1.1323
authorChristian Brabandt <cb@256bit.org>
Sat, 19 Apr 2025 09:14:11 +0000 (11:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 19 Apr 2025 09:14:11 +0000 (11:14 +0200)
commitbaa8c90cc0d214e036a3a7980d5cf95cae88a68d
tree88a0b5e2514b6e78527dcc7431d1221f8821e5c6
parent81677996513e8f186acc93122673e6741c563477
patch 9.1.1323: b:undo_ftplugin not executed when re-using buffer

Problem:  b:undo_ftplugin not executed when re-using buffer
          (archy3)
Solution: explicitly execute b:undo_ftplugin in buflist_new() when
          re-using the current buffer

fixes: #17113
closes: #17133

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/buffer.c
src/proto/window.pro
src/testdir/test_filetype.vim
src/version.c
src/window.c