Script:2699
Talk0
1,599pages on
this wiki
this wiki
Use this page to discuss script 2699 argtextobj: text object like motion for arguments
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Comments
Edit
This would be more useful if it worked with multi-line argument lists:
public method1(arg1, arg2,
arg3, arg4,
arg5, arg6)
If you are in line containing arg3, arg4 the commands like vaa etc don't do the expected thing.