When I attempt to set OS specific settings in my .vimrc,
eg:
if MySys() == "Windows"
set guifont=Lucida\ Console:h10
endif
I get the error code "E117: Unknown Function: MySys"
This happens on both Linux and Windows. On Windows I'm using 7.3, and in Linux I'm using whatever Ubuntu has in their repository (7.2, I believe).