On 17Feb2021 22:45, vim_use <[email protected]> wrote: >I would try running the following as an ex command: >:echo $HOME >It might be that Vim does not see a HOME environment variable on >Windows. >Hi >it seems the equivalent Windows environment variable is HOMEPATH
You could see if you can use ~/ instead of $HOME/ - if accepted that might work in both UNIX and Windows. (Untested suggestion.) Cheers, Cameron Simpson <[email protected]> -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/YDHjziE6QTdVUKAX%40cskk.homeip.net.
