пт, 15 мар. 2024 г., 09:52 Heiko Schröder <[email protected]>: > 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. > > It was said, that vim searches for the plugins in the start-directory > after looking in the .vimrc. > > It should load automatically. But *nothing *happens. > > > Is there any kind of stupid mistake of mine? > > Thanks a lot! > > Best regards! > > Heiko Schroeder, Ahrensburg, Germany > > -- > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_use/f15b9bb0-bdfb-406f-91eb-eec073e8a731%40online.de > <https://groups.google.com/d/msgid/vim_use/f15b9bb0-bdfb-406f-91eb-eec073e8a731%40online.de?utm_medium=email&utm_source=footer> > . >
Hello, Probably, you weren't really careful while reading the docs. The proper path should have the form pack/manager-name/start/plugin-name/, where both "manager-name" and "plugin-name" are arbitrary. The purpose of "manager-name" subdirectory is to prevent conflicts between different plugin managers and/or manual plugin installations. This is documented under `:help packages` topic in Vim's help. Kind regards, Matvey > -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAFsTB%2B%2Ba5OWxe8Svasz5u64J9UQoAnEh0G5Ue-A-R5%3DBg7H6AA%40mail.gmail.com.
