This is a ubiquitous welcome message from vim/gvim now, when I updated the vim to the given number: Error detected while processing /usr/share/vim/vimfiles/plugin/fugitive.vim: line 527: E1208: -complete used without -nargs line 528: E1208: -complete used without -nargs line 532: E1208: -complete used without -nargs line 536: E1208: -complete used without -nargs Press ENTER or type command to continue Seems like new vim dislikes -nargs=0 there.
I found the upstream issue [0] for this. It's fixed by this commit [1], and the package has already been updated to a snapshot of that commit for other reasons [2]. It was just now pushed to stable, but if you don't want to wait for mirror propagation you can grab it right now by running: dnf --enablerepo updates-testing update vim-fugitive [0] https://github.com/tpope/vim-fugitive/issues/1791 [1] https://github.com/tpope/vim-fugitive/commit/4cdeff8c33ec2fe0686324bf1846ce158c452754 [2] https://bodhi.fedoraproject.org/updates/FEDORA-2021-f15c16ee20
Ah, I missed there's the Bodhi update. Thank you.