]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(zip): add a generic Message function
authorChristian Brabandt <cb@256bit.org>
Tue, 6 Aug 2024 16:35:00 +0000 (18:35 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 6 Aug 2024 18:19:49 +0000 (20:19 +0200)
commit8d52926857ec7f08a9bee8f96470748cecf58002
tree6e538879e3e0b891a29de83f568fbae2d73a2ac5
parenta336d8f21e4cce877e23d47db238801a5a406992
runtime(zip): add a generic Message function

Problem:  the zip plugin duplicates a lot of code for displaying
          warnings/errors
Solution: refactor common code into a generic Mess() function

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/zip.vim