Re: How get a list of substrings matching a pattern?

2015-06-26 Thread Nikolay Pavlov
2015-06-26 18:33 GMT+03:00 BPJ : > I have succeded in writing a function which splits the contents of a visual > selection on a pattern, reverses the resulting list, joins it together on a > separator and puts the result back into the visual selection (Yes that's > kind of basic, right?): > > f

Re: How get a list of substrings matching a pattern?

2015-06-26 Thread Benji Fisher
On Fri, Jun 26, 2015 at 11:33 AM, BPJ wrote: > I have succeeded in writing a function which splits the contents of a > visual selection on a pattern, reverses the resulting list, joins it > together on a separator and puts the result back into the visual selection > (Yes that's kind of basic, rig

Re: netrw hide files beginning with "." while using the long liststyle

2015-06-26 Thread Chris Lott
On Fri, Jun 26, 2015 at 5:29 AM, Rick Dooling wrote: > Thank you, Chip. I think I have the latest snapshot of MacVim 76? And it uses > version 153 of netrw, so as soon as they update I will report. You can also install netrw as a plugin that tracks the updates more close. I use: https://github

How get a list of substrings matching a pattern?

2015-06-26 Thread BPJ
I have succeded in writing a function which splits the contents of a visual selection on a pattern, reverses the resulting list, joins it together on a separator and puts the result back into the visual selection (Yes that's kind of basic, right?): fun! RevList(...) let reg_save=@@

Re: netrw hide files beginning with "." while using the long liststyle

2015-06-26 Thread Rick Dooling
On Thursday, June 25, 2015 at 3:27:20 PM UTC-5, Charles Campbell wrote: > Rick Dooling wrote: > > On Monday, March 9, 2015 at 7:53:06 PM UTC-5, DrChip wrote: > >> Rick Dooling wrote: > >>> I saw another thread herein where the conversation touched on this but > >>> without a conclusive answer. > >