terrychou / iVim

A vim port to iOS.
596 stars 35 forks source link

set guicursor has strange effect #255

Closed mickmcq closed 1 year ago

mickmcq commented 1 year ago

I am trying to disable blinking of the cursor. I say

set guicursor=a:blinkon0

but the cursor becomes faint and blinks rapidly. I can't see any way to disable blinking.

terrychou commented 1 year ago

This has been fixed and will be available in the next update. Thanks for reporting.

mickmcq commented 1 year ago

Great news! Thanks!