Re: [BUG] Put contents of dot register in visual mode

2016-02-20 Fir de Conversatie David Fishburn
On Thu, Feb 18, 2016 at 10:48 AM, Christian Brabandt wrote: > ... > > I can't for the life of me find this now, but I think I have run into > this same > > problem before. It really annoys me and someone (thought it was > Christian) > > pointed out there is an option to control this behaviour. >

Re: [BUG] Put contents of dot register in visual mode

2016-02-18 Fir de Conversatie Christian Brabandt
Hi David! On Do, 18 Feb 2016, David Fishburn wrote: > ... > >   > > > In the following code snippet I'm trying to replace parameter name from > param to value, using dot register (last inserted text): > > > > function execute(param){ > >   var result = param.paramProcess

Re: [BUG] Put contents of dot register in visual mode

2016-02-18 Fir de Conversatie Ben Fritz
On Thursday, February 18, 2016 at 7:19:22 AM UTC-6, David Fishburn wrote: > ... > >   > > In the following code snippet I'm trying to replace parameter name from > > param to value, using dot register (last inserted text): > > > > > > function execute(param){ > > >   var result = param.paramPr

Re: [BUG] Put contents of dot register in visual mode

2016-02-18 Fir de Conversatie David Fishburn
> > ... > > > In the following code snippet I'm trying to replace parameter name from > param to value, using dot register (last inserted text): > > > > function execute(param){ > > var result = param.paramProcessing(); > > > > 1. I place the cursor on the in first occurence of param (in the >

Re: [BUG] Put contents of dot register in visual mode

2016-02-18 Fir de Conversatie Christian Brabandt
Hi Bart! On Di, 16 Feb 2016, Bart Malanczuk wrote: > In the following code snippet I'm trying to replace parameter name from param > to value, using dot register (last inserted text): > > function execute(param){ > var result = param.paramProcessing(); > > 1. I place the cursor on the in fir

[BUG] Put contents of dot register in visual mode

2016-02-16 Fir de Conversatie Bart Malanczuk
In the following code snippet I'm trying to replace parameter name from param to value, using dot register (last inserted text): function execute(param){ var result = param.paramProcessing(); 1. I place the cursor on the in first occurence of param (in the brackets) 2. I type `ciwvalue` to rep