On Thu, 2006-10-19 at 08:59 -0700, Jeff Lanzarotta wrote: > > I have the following in my vimrc, > > -------- > " This shows spaces and tabs characters. Visual Whitespace. > set listchars=tab:»·,trail:· > set list > -------- > > That all work well and good, but I would like to disable this > display of visual white space temporarily, do something, and then > reset it back to what I had. Is there a way to do this?
I wrote a plugin that toggles "invisible" characters with F4: http://vim.sourceforge.net/scripts/script.php?script_id=363 -- Steve Hall [ digitect dancingpaper com ]
