I found a better way to debug your .vimrc to enable debug and pass it to the log file. Examine the file and find the error. If the error you get is βno matching found,β open the log file and search for these words. : / mapping not found.
He will show you where the error comes from. In my case, I found that the error is related to the plugin that I installed. I turned it off and it works fine again.
Run the following command at a command prompt:
vim -V20 2>&1 | tee logfile
Stryker
source share