GVim runs into an endless loop if I do the following:

   " clean startup
   :new                 " at least two windows
   :windo throw "foo"

   Error detected while processing :
   E605: Exception not caught: foo
   E605: Exception not caught: foo
   E605: Exception not caught: foo
   E605: Exception not caught: foo
   ...

Another example:

  " clean startup
  :set modified
  :bot new
  :try
  :  windo enew

  " -> go and kill GVim in the task manager

(does not happen if  :bot new  is replaced by  :abo new )

--
Regards,
Andy

EOM

Reply via email to