Re: Print the first field of a table in one line separated by commas

2022-09-06 Thread Arun
This seems to work well too (tested with 8.1): %s/\(\S\+\)\>.*\n/xx\1yyy,/ Regards, -Arun On Tue, Sep 6, 2022 at 3:43 PM Tim Chase wrote: > On 2022-09-06 14:45, andalou wrote: > > I have the table: > > 1001 John Sena 4 > > 1002 Jafar Iqbal 6 > > 1003 Meher Nigar 3 > > 1004

Re: Gvim message on XDG textedit URL link

2022-09-06 Thread Andrew Bernard
Perhaps I was not clear. The string 'textedit' has nothing to do with gvim internals or scripts or plugins. It's the URL used by the xdg-open process when running gvim in server mode, so that the file is opened on a given line and column. The textedit string is embedded in the PDFs as a way of

Re: Print the first field of a table in one line separated by commas

2022-09-06 Thread Tim Chase
On 2022-09-06 14:45, andalou wrote: > I have the table: > 1001 John Sena 4 > 1002 Jafar Iqbal 6 > 1003 Meher Nigar 3 > 1004 Jonny Liver 7 > I'd like to print the first field, preceded by xx, and followed by yyy, > separated by commas, as in: > xx1001yyy, xx1002yyy, xx1003yyy,

Print the first field of a table in one line separated by commas

2022-09-06 Thread andalou
I have the table: 1001 John Sena 4 1002 Jafar Iqbal 6 1003 Meher Nigar 3 1004 Jonny Liver 7 I'd like to print the first field, preceded by xx, and followed by yyy, separated by commas, as in: xx1001yyy, xx1002yyy, xx1003yyy, xx1004yyy And I'd like to get this

Re: Gvim message on XDG textedit URL link

2022-09-06 Thread Charles Campbell
Andrew Bernard wrote: I have PDF's with links in them and XDG textedit URLs that can take me from the PDF to the source file (for lilypond music engraving if interested)., The links work and take me to the right line and column corresponding to the link in the PDF. But I am unable to turn off