Is it possible to actually _complete_ a column name using sqlcomplete and dbext? You can get a full list of columns for a particular table, yes, but typing part of a column name and pressing <C-C>c returns "Pattern not found". Am I missing something here?
What I'd like to do is basically this. Presume I have a table X with, among others, columns aa, ab and ac. When typing "X.a" and hitting <C-C>c I want a list with suggestions containing "aa, ab, ac". I'm using Vim 7.3, 64-bit for Windows, sqlcomplete v. 10 and dbext v. 13. I'm using standard settings and the following connection profile: 'type=ASA:user=dba:passwd=****:host=localhost:srvname=ASDF:dbname=db'. Completing table names works fine. Greetings Jonas Enberg -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
