----- code -----
func! s:foo()
throw 'exception'
endfunc
func! Foo()
try
silent 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
--
要了几天饱饭就不记得西北风啥味了
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---