* [email protected] <[email protected]> [180408 13:23]: > 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) ?
:help vimrc will give a detailed explanation of the search order. Note that the documentation says that on Windows, _vimrc is used. However, there is one sentence that says on Windows it will check for both _vimrc and .vimrc. ...Marvin -- -- 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.
