> --
> --
> 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+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
>
Hi Christian,
thanks for the links and the explanations!
I fixxxxed that -- but I dont know, why this become a problem...
The files in question are:
.vim/plugged/OceanBlack256
.vim/plugged/OceanBlack256/.git/(some files below this point...)
.vim/plugged/OceanBlack256/colors
.vim/plugged/OceanBlack256/colors/oceanblack256.vim
.vim/plugged/OceanBlack256/README
The Plug - command was:
Plug "OceanBlack256"
Now I have to do
Plug 'OceanBlack256/colors/oceanblack256.vim'
But this is nonetheless no problem:
.vim/plugged/.git/(some files below this point
.vim/plugged/README.rst
.vim/plugged/Makefile
.vim/plugged/autoload
.vim/plugged/autoload/screen.vim
.vim/plugged/plugin
.vim/plugged/plugin/screen.vim
.vim/plugged/doc
.vim/plugged/doc/tags
.vim/plugged/doc/screen.txt
Plugged with:
Plug 'ervandew/screen
(eeornously using 'ervandew' as folder.
When only using
Plug 'screen' as the folder suggests, the "deprecated" message
appears again.
May be it is a problem for vim-plug. if the folder has the
same name as the script inside?
Why is oceanblack256.vim is a script and screen.vim is none?
;) :)
The problem seems to
Cheers
Meino