Re: substitution, transform string to list?

2020-07-17 Thread meine
On Fri, Jul 17, 2020 at 07:46:06AM -0500, Tim Chase wrote: > On 2020-07-17 11:10, meine wrote: > > The data to transform: > > > > ABBEEL;1872/253;1882/576;1886/1925;1887/603;1887/1813;1894/1444;1898/3449 > > ABBEELS;1888/1401;1889/562;1891/2371;1899/3088;1902/732;1903/1509;1904/1317 > > > > should

Re: substitution, transform string to list?

2020-07-17 Thread Tim Chase
On 2020-07-17 11:10, meine wrote: > The data to transform: > > ABBEEL;1872/253;1882/576;1886/1925;1887/603;1887/1813;1894/1444;1898/3449 > ABBEELS;1888/1401;1889/562;1891/2371;1899/3088;1902/732;1903/1509;1904/1317 > > should become: > > ABBEEL;1872/253 > ABBEEL;1882/576 > ABBEEL;1886/1925 >

Re: substitution, transform string to list?

2020-07-17 Thread 'Chris Willis' via vim_use
Hi, I encountered a nice question to transform some data, and are puzzled how to do this in Vim. Preferably with the least possible keystrokes, substitution above a macro. The complete set to transform is some 80k lines and the first word might differ per line. Who can help here? The data to

substitution, transform string to list?

2020-07-17 Thread meine
Hi, I encountered a nice question to transform some data, and are puzzled how to do this in Vim. Preferably with the least possible keystrokes, substitution above a macro. The complete set to transform is some 80k lines and the first word might differ per line. Who can help here? The data to

language handling confused

2020-07-17 Thread John Little
What's happening here? KDE, with $LANGUAGE=en_GB:en_US:fr and $LANG=en_NZ.UTF-8 :lang mess Langue courante pour messages : "en_NZ.UTF-8" vim --clean, also gvim --clean. I'm confused. Regards, John Little -- -- You received this message from the "vim_use" maillist. Do not