XVimProject/XVim#839 Support block cursor in insert mode#857
XVimProject/XVim#839 Support block cursor in insert mode#857bbudzon wants to merge 1 commit intoXVimProject:developfrom bbudzon:develop_issue839-block_cursor
Conversation
|
Couldn't think of a good way to unit test this, btw. Open to suggestions. |
|
that is great. How I can use this updated version. Thanks |
|
Unfortunately, it won't be updated until the pull request is accepted. Even then, it will only be in the develop branch and not merged into master. Once it's merged into master, you should use that. |
|
hi @JugglerShu, will I get some notification once this is merged? thanks a lot |
|
@carrigmore There is a "subscribe for notifications" button for this pull request. There is also one for the issue #839 and the blocking issue #622. If you subscribe to these, I believe you will receive emails (may be subject to profile settings) if anything changes. |
While we can't support everything vim can for guicursor, we can create our own proprietary option (similar to blinkcursor). I decided to call this new option, blockcursor. It only controls the cursor in insert mode. I couldn't come up with a clever and concise option name that was more indicative of this.
While we can't support everything vim can for guicursor, we can create our own proprietary option (similar to blinkcursor).
I decided to call this new option, blockcursor. It only controls the cursor in insert mode. I couldn't come up with a clever and concise option name that was more indicative of this.