Ken Bloom wrote: > When editing LaTeX documents, and dealing with comments that > other people have given me on paper, I frequently have to > search for strings in hard- wrapped text when I don't know > where the line breaks are. > > I've come up with a command for this, but I'm curious if > anyone has a better way to do this.
Yes, there is an excellent tip: http://vim.wikia.com/wiki/Search_for_visually_selected_text Select "alpha bravo" and press * to search for that text where there can be any whitespace (including newlines) between the two words. John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
