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.
>
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
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
>
> ...
>
> > 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
>
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
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