Excerpts from skyworld's message of Tue May 07 04:02:00 +0200 2013: > 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.
the location of the :h VIMRUNTIME files should not change behaviour of your ~/.vimrc (which should be sourced always). Check which gvim/vim is actually beeing used, maybe its nvi, not vim. "type gvim" in bash should tell you whether gvim is a path (the one you want), an alias or a function. Marc Weber -- -- 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.
