janus icon indicating copy to clipboard operation
janus copied to clipboard

update tlib

Open fnimick opened this issue 2 years ago • 4 comments

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

fnimick avatar Apr 09 '22 17:04 fnimick

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

fnimick avatar Apr 09 '22 17:04 fnimick

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

dnlchen avatar Jul 19 '22 23:07 dnlchen

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

DanS avatar Nov 06 '22 02:11 DanS

Ran something similar for now:

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

Working on version 9.0.1

pmukerji avatar Dec 08 '22 13:12 pmukerji