Recently I installed the vim 7. One of the new features is the omni complete. I wanted to try this and saw there is a tutorial for the sql omni complete. I do not have the dbext installed. So I expect only the static completion to function.
I start a new file t.sql. I check that the omnicomplete function is filled by typing :set omnifunc. It displays omnifunc=sqlcomplete#Complete. According to the tutorial I should now go to insert mode and type <C-C>s, where the <C-C> is the ctrl-space. When I type i to go to insert mode and type ctrl space, then I get a space and no list to select from. What am I doing wrong? tia August
