Re: Upgrade to recent version broke vimrc -- doesnt recognize unix style environmental variables

2021-02-17 Thread 'c.willis...@btinternet.com' via vim_use
-- Original Message -- From: joha...@nacs.net To: vim_use@googlegroups.com Cc: v...@vim.org Sent: Wednesday, 17 Feb, 2021 At 18:00 Subject: Re: Upgrade to recent version broke vimrc -- doesnt recognize unix style environmental variables On Mon, Feb 15, 2021 at 09:47:09AM -0600, tom

Re: vim9script: dump file content to list of list question !

2021-01-15 Thread 'c.willis...@btinternet.com' via vim_use
-- Original Message -- From: "Ni Va" To: "vim_use" Sent: Friday, 15 Jan, 2021 At 13:38 Subject: vim9script: dump file content to list of list question ! Hi, I got this kind of classical logfile : 2021/01/14 07:42:22.588 Information Foo dbg 2021/01/14 07:42:22.588 Information Bar

Re: fault in * in perl files (.pl)

2021-01-13 Thread 'c.willis...@btinternet.com' via vim_use
-- Original Message -- From: "'Paul' via vim_use" To: vim_use@googlegroups.com Sent: Wednesday, 13 Jan, 2021 At 21:40 Subject: Re: fault in * in perl files (.pl) On Tue, Jan 12, 2021 at 03:24:52PM +, 'c.willis...@btinternet.com' via vim_use wrote: in .pl files vim incl

fault in * in perl files (.pl)

2021-01-12 Thread 'c.willis...@btinternet.com' via vim_use
Hi in .pl files vim includes colon (:) in the identifier character set. This is sort of reasonable, as perl identifiers include those of the form /\w+::\w+/ . Unfortunately this prevents search finding the next relevant entry in (where the search is started with a * on intl1.):

Re: Tab separated fields

2020-12-06 Thread 'c.willis...@btinternet.com' via vim_use
-- Original Message -- From: "'Paul' via vim_use" To: "Vim Users" Sent: Sunday, 6 Dec, 2020 At 18:07 Subject: Re: Tab separated fields On Sun, Dec 06, 2020 at 11:46:52AM -0500, Salman Halim wrote: There is a really useful plugin you can download off http://vim8.org

Tab separated fields

2020-12-06 Thread 'c.willis...@btinternet.com' via vim_use
Hi are there commands to work in the nth tab separated field (like awk)? As I understand it block visual doesn't do this. regards - Chris -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: How to replace string in specific paragraph only?

2020-09-19 Thread 'c.willis...@btinternet.com' via vim_use
-- Original Message -- From: "Salman Halim" To: "Vim Users" Sent: Saturday, 19 Sep, 2020 At 15:48 Subject: Re: How to replace string in specific paragraph only? On Sat, Sep 19, 2020, 10:41 'c.willis...@btinternet.com ' via vim_use

Re: How to replace string in specific paragraph only?

2020-09-19 Thread 'c.willis...@btinternet.com' via vim_use
-- Original Message -- From: "Salman Halim" To: "vim_use" Sent: Saturday, 19 Sep, 2020 At 14:15 Subject: Re: How to replace string in specific paragraph only? On Sat, Sep 19, 2020, 08:08 Sven Guckes > wrote: * Igor mailto:igo...@gmail.com> >