Re: Patch: support for the space argument for listchars

2014-10-10 Fir de Conversatie glts
Dear Bram and list, On Saturday, August 24, 2013 1:54:14 PM UTC+2, glts wrote: On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment, Vim 7.4 is out... and again there is no *space* option for listchars... :( :( :(

Re: Patch: support for the space argument for listchars

2013-08-25 Fir de Conversatie Bram Moolenaar
glts wrote: On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment, Vim 7.4 is out... and again there= is no *space* option for listchars... :( :( :( Maybe anyone has implemented this patch in 7.4? If so, I really

Re: Patch: support for the space argument for listchars

2013-08-25 Fir de Conversatie Jesus Antonio Santos Giraldo
Maybe 7.5 may have it... J. 2013/8/25 Bram Moolenaar b...@moolenaar.net glts wrote: On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment, Vim 7.4 is out... and again there= is no *space* option for

Re: Patch: support for the space argument for listchars

2013-08-24 Fir de Conversatie glts
On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment, Vim 7.4 is out... and again there is no *space* option for listchars... :( :( :( Maybe anyone has implemented this patch in 7.4? If so, I really appreciate it. As

Re: Patch: support for the space argument for listchars

2013-08-24 Fir de Conversatie Jesus Antonio Santos Giraldo
Nice one ! I'm not proficient at cloning/compiling/patching vim or things alike but I could help with any test that is needed. J. 2013/8/24 glts 676c7...@gmail.com On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last

Re: Patch: support for the space argument for listchars

2013-08-20 Fir de Conversatie Ingo Karkat
On 20-Aug-2013 02:16 +0200, Jesus Antonio Santos Giraldo wrote: Good one. Didn't knew about _concealing_ but so far it looks like the best approach to show spaces that I've seen. Note that concealing has to extend the existing syntax, which can break it. You need autocmds to set it up (and

Re: Patch: support for the space argument for listchars

2013-08-20 Fir de Conversatie Christian Brabandt
On Tue, August 20, 2013 09:02, Ingo Karkat wrote: Note that concealing has to extend the existing syntax, which can break it. Well changing the syntax rules is of course a way of breaking it, but I think it should work well enough most of the times. And while I am not very proficient with

Re: Patch: support for the space argument for listchars

2013-08-19 Fir de Conversatie Christian Brabandt
Hi Jesus! On So, 18 Aug 2013, Jesus Antonio Santos Giraldo wrote: Not to mention that there is already a patch for it... :( All whitespace as something different? Can't you use the conceal feature for that? :syn match MyWhitespace /\s/ conceal cchar=_ containedin=ALL :setl conceallevel=2

Re: Patch: support for the space argument for listchars

2013-08-19 Fir de Conversatie glts
On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment, Vim 7.4 is out... and again there is no *space* option for listchars... :( :( :( Maybe anyone has implemented this patch in 7.4? If so, I really appreciate it. As

Re: Patch: support for the space argument for listchars

2013-08-19 Fir de Conversatie Jesus Antonio Santos Giraldo
je je... I mean, if even Microsoft Word can show space characters... nice catch ! Interesting link on stackoverflow BTW. J. 2013/8/19 glts 676c7...@gmail.com On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment,

Re: Patch: support for the space argument for listchars

2013-08-18 Fir de Conversatie Jesus Antonio Santos Giraldo
Almost a year later since last comment, Vim 7.4 is out... and again there is no *space* option for listchars... :( :( :( Maybe anyone has implemented this patch in 7.4? If so, I really appreciate it. As I said a year ago, It would be very, very, very usefull for my work. J. El viernes, 31 de

Re: Patch: support for the space argument for listchars

2013-08-18 Fir de Conversatie Steve Hall
On Sun, Aug 18, 2013 at 6:41 PM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment, Vim 7.4 is out... and again there is no *space* option for listchars... :( :( :( Hear, hear. My only deficiency in Vim these days. (Other than expanded OS widgets of

Re: Patch: support for the space argument for listchars

2013-08-18 Fir de Conversatie Jesus Antonio Santos Giraldo
Not to mention that there is already a patch for it... :( J. 2013/8/18 Steve Hall digit...@dancingpaper.com On Sun, Aug 18, 2013 at 6:41 PM, Jesus Antonio Santos Giraldo jeans...@gmail.com wrote: Almost a year later since last comment, Vim 7.4 is out... and again there is no *space*

Re: Patch: support for the space argument for listchars

2012-08-31 Fir de Conversatie Jesus Antonio Santos Giraldo
El lunes, 27 de agosto de 2012 05:59:48 UTC-5, 柳永峰 escribió: hi thanks,it's very useful to me On Wednesday, October 21, 2009 10:26:10 PM UTC+8, Arkanosis wrote: Hello, I've just started to use Vim, and missed the possibility to display middle-dots (or any other visible

Re: Patch: support for the space argument for listchars

2012-08-27 Fir de Conversatie 柳永峰
hi thanks,it's very useful to me On Wednesday, October 21, 2009 10:26:10 PM UTC+8, Arkanosis wrote: Hello, I've just started to use Vim, and missed the possibility to display middle-dots (or any other visible character) instead of spaces, so I made the following patch. It adds space in the

Re: Patch: support for the space argument for listchars

2011-10-06 Fir de Conversatie Christian Brabandt
Hi James! On Mi, 05 Okt 2011, James Vega wrote: On Wed, Oct 05, 2011 at 11:07:44PM +0200, Christian Brabandt wrote: Hi jpetrie! On Mi, 05 Okt 2011, jpetrie wrote: Jérémie Roquet wrote: 2009/10/28 Bram Moolenaar [hidden email]: It adds space in the allowed listchars

Re: Patch: support for the space argument for listchars

2011-10-06 Fir de Conversatie Ben Fritz
On Oct 6, 4:21 pm, Bram Moolenaar b...@moolenaar.net wrote: Christian Brabandt wrote: On Mi, 05 Okt 2011, James Vega wrote: On Wed, Oct 05, 2011 at 11:07:44PM +0200, Christian Brabandt wrote: Hi jpetrie! On Mi, 05 Okt 2011, jpetrie wrote: J r mie Roquet wrote:

Re: Patch: support for the space argument for listchars

2011-10-05 Fir de Conversatie jpetrie
.n5.nabble.com/Patch-support-for-the-space-argument-for-listchars-tp1210494p4873477.html Sent from the Vim - Dev mailing list archive at Nabble.com. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information

Re: Patch: support for the space argument for listchars

2011-10-05 Fir de Conversatie Christian Brabandt
Hi jpetrie! On Mi, 05 Okt 2011, jpetrie wrote: Jérémie Roquet wrote: 2009/10/28 Bram Moolenaar [hidden email]: It adds space in the allowed listchars arguments. I'm not sure how useful it is to show something instead of a space. Isn't it obvious that there is a space when there is

Re: Patch: support for the space argument for listchars

2009-10-30 Fir de Conversatie Jérémie Roquet
2009/10/29 Bram Moolenaar b...@moolenaar.net: Jérémie Roquet wrote: 2009/10/28 Bram Moolenaar b...@moolenaar.net: It adds space in the allowed listchars arguments. I'm not sure how useful it is to show something instead of a space. Isn't it obvious that there is a space when there is

Re: Patch: support for the space argument for listchars

2009-10-29 Fir de Conversatie Jérémie Roquet
Hello, 2009/10/28 Bram Moolenaar b...@moolenaar.net: It adds space in the allowed listchars arguments. I'm confused.  It appears the space character is both used to display instead of a space character when 'list' is on, and to find this character after the end of the line and replace it

Re: Patch: support for the space argument for listchars

2009-10-29 Fir de Conversatie Bram Moolenaar
Jérémie Roquet wrote: 2009/10/28 Bram Moolenaar b...@moolenaar.net: It adds space in the allowed listchars arguments. I'm confused. It appears the space character is both used to display instead of a space character when 'list' is on, and to find this character after the end of the

Re: Patch: support for the space argument for listchars

2009-10-28 Fir de Conversatie Bram Moolenaar
Jérémie Roquet wrote: I've just started to use Vim, and missed the possibility to display middle-dots (or any other visible character) instead of spaces, so I made the following patch. It adds space in the allowed listchars arguments. Just in case someone find this useful ; I found

Re: Patch: support for the space argument for listchars

2009-10-28 Fir de Conversatie Steve Hall
On Wed, 2009-10-28 at 22:06 +0100, Bram Moolenaar wrote: I'm not sure how useful it is to show something instead of a space. Isn't it obvious that there is a space when there is nothing? Bram, I can't speak for the author, but I'd like this feature to make it easy to visualize: * other

RE: Patch: support for the space argument for listchars

2009-10-21 Fir de Conversatie Steve Hall
From: Jérémie_Roquet, Wed, October 21, 2009 10:26 am I've just started to use Vim, and missed the possibility to display middle-dots (or any other visible character) instead of spaces, so I made the following patch. It adds space in the allowed listchars arguments. Nice! Bram, any chance

Re: Patch: support for the space argument for listchars

2009-10-21 Fir de Conversatie Jérémie Roquet
2009/10/21 Jérémie Roquet arkano...@gmail.com: I've just started to use Vim, and missed the possibility to display middle-dots (or any other visible character) instead of spaces, so I made the following patch. [...] I'm sorry, the previous patch cause a segmentation fault if you don't use