When I open gvim, it gives "Mapping not found" warning.

I found out that the problem is related to the snipmates.vim plugin.

But I can't locate where exactly in snipmates.vim file this error is produced. Is there a way to find out the exact cause?

Note: gvim 7.2 runs on Windows XP.

I found a solution advice in vim mail list.

gvim -V20 2>&1 | tee logfile

I run this command from command prompt but it doesn't output anything into the logfile. All the logs are written on the entry screen of gvim.

link|improve this question

71% accept rate
feedback

2 Answers

Perhaps it's happening on an autocmd (like VimEnter).

link|improve this answer
feedback

Try this command instead:

gvim -V20logfile

When gVim comes up, verify that your "Mapping not found" error message has appeared, then exit gVim and search the logfile for the error.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.