Skip to content

fern#hide_cursor not working for Macvim (GUI Vim) #339

@jlxz

Description

@jlxz

Hi,
The way hide_cursor functionality is implemented in cursor.vim file, only works for Vim executed on a terminal, but it doesn't work for other Vim GUIs such as Macvim. It would work if the GUI fix would be applied not only for nvim but for other VIM GUIs.

A possible solution could be changing line 12 in cursor.vim with this:
if has('nvim') || has('gui_running')

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions