-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot change read-only variable “count” #4
Comments
I'm not sure what the issue is since I don't get this error. Can you share some more details about your vim version, how you installed it, the OS you are using and/or a minimal example to reproduce this issue. Just a shot in the dark, but could you try using the branch |
Yes, the command now works! Many thanks! I’m on LInux and installed via vim-plug. The combination with vim-dispatch is awesome! |
Interesting. I'm still curious why that issue happened. All I did was change a variable name from
|
You can ignore the last comment. I was able to reproduce this issue in vim. I had been using neovim up until now. Also found this: SidOfc/mkdx#101 (comment). The "problem" with modifying count is the intended behaviour.
I'll push a fix to master shortly. |
Thanks for this plugin! The first time I try to run
:Bazel build //some/target/...
, I getHope the fix is easy.
The text was updated successfully, but these errors were encountered: