Friday, August 5, 2022

Re: vim 9.0 dont recognise stuff from 8.2

On Fr, 05 Aug 2022, Igor Lerinc wrote:

> i had vim 8.2 , and system wide settings in /etc/vim , where vimrc is located, but now, vim 9.0 doesn't recognise it, it installed itself in /usr/share/vim , tried creating symbolic link there, to my /etc/vim, but it doesn't recognise
> it, it shows something like that it can't load default settings.
>
> also, my plugins which are located in home directory are broken, it can't load them, i don't know how much of vimscript has changed, but, nothing works.
>
> my plugins are: plugged , undo_dir , lightline, fzf-master
>
> And this is my vimrc file, i don't know how much and what is supported by new version (and how to convert to make it usable) :

Please check the complete output of :version in both versions and check
the value of system vimrc file. That should ideally point to the correct
file which on my system is a symlink to /etc/vim/vimrc

Also, from within vim, simply do `:echo $VIM .. "\n" .. $VIMRUNTIME`
should show you where those Variables point to.


Best,
Christian
--
Man muß, schon aus Welt, dem andern auch nicht das geringste
Unangenehme sagen, sobald man nicht ihn oder sich bessern damit will
oder kann. »Sage nicht zum Mietsherrn, deine Zimmer haben keine
Morgensonne.«
-- Jean Paul

--
--
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/20220805105339.GC1146066%40256bit.org.

No comments: