-
Notifications
You must be signed in to change notification settings - Fork 816
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
NeoVim errors #711
Comments
Confirm, i fix it with diff --git a/plugin/02tlib.vim b/plugin/02tlib.vim
index 9e7a4d6..6afbeed 100755
--- a/plugin/02tlib.vim
+++ b/plugin/02tlib.vim
@@ -74,7 +74,7 @@ command! -nargs=1 -complete=command TBrowseOutput call tlib#cmd#BrowseOutput(<q-
"
" EXAMPLES: >
" TBrowseScriptnames
-command! -nargs=0 -complete=command TBrowseScriptnames call tlib#cmd#TBrowseScriptnames()
+command! -nargs=? -complete=command TBrowseScriptnames call tlib#cmd#TBrowseScriptnames()
" :display: :Tlibtrace GUARD, VAR1, VAR2...
I think it's related to this change vim/vim#8541 |
hi, when I start vim I get this error:
I tried to update vim by if I try what HugoPoi sugest in comment above #711 (comment)
|
This worked for me on OpenSUSE Tumbleweed 20220306, Vim 8.2 (2019 Dec 12, Compiled by 'http://www.opensuse.org/') |
I was getting this error on my Mac and the above fixed it for me.
|
Got this error too. The fix also worked for me. Any chance we can get it checked in? |
The text was updated successfully, but these errors were encountered: