Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the count variable from bazel#Execute
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
- Loading branch information