cursor disappeared in mobaxterm
Hi. For some reason I have to use mobaxterm on Win10. This is my terminal settings for some ssh sessions:

and this is what file in vim and nvim looks like:

missing text "the cursor should be here"
but solarized, gruvbox and molokai work fine
Hi, @Karmenzind.
Is the cursor not showing even with the option set list?
Does it happen the same using gVim?
What output do you get if you enter this command?
:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
Thank you very much. I gave up using win10, so there is no hurry. I think you can check this issue again when you have to use ssh on win10 with mobaxterm or xshell someday. I didn't install gvim because setting gvim on windows is a torture... I think the problem is caused by mobaxterm. And gvim on windows seems powerful enough according to other people's screenshots.
FYI:
- Nothing happens after
set list -
:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')shows['vimLineComment]
The highlight for Cursor was missing. I updated the plugin. Let me know if this update fixes the issue. Thanks!
Thanks for your kind help. Still no cursor in Vim or NeoVim after upgrading the plugin.
-
in NeoVim, nothing happened after
set list -
in Vim,
set listappended a$after each line
-
:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')shows:
