suppose I have a few line that goes like this: str_list="foo bar man act"
how can I sort all the words within the quote “ ... " so that it becomes "act bar foo man"? It is okay to eliminate extra whitespace so that it ends up with only one space behind each word. --MZ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
