dr-dr xp schrieb:
> ----- code -----
> func! s:foo()
> throw 'exception'
> endfunc
>
> func! Foo()
> try
> silent s:foo()
do you mean:
:silent call s:foo()
> catch
> " nop.
> endtry
> endfunc
> ----- code -----
>
> ":call Foo()" makes Vim stay 'silent mode'
>
> After this, :some_command can work fine, but nothing shown in command-line
> as typing.
> This bug occurs in this version:
> http://sourceforge.net/projects/cream/files/Vim/7.2.259/gvim-7-2-259.exe/download
nothing unusual here (gVim 7.2.218) ...
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---