carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

update tlib #715

Open fnimick opened 2 years ago

fnimick commented 2 years ago

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

fnimick commented 2 years ago

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

dnlchen commented 2 years ago

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

DanS commented 1 year ago

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 commented 1 year ago

Ran something similar for now:

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

Working on version 9.0.1