The built-in VIM :sort command sorts lines of text. I want to sort words in a single line, e.g. transform the line
:sort
b a d c e f
My AdvancedSorters plugin now has a :SortWORDs command that does this (among other sorting-related commands).
:SortWORDs