spyder-ide / spyder-vim

A plugin for Spyder to enable Vim keybindings

Home Page:https://www.spyder-ide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cursor hidden when occurrences are highlighted

Nodd opened this issue · comments

When occurrences are highlighted, the vim cursor disappears. I think it's because both use set_extra_selections() so the second one overrides the first one.