RE: echo message missing

2006-05-02 Thread Bram Moolenaar
Robert Webb wrote: > > Will inserting "redraw" command before echo help ? Like this: > > > > func! SaveSession() > >mksession! aaaSession.vse > >redraw > >echo "Session saved" > > endfunction > > You're right, this fixes it. Thanks. > But is it a bug still that the echo

Re: echo message missing

2006-05-02 Thread Yakov Lerner
On 5/2/06, Robert Webb <[EMAIL PROTECTED]> wrote: > Will inserting "redraw" command before echo help ? Like this: > > func! SaveSession() >mksession! aaaSession.vse >redraw >echo "Session saved" > endfunction You're right, this fixes it. Thanks. But is it a bug still tha

RE: echo message missing

2006-05-02 Thread Robert Webb
> Will inserting "redraw" command before echo help ? Like this: > > func! SaveSession() >mksession! aaaSession.vse >redraw >echo "Session saved" > endfunction You're right, this fixes it. Thanks. But is it a bug still that the echo message is lost due to a redraw caused b

Re: echo message missing

2006-05-02 Thread Yakov Lerner
On 5/2/06, Robert Webb <[EMAIL PROTECTED]> wrote: I have the following in my _vimrc file: func! SaveSession() mksession! aaaSession.vse echo "Session saved" endfunction command! -nargs=0 S call SaveSession() But now, when I have more than one tab open (on Windows2000