sort words within a line

2010-08-24 Thread Tom
How does one sort words with a line ? As example I have these numbers in a line: 400, 250, 125, 600 I want to sort them so they will be 125, 250, 400, 600 I have tried the visual command then !sort but that doesnt do it. Thanks Tom -- You received this message from the "vim_use" maillist. Do

Re: sort words within a line

2010-08-24 Thread Tim Chase
On 08/24/10 14:10, Tom wrote: How does one sort words with a line ? As example I have these numbers in a line: 400, 250, 125, 600 I want to sort them so they will be 125, 250, 400, 600 I have tried the visual command then !sort but that doesnt do it. Generally one uses a "decorate-sort-undec

Re: sort words within a line

2010-08-24 Thread Christian Brabandt
Hi Tom! On Di, 24 Aug 2010, Tom wrote: > How does one sort words with a line ? As example I have these numbers in a > line: > > 400, 250, 125, 600 > > I want to sort them so they will be 125, 250, 400, 600 > > I have tried the visual command then !sort but that doesnt do it. :call setline(lin

Re: sort words within a line

2010-08-24 Thread Tom
On Tue, Aug 24, 2010 at 09:51:56PM +0200, Christian Brabandt wrote: > Hi Tom! > > On Di, 24 Aug 2010, Tom wrote: > > > How does one sort words with a line ? As example I have these numbers in a > > line: > > > > 400, 250, 125, 600 > > > > I want to sort them so they will be 125, 250, 400, 600 >

Re: sort words within a line

2010-08-26 Thread Christian Brabandt
Hi Tom! On Di, 24 Aug 2010, Tom wrote: > On Tue, Aug 24, 2010 at 09:51:56PM +0200, Christian Brabandt wrote: > > Hi Tom! > > > > On Di, 24 Aug 2010, Tom wrote: > > > > > How does one sort words with a line ? As example I have these numbers in a > > > line: > > > > > > 400, 250, 125, 600 > > >

Re: sort words within a line

2010-08-26 Thread Jürgen Krämer
Hi, Christian Brabandt wrote: > Hi Tom! > > On Di, 24 Aug 2010, Tom wrote: > >> On Tue, Aug 24, 2010 at 09:51:56PM +0200, Christian Brabandt wrote: >>> Hi Tom! >>> >>> On Di, 24 Aug 2010, Tom wrote: >>> How does one sort words with a line ? As example I have these numbers in a line: >

Re: sort words within a line

2010-08-26 Thread Christian Brabandt
Hi Jürgen! On Do, 26 Aug 2010, Jürgen Krämer wrote: > Christian Brabandt wrote: > > Hi Tom! > > > > On Di, 24 Aug 2010, Tom wrote: > > > >> On Tue, Aug 24, 2010 at 09:51:56PM +0200, Christian Brabandt wrote: > >>> Hi Tom! > >>> > >>> On Di, 24 Aug 2010, Tom wrote: > >>> > How does one sort