unable to build vim with gui

2018-03-13 Thread Charles E Campbell
Hello: I used the following configuration command:    ./configure --with-features=huge --enable-gui=gtk2 --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-cscope The vim I ended up with did not have gui enabled, although I only see two lines associated with

Re: sorting file content by third numbered column

2018-03-13 Thread Christian Brabandt
On Mo, 12 Mär 2018, Ni Va wrote: > Thanks but it's a list content not a buffer content in my case. Write a custom Sort Function, that splits() your content and sorts on the third field? BTW: Please provide complete exact examples. Makes it easier to understand you and test. Best, Christian

Re: sorting file content by third numbered column

2018-03-13 Thread Ni Va
Le mardi 13 mars 2018 12:18:31 UTC+1, Christian Brabandt a écrit : > On Mo, 12 Mär 2018, Ni Va wrote: > > > Thanks but it's a list content not a buffer content in my case. > > Write a custom Sort Function, that splits() your content and sorts on > the third field? > > BTW: Please provide

Re: sorting file content by third numbered column

2018-03-13 Thread Christian Brabandt
On Di, 13 Mär 2018, Ni Va wrote: > By Total time column for example. Sorry, I find your answers in general too terse to try to figure out what exactly you are trying to do now and I do not feel like guessing. It looks as you'd like to sort buffer content, while you were saying before you

Re: sorting file content by third numbered column

2018-03-13 Thread Ni Va
Le mardi 13 mars 2018 14:34:20 UTC+1, Christian Brabandt a écrit : > On Di, 13 Mär 2018, Ni Va wrote: > > > By Total time column for example. > > Sorry, I find your answers in general too terse to try to figure out > what exactly you are trying to do now and I do not feel like guessing. > > It

Re: unable to build vim with gui

2018-03-13 Thread Tony Mechelynck
On Tue, Mar 13, 2018 at 9:32 PM, Charles E Campbell wrote: > Hello: > > I used the following configuration command: > >./configure --with-features=huge --enable-gui=gtk2 --enable-perlinterp > --enable-pythoninterp --enable-rubyinterp --enable-cscope > > The vim I