I have found a strange behavior in VIM when I attempt to use autocompletion on objects:
If I instantiate the objects on a module level, the VIM autocompletion will work on the instance I create:

If I try the same when in a function or class it is not longer working:

Does anyone know how to fix this, or is there no way to get omnicompletion working on instances in a non module-scope?

hwas defined outside function scope and again in function scope in the same file. If I defined a different variableyin function scope I didn't get autocompletion. – Michael Berkowski Jul 17 '11 at 20:17