use 
  strace -o /tmp/trace vim -c 'q'
  grep gvimrc /tmp/trace
to find out whether your .gvimrc is read at all. If that's the case use
vim -V20/tmp/log or such and grep that file. This logs all VimL commands
to the log file.

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

Reply via email to