Lines Matching refs:we

53 "     - Improved the handling of column completion.  First we match any
54 " columns from a previous completion. If not matches are found, we
223 " If the previous character is a period and we are completing
229 " break from the loop, since we do not also want to pickup
231 " Unless g:omni_sql_include_owner == 1, then we can
327 " The last time we displayed a column list we stored
353 " So there are a couple of things we can do to mitigate
359 " this will be owner.table. In this case, we can
361 " cached table list. If it does, then we have
371 " If the table.column was found in the table list, we can safely assume
375 " the base ends in a '.' we know they are not providing a column
376 " name, so we can shift the items appropriately.
388 " The last time we displayed a column list we stored
402 " If not empty, we have a match on columns
416 " If an owner has been specified, then we must consider the
431 " If we are including the OWNER for the objects, then for
432 " table completion, if we have it, it should be included
521 " It is possible we could be looking for column name completion
523 " since we had no hits with the tables.
524 " If the base ends with a . it is hard to know if we are
661 " Check if we have already cached the syntax list
815 " Check if we have already cached the column list for this table
821 " Check if we have already cached the column list for this table
835 " If we have not found a cached copy of the table
836 " And the table ends in a "." or we are looking for a column list
853 " So when . is pressed, we need to find 'c'