Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-24 Fir de Conversatie Yegappan Lakshmanan
Hi, On Tue, May 24, 2016 at 7:01 AM, Yegappan Lakshmanan wrote: > Hi Bram, > > On Mon, May 23, 2016 at 12:57 PM, Bram Moolenaar wrote: >>> >> > >>> >> > We could make the modifiers available in <> form, so that the user >>> >> > command can apply them where needed. Possibly just , to pass on >>>

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-24 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Mon, May 23, 2016 at 12:57 PM, Bram Moolenaar wrote: >> >> > >> >> > We could make the modifiers available in <> form, so that the user >> >> > command can apply them where needed. Possibly just , to pass on >> >> > all modifiers. >> >> >> >> The attached patch adds support for the u

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-23 Fir de Conversatie Bram Moolenaar
Yegappan Lakshmanan wrote: > >> On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar > >> wrote: > >> > >> > Justin Keyes wrote: > >> > > >> > > > >> > > ``` > >> > > Doesn't work for :diffsplit, :diffpatch, :execute and :normal. > >> > > ``` > >> > > > >> > > But it doesn't mention user commands. It

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-23 Fir de Conversatie Bram Moolenaar
Yegappan Lakshmanan wrote: > >> On Sat, May 21, 2016 at 1:12 PM, Yegappan Lakshmanan > >> wrote: > >> > On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar > >> > > >> > wrote: > >> >> > >> >> > >> >> Justin Keyes wrote: > >> >> > >> >> > > >> >> > ``` > >> >> > Doesn't work for :diffsplit, :diffp

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-22 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sun, May 22, 2016 at 12:17 PM, Bram Moolenaar wrote: > > Yegappan Lakshmanan wrote: > >> On Sat, May 21, 2016 at 1:12 PM, Yegappan Lakshmanan >> wrote: >> > On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar >> > wrote: >> >> >> >> >> >> Justin Keyes wrote: >> >> >> >> > >> >> > ``` >>

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-22 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sun, May 22, 2016 at 12:17 PM, Bram Moolenaar wrote: > > Yegappan Lakshmanan wrote: > >> On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar >> wrote: >> >> > Justin Keyes wrote: >> > >> > > >> > > ``` >> > > Doesn't work for :diffsplit, :diffpatch, :execute and :normal. >> > > ``` >> >

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-22 Fir de Conversatie Bram Moolenaar
Yegappan Lakshmanan wrote: > On Sat, May 21, 2016 at 1:12 PM, Yegappan Lakshmanan > wrote: > > On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar > > wrote: > >> > >> > >> Justin Keyes wrote: > >> > >> > > >> > ``` > >> > Doesn't work for :diffsplit, :diffpatch, :execute and :normal. > >> > ``` >

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-22 Fir de Conversatie Bram Moolenaar
Yegappan Lakshmanan wrote: > On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar > wrote: > > > Justin Keyes wrote: > > > > > > > > ``` > > > Doesn't work for :diffsplit, :diffpatch, :execute and :normal. > > > ``` > > > > > > But it doesn't mention user commands. It would avoid a lot of redundant

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-21 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, May 21, 2016 at 1:12 PM, Yegappan Lakshmanan wrote: > On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar > wrote: >> >> >> Justin Keyes wrote: >> >> > >> > ``` >> > Doesn't work for :diffsplit, :diffpatch, :execute and :normal. >> > ``` >> > >> > But it doesn't mention user commands. It

Re: [vim/vim] ":tab Foo" does not work for user commands (#802)

2016-05-21 Fir de Conversatie Yegappan Lakshmanan
Hi, On Fri, May 20, 2016 at 9:17 AM, Bram Moolenaar wrote: > > Justin Keyes wrote: > > > > > ``` > > Doesn't work for :diffsplit, :diffpatch, :execute and :normal. > > ``` > > > > But it doesn't mention user commands. It would avoid a lot of redundant > commands, and add flexibility, if `:tab` s