Lines Matching refs:complete

221 		be given to complete words or scroll the window.  See
623 In Insert and Replace mode, there are several commands to complete part of a
641 13. keywords in 'complete' |i_CTRL-N| |i_CTRL-P|
670 Also, when doing completion with 'complete' mappings apply as usual.
713 The 'complete' option is used to decide which buffers
835 matches, even though they don't complete the word.
852 complete the word "angry"; subsequent presses would change the word to
868 not used. See |complete-functions| for an explanation of how the function is
1009 example |complete-functions|.
1027 See below for how the function is called and an example |complete-functions|.
1070 specified with the 'complete' option. The found
1076 specified with the 'complete' option. The found
1097 FUNCTIONS FOR FINDING COMPLETIONS *complete-functions*
1142 |complete()|.
1153 *complete-items*
1193 *complete-popup*
1214 *complete-popuphidden*
1234 < *complete-item-kind*
1318 1. A complete match has been inserted, e.g., after using CTRL-N or CTRL-P.
1392 if (can complete)
1403 The file used for {filetype} should be autoload/{filetype}complete.vim
1419 If you want to complete system functions you can do something like this. Use
1427 names. If you want to complete a local variable name, which does not appear
1434 When a member name already was complete, CTRL-X CTRL-O will add a "." or
1456 - after "<" complete tag name depending on context (no div suggestion inside
1458 - inside of tag complete proper attributes (no width attribute for an a tag);
1460 - when attribute has limited number of possible values help to complete them
1461 - complete names of entities
1462 - complete values of "class" and "id" attributes with data obtained from
1505 - complete DOM objects and properties depending on context
1542 - after "->" complete only function and variable names specific for given
1731 It will also dynamically complete tables, procedures, views and column lists
1738 the SQL completion plugin can also be enabled. This allows you to complete
1748 - after "<" complete the tag name, depending on context
1749 - inside of a tag complete proper attributes
1750 - when an attribute has a limited number of possible values help to complete
1752 - complete names of entities (defined in |xml-omni-datafile| and in the
1872 Will complete to an appropriate XHTML tag, and in this situation: >
1876 Will complete to an appropriate XSL tag.