<div dir="ltr">Hi all,<br><br>I wanted to notify this board about a new plugin I wrote for evil<br>called evil-args. It provides motions and text objects for delimited<br>arguments.<br><br>For example, `cia` changes:<br><br>
    function(arg1, arg2, ar|g3.f())<br><br>to<br><br>    function(arg1, arg2, |)<br><br>You can find more examples and the source at<br><a href="https://github.com/wcsmith/evil-args">https://github.com/wcsmith/evil-args</a>. Any feedback on code or issue<br>
reports would be welcome.<br><br>--Connor<br></div>