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
problem: E46: Cannot change read-only variable "count"
solution: Remove the count variable
By default using "let var = value" tries to set the internal
variable var. To set the local variable, l: prefix should be
used i.e. "let l:var = value".
This issue only affected vim and not neovim.
Closes#4
0 commit comments