As I understand it, VIM should be working out what completions to use based on the syntax highlighting file.
So I should at least get basic stuff like `using` and `function` autocompleting? I am using vim 7.4 with super tab. I never got my head around using completions, I just followed install instructions with what ever plugin I was using, and it normally just worked. After a hour of messing with my .vimrc I have deleted all the config setting related to completion. LaTeX to Unicode completions work fine, when I press tab. As does completion of any word which appeared already in my file But none of the language keywords complete. Ideally I would also want the functions defined in Base to autocomplete too. But neither works
