@Ben Fritz As I see it, you can use a search pattern (r) for certain tasks, but it isn't a solution. Please, consider the following sample:
19500623 # ÖST # USA # Curitiba 19500621 # ÖST # MEX # Macapa 19500825 # AND # FRA # Curitiba 19500620 # MEX # BRA # Recife 19500625 # BEL # FRA # Curitiba sort -t# -k4r -k1 sample : Reverse sort on column 4, then sort on column 1 19500620 # MEX # BRA # Recife 19500621 # ÖST # MEX # Macapa 19500623 # ÖST # USA # Curitiba 19500625 # BEL # FRA # Curitiba 19500825 # AND # FRA # Curitiba I see no way to accomplish this in vim using :sort (lest you would write a VimL script). -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
