-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E1208: Error detected while processing /usr/share/vim/vimfiles/plugin/fugitive.vim #1791
Comments
This was a sudden upstream change in Vim that blindsided me. The fix is at 4cdeff8. It hasn't made it into a release yet. I'll try to cut one sooner rather than later but it will still take some time. |
Thanks for checking. Glad to know it's already covered. |
This fixes a Fugitive error with recent Vim; the error is ``E1208: -complete used without -nargs``, as reported in tpope/vim-fugitive#1791.
Hoping to cut a release next week. To those who are able, please try |
You're a hero, thank you! |
This is my current experience with master
|
master is working for me |
@tjmgregory see here neoclide/coc.nvim#3215 |
It took a bit longer than expected because I developed a bad case of "one more thing", but Fugitive 3.4 is out! Now let's see how fast we can get it into package managers. |
My many apologies - a fried head swapping one error for another I'd missed the package name was different! Keep up the excellent work 💪 Thanks for the link! |
Thanks @tpope, Great Job! My vim plugins error while using
fixed with the below:
Also, thanks @tjmgregory ! |
Thanks a lot@tpope, that saves me a lot of time |
git submodule update --init 後,啟動 vim 時因為 fugitive.vim 顯示錯誤訊息 E1208 Error detected while processing, -complete used without no arguments fugitive.vim 在 4cdeff8c33ec2fe0686324bf1846ce158c452754 (Jul 11, 2021) 修正 bug,但是 fugitive.vim 卻停在 2019 年的 commit 參考 tpope/vim-fugitive#1791
After upgrading
vim
toI am getting
The text was updated successfully, but these errors were encountered: