airblade/vim-gitgutter

b:gitgutter_was_enabled error anytime you run `saveas newfile.txt`

blerg-sh opened this issue · 1 comments

What is the latest commit SHA in your installed vim-gitgutter?
8a2f819

What vim/nvim version are you on?
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jun 23 2023 15:15:13)

error

This error occurs consistently whether I am in a git repo or not. Repro steps:

  • touch test.txt
  • vim test.txt
  • :saveas huh.txt

@airblade Thanks so much for fixing this!