mirror of
https://github.com/vim/vim.git
synced 2026-08-18 06:57:53 +02:00
120c0dd815
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>