I use a script to open gVim in full screen, downloaded from here: http://www.vim.org/scripts/script.php?script_id=2596 .
I also added this line to the startup settings:
:call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)
When starting gVim with this parameter, I get the following error:
Error detected while processing _virmc: E364: Library call failed for "ToggleFullScreen()"
Is there anything else I need to do with the files from this script? If I need to compile it somehow, I would like someone to guide me through this process, as I'm pretty new to Vim. Thanks!
Edit: I am running Windows 7
source share