how do i set the omnifunc, w/o manually writing an autocommand for filetype event etc.
vim72\ftplugin\sql.vim
Line 369:
...
setlocal omnifunc=sqlcomplete#Complete
Those should be setup automatically via filetype plugins.is there a built-in command for that? because it used to work automatically, or so I remember.
Make sure you have the following in your vimrc:
filetype plugin on
HTH,
Dave
No comments:
Post a Comment