Skip to content
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

update tlib #715

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update tlib #715

wants to merge 1 commit into from

Conversation

fnimick
Copy link

@fnimick fnimick commented Apr 9, 2022

Resolves error:
line 77: E1208: -complete used without allowing arguments

Resolves error:
`line   77: E1208: -complete used without allowing arguments`
@fnimick
Copy link
Author

fnimick commented Apr 9, 2022

I was experience this error on startup consistently with vim 8.2.4113.

@dnlchen
Copy link

dnlchen commented Jul 19, 2022

It seems that this repo hasn't been updated for a while. We need to fix the issue for the latest vim.

@DanS
Copy link

DanS commented Nov 6, 2022

Not saying this is the "right" fix but it got rid of the annoying error message for me.

cd ~/.vim/janus/vim/tools/tlib
git pull origin master

I'm using vim version 9.0.472

@pmukerji
Copy link

pmukerji commented Dec 8, 2022

Ran something similar for now:

cd ~/.vim/janus/vim/tools/tlib
git fetch
git reset --hard origin/master

Working on version 9.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants