This is the second and last post in a series of things I've always wondered about vim. :-) Again, I've searched for the answer several times over the years, and I'm surprised that it seems nobody else has asked.
When you turn wrapping on in vim (:set wrap), you can't tell from looking at the screen where a line starts. I sometimes type /^ to highlight the first character in a line, but as soon as I search for something else, this effect disappears. I know there's :set list, but that messes up tabs, which I use for indentation sometimes (not always because I want to). I suppose I could do something fancy with syntax highlighting, but it might not be compatible with existing syntax highlighting. Is there a better way? Thanks, Michael Scheper. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
