Le dimanche 8 avril 2018 19:23:54 UTC+2, [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
