Given:
function(param);
With the cursor anywhere in the function, I can use the ciw function to replace it, or viw to select the function name.
How can I do the same in the following cases:
object.function(param);
object.function<blah>(param);
Please note that ciW or viW do not work. Does this require redefinition of how vim respects its "words"?
source
share