-
- Downloads
check_repo() can't use 'count' for a variable name.
Even though it's not prefixed with v:, Vim still regards it as attempting to overwrite it's internal (read-only) variable count. This is probably only hit when trying to use Vimagit to commit items to a freshly init'ed repo, so most people wouldn't encounter it.
Loading
Please register or sign in to comment