]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(zip): use :echomsg instead of :echo
authorChristian Brabandt <cb@256bit.org>
Mon, 5 Aug 2024 18:51:47 +0000 (20:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 6 Aug 2024 18:02:05 +0000 (20:02 +0200)
commit120c0dd815fa3b44df0fa477f7f3313e4a69c652
treeea896453d5eba2478f8011a3a22db6aafab675e7
parenta63f66e953d811bb6d044e92fe338e533ad94ff5
runtime(zip): use :echomsg instead of :echo

Problem:  zip plugin uses :echo which does not store messages
Solution: use :echomsg instead of :echo so that messages are stored in
          the message history

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