Closed Spixmaster closed 2 years ago
I think you have an auto command in your vimrc file with a buffer name which spelt incorrectly -MINIMAP-
and should change to _MINIMAP_
@smzm I do not think so. Even with no other plugin running than this one the error occurs. Leaving the plugin options' default does not solve the issue too.
I found the solution! The function bufwinnr()
puts out the error message in case the buffer cannot be found but only does so with the option debug=msg
in the vimrc.
There are two solutions to this probelm. One is obviously to remove the option debug
and the other one is to precede bufwinnr()
with silent!
.
Reference: https://github.com/beloglazov/vim-online-thesaurus/issues/25
Check list
Environment info
Version info
Question / Problem and steps to reproduce
I get the following error when opening any file. This comes when opening my .vimrc with
vim .vimrc
.This is my .vimrc. I tried whether one of my options causes the error but even the defaults cause this.