skai273
skai273
@shinohara-rin Thanks for your comment. I confirmed the expected output when using `a`. The background of making this issue is encountering the behavior on coding dot test of normal command(I...
I fixed repeatable dot bug on https://github.com/VSCodeVim/Vim/pull/8979. Hope someone to review it.
I implemented test code now. Please review it!!
I implemented test codes. If it is necessary to add more test cases, please tell me it.
@J-Fields Thank you for your reviewing. I finished to modify and comment the code. Please check it.
Hi! I tried to implement the suggested [code](https://github.com/ipython/ipython/issues/11793#issuecomment-1650723671) and created [PR](https://github.com/ipython/ipython/pull/14331). Hope someone to review and merge it...
@J-Fields @feeiyu Hi, I have completed the revisions to my code as per your comments. If there are any additional adjustments needed, please let me know. Thank you for your...
After merging https://github.com/VSCodeVim/Vim/pull/8979, some conflicts occurred. I have fixed them in commit dbd0bd2.
@J-Fields Thank you for your review. I have addressed all the points you mentioned.
@J-Fields Thanks, I fixed https://github.com/VSCodeVim/Vim/pull/8896#discussion_r1614900548. Please check it!