You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I write a case statement in shell scripting, I get the following error if it doesn't end with esac.
Error detected while processing CursorMoved Autocommands for "*"..function 3[3]..4[153]..<SNR>28_do_offscreen[21]..<SNR>28_do_offscreen_
popup_nvim[67]..<SNR>28_populate_floating_win:
line 54:
E5555: API call: Cursor position outside buffer
Press ENTER or type command to continue
Explain the issue
When I write a
case
statement in shell scripting, I get the following error if it doesn't end withesac
.Minimal working example
And just move the cursor in that code
Configuration I use
Versions
I'm not sure how to get the version number of the plugins but I just updated them to the latest versions and I still get the error.
The text was updated successfully, but these errors were encountered: