Re: New tab visualization

2013-10-13 Fir de Conversatie Pragm B
Hello everyone, I have been wanting this feature as well, so I made a patch. The way it works is as follows: - an option, called ntab (for new tab, or end tab) is introduced within listchars. It can be set like this: ntab:1 or ntab:y or ntab:Y and unset with ntab:0 or ntab:n or ntab:N. -

Re: New tab visualization

2013-10-13 Fir de Conversatie Bram Moolenaar
Pragm B. wrote: Hello everyone, I have been wanting this feature as well, so I made a patch. The way it works is as follows: - an option, called ntab (for new tab, or end tab) is introduced within listchars. It can be set like this: ntab:1 or ntab:y or ntab:Y and unset with ntab:0

Re: New tab visualization

2013-10-13 Fir de Conversatie Pragm B
Hello, No, that's just a nickname :) My name is Nathaniel Braun. Thanks for integrating the patch! On Sun, Oct 13, 2013 at 11:07 PM, Bram Moolenaar b...@moolenaar.net wrote: Pragm B. wrote: Hello everyone, I have been wanting this feature as well, so I made a patch. The way it

Re: New tab visualization

2013-01-02 Fir de Conversatie Bram Moolenaar
Andy Spencer wrote: On 2012-12-31 10:22, Kip Coul wrote: Currently, the visualization of a tab is represented as a first character followed by as many repetitions of a second character needed to fill the width (lcs_tab1 and lcs_tab2 in the code, if I'm not mistaken). I'd like to do

New tab visualization

2012-12-31 Fir de Conversatie Kip Coul
Hey guys, I'm quite news to Vim, and I enjoy using it very much. I'd like to suggest adding a new feature, which would IMO enhance the visualization of tabs. Currently, the visualization of a tab is represented as a first character followed by as many repetitions of a second character needed

Re: New tab visualization

2012-12-31 Fir de Conversatie Andy Spencer
On 2012-12-31 10:22, Kip Coul wrote: Currently, the visualization of a tab is represented as a first character followed by as many repetitions of a second character needed to fill the width (lcs_tab1 and lcs_tab2 in the code, if I'm not mistaken). I'd like to do the opposite, through an

Re: New tab visualization

2012-12-31 Fir de Conversatie Kip Coul
Hello Andy, Good suggestion. I'll look into the internals of listchars to implement this. I'll keep you posted. Cheers, Kip On 31 déc. 2012, at 11:47, Andy Spencer andy753...@gmail.com wrote: On 2012-12-31 10:22, Kip Coul wrote: Currently, the visualization of a tab is represented as a

Re: New tab visualization

2012-12-31 Fir de Conversatie Ingo Karkat
On 31-Dec-12 20:12:13 +0900, Kip Coul wrote: Hello Andy, Good suggestion. I'll look into the internals of listchars to implement this. I'll keep you posted. Cheers, Kip On 31 déc. 2012, at 11:47, Andy Spencer andy753...@gmail.com wrote: On 2012-12-31 10:22, Kip Coul wrote: