On Monday, February 4, 2013 10:07:47 AM UTC-6, Ben Fritz wrote:
> On Monday, February 4, 2013 10:03:26 AM UTC-6, Gary Furash wrote:
> > I'd like to do the following in my VIMRC
> > 
> >   set list lcs=tab:\|\ 
> > 
> > where the last character of above is an escaped space "\ ". However, I also 
> > trip trailing spaces using the %s/ commands automatically, which is valid 
> > except for this line in my VIMRC. SET does not seem to like x='some string 
> > with a space '. How do I fix this?
> 
> let &lcs='tab:| '

You can also set local options this way.

For details see :help :let-&

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to