Friday, March 15, 2024

Re: Problems with the plugin description

On Mi, 13 Mär 2024, Heiko Schröder wrote:

> Dear list,
>
> I consulted the description posted in vim/runtime/doc/repeat.txt on
> github very carefully.  I wanted to install the calendar-vim script
> which was originally designed (last version) for vim7.2.  I now use vim
> 9.0.
>
> I created a directory ~/.vim/pack/calendar/start and unpacked
> calendar-vim.zip there which creates the usual autoload/ doc/ and
> plugin/ directories there.

You are missing a directory.

You should create a directory (let's call it calendar) below
~/.vim/pack/<name>/start/

So you would run the following commands:
mkdir -p ~/.vim/pack/dist/start/calendar &&
git clone git clone git://github.com/mattn/calendar-vim git clone
git://github.com/mattn/calendar-vim

Then restart Vim and you have the :Calendar ex command available.

Thanks,
Christian
--
"The one charm of marriage is that it makes a life of deception a necessity."
-- Oscar Wilde

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/ZfP2cBUN25hs/E6E%40256bit.org.

No comments: