Hi,
Kiffin Gish wrote: > How can I configure vim to display temporarily whitespace (tabs, spaces, > etc) as I type but disappearing once the cursor moves on? I remember > seeing this somewhere but can't find it anymore. Thanks. :highlight Whitespace term=inverse cterm=inverse gui=inverse :match Whitespace /\s\+\%#\s\+/ this highlights whitespace around the current cursor position. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
