On 04.02.2008 (14:47), Matthew Woehlke wrote: > > Actually, as soon as I posted that, I remembered the 's' command, which > /does/ understand \t... view->switch to command line, and then type > 's/,/\t/g' works, but only on the current line. I want to say there is a > way to make it work on all lines (and I found a list mail on google that > implies it is so), but I don't recall how offhand, and haven't managed > to track down anyone that knows. Just prepend a range of the command (do :help range). % is the whole file, 1,25s/.... would apply the substitution to the first 25 lines, :/foo/,/bar/s/... between the first matches of "foo" and "bar", etc. Quite powerful, that little vimmer... eyolf -- Nobody suffers the pain of birth or the anguish of loving a child in order for presidents to make wars, for governments to feed on the substance of their people, for insurance companies to cheat the young and rob the old. -- Lewis Lapham ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.