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 i
I had to use the following line to get ctrl+space working
imap =RopeCodeAssistInsertMode()