Undefined variable: s:delimiterMap
Starting gvim 7.4 with NERD commenter on Ubuntu yields the following:
E121: Undefined variable: s:delimiterMap
E116: Invalid arguments for function has_key(s:delimiterMap, ft)
E15: Invalid expression: has_key(s:delimiterMap, ft)
Is this still a problem? I can't duplicate this currently on a newer vim version.
I just duplicated this today. I was calling gvim with a vimrc override file (in Microsoft Windows: -u c:\users\me\.vimrc) that explicitly set the override file to the standard .vimrc file. No .gvimrc file is present.
@kalebpederson I don't quite follow what your arrangement was and still can't replicate this. Can you post a minimal example including the actual command you ran and the minimum contents of an rc file that exhibits this?
That or find and fix the problem yourself ;-) I would be happy to review a PR that addressed this, I just can't really fix it myself because I can't even replicate the problem.