Re: [patch] can not write a trail comment to the :hide command

2016-11-15 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2016-11-15(Tue) 6:58:08 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > Hi Bram and list, > > > > > > How to reproduce: > > > - Start vanilla Vim with two buffers. > > > $ vim -Nu NONE -o a b > > > - buffer 'a' to modified. > > > :set modofied > > > -

Re: [patch] can not write a trail comment to the :hide command

2016-11-15 Fir de Conversatie h_east
Hi Bram and list, 2016-11-15(Tue) 6:58:08 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > Hi Bram and list, > > > > How to reproduce: > > - Start vanilla Vim with two buffers. > > $ vim -Nu NONE -o a b > > - buffer 'a' to modified. > > :set modofied > > - exec :hide command with trail

Re: [patch] can not write a trail comment to the :hide command

2016-11-14 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and list, > > How to reproduce: > - Start vanilla Vim with two buffers. > $ vim -Nu NONE -o a b > - buffer 'a' to modified. > :set modofied > - exec :hide command with trail comment > :hide " command > > Expected behavior: > - :hide command succeed. > >

[patch] can not write a trail comment to the :hide command

2016-11-13 Fir de Conversatie h_east
Hi Bram and list, How to reproduce: - Start vanilla Vim with two buffers. $ vim -Nu NONE -o a b - buffer 'a' to modified. :set modofied - exec :hide command with trail comment :hide " command Expected behavior: - :hide command succeed. Actual behavior: - Occurred 'E474: Invalid argument'