I am trying to print some info to screen at VimLeave, (console vim)
such that it is visible after (console) vim exit to shell. For
example, something like this:
.vimrc:
    au VimLeave * :call PrintAtExit()
    function! PrintAtExit()
        echo "bye-bye"
        !echo bye-bye
    endfun

Expecting

   $ vim foo
   ZZ
   bye-bye

But "bye-bye" does not appear. Anybody has an idea how to print
in VimLeave  so that it's visible after vim quit to shell ?

Thanks
Viki

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to