]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim v9.1.1057
authorzeertzjq <zeertzjq@outlook.com>
Thu, 30 Jan 2025 10:04:47 +0000 (11:04 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 30 Jan 2025 10:04:47 +0000 (11:04 +0100)
commit8297e2cee337c626c6691e81b25e1f1897c71b86
tree6118e38c470d0bc66b37e5314d2feafb3a8a28d5
parent6d6ec2ee054b93ea7705a584607956d06dadfe35
patch 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim

Problem:  Superfluous cleanup steps in test_ins_complete.vim.
Solution: Remove unnecessary :bw! and :autocmd! commands.
          Also remove unnecessary STRLEN() in insexpand.c
          (zeertzjq)

closes: #16542

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c