>Hi experts, > >my system administrator has changed original gvim path from >/usr/bin/gvim to /grid/common/bin/gvim. In this case, I found I can't >load my setup file which locates at ~/.vimrc. Every time when I launch >gvim, a default setup for gvim was load which annoy me much. Can >anybody help me to find how to load my original setup? thanks.
You can try ":version" in vim, see what's your "user vimrc file" and what's your "user gvimrc file". For some variables like "$HOME", "$VIM", you can verify them by ":echo $HOME". The thought on top of my head, you have a wrong $HOME setting. On Tue, May 7, 2013 at 10:02 AM, skyworld <[email protected]> wrote: > Hi experts, > > my system administrator has changed original gvim path from /usr/bin/gvim > to /grid/common/bin/gvim. In this case, I found I can't load my setup file > which locates at ~/.vimrc. Every time when I launch gvim, a default setup > for gvim was load which annoy me much. Can anybody help me to find how to > load my original setup? thanks. > > -- > -- > 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/groups/opt_out. > > > -- -- 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/groups/opt_out.
