Sunday, April 8, 2018

Re: Locating .vim on Windows

Le dimanche 8 avril 2018 19:23:54 UTC+2, tu...@posteo.de a écrit :
> Hi,
>
> On a windows PC I have "installed" vim - that is: I have
> unpacked a archive downloaded from here:
> https://github.com/vim/vim-win32-installer/releases
>
> Is there a way to ask vim (for example through vim-internal variabl)
> where it exspects the equivalent of .vim (UNIX/Linux) ?
>
> Thank you very much for any help!
> Cheers!
> Meino

%userprofile% in shellcmd

from within vim try:

:echo $userprofile/.vim

--
--
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.
For more options, visit https://groups.google.com/d/optout.

No comments: