RE: [Patch] Open new tab at the end of tab stack

2010-07-31 Fir de Conversatie Bram Moolenaar
John Beckett wrote: > Bram Moolenaar wrote: > >> Gvim opens a new tab just next to the current tab by default. > >> Is it acceptable to open the new tab at the end of the > >> tabline by default? > > > > You can already do this: > > > > :99tab split file > > > > It's not default, but typing 9

RE: [Patch] Open new tab at the end of tab stack

2010-07-30 Fir de Conversatie John Beckett
Bram Moolenaar wrote: >> Gvim opens a new tab just next to the current tab by default. >> Is it acceptable to open the new tab at the end of the >> tabline by default? > > You can already do this: > > :99tab split file > > It's not default, but typing 99 isn't much effort. Bram - Did you see

Re: [Patch] Open new tab at the end of tab stack

2010-07-30 Fir de Conversatie Tony Mechelynck
On 30/07/10 17:51, Hari G wrote: Hi, Gvim opens a new tab just next to the current tab by default. Is it acceptable to open the new tab at the end of the tabline by default? Recently somebody was asking for this in the vim_use group. A patch to get this behaviour follows: diff -r de6d730223f7 s

Re: [Patch] Open new tab at the end of tab stack

2010-07-30 Fir de Conversatie Bram Moolenaar
Hari G wrote: > Gvim opens a new tab just next to the current tab by default. Is it > acceptable to open the new tab at the end of the tabline by default? > Recently somebody was asking for this in the vim_use group. A patch to > get this behaviour follows: You can already do this: :99t

Re: [Patch] Open new tab at the end of tab stack

2010-07-30 Fir de Conversatie Marvin Renich
* Hari G [100730 12:27]: > Hi, > > Gvim opens a new tab just next to the current tab by default. Is it > acceptable to open the new tab at the end of the tabline by default? > Recently somebody was asking for this in the vim_use group. A patch to > get this behaviour follows: I think this is jus