Re: screen garbled when using execute()

2016-07-10 Fir de Conversatie Manuel Ortega
On Sunday, July 10, 2016 at 8:49:41 AM UTC-4, Bram Moolenaar wrote: > Manuel Ortega wrote: > > > I'm seeing some screen rendering problems with the new execute() > > function. > > > > To reproduce: > > > > vim -u NONE -N somenonemptyfile > > :echo execute("!ls") > > > > I expect: the same thing

Re: screen garbled when using execute()

2016-07-10 Fir de Conversatie Bram Moolenaar
Manuel Ortega wrote: > I'm seeing some screen rendering problems with the new execute() > function. > > To reproduce: > > vim -u NONE -N somenonemptyfile > :echo execute("!ls") > > I expect: the same thing that "redir=>h | !ls |redir END | echo h" > shows, i.e., ":!ls", except without a HIT EN

screen garbled when using execute()

2016-07-10 Fir de Conversatie Manuel Ortega
I'm seeing some screen rendering problems with the new execute() function. To reproduce: vim -u NONE -N somenonemptyfile :echo execute("!ls") I expect: the same thing that "redir=>h | !ls |redir END | echo h" shows, i.e., ":!ls", except without a HIT ENTER prompt. I see: ":!ls" and a HIT ENTER