Lines Matching refs:plugin

5 This is a filetype plugin to work with SQL files.
42 The matchit plugin (http://www.vim.org/scripts/script.php?script_id=39)
44 languages. The matchit plugin is configured by defining a local
91 This filetype plugin attempts to translate these keys to maps which make sense
108 must be configurable. The filetype plugin attempts to define many of the
155 The filetype plugin defines three types of comments: >
219 The default filetype plugin works for all vendors and should remain vendor
322 Vim 7 includes a code completion interface and functions which allows plugin
326 There are two modes to the SQL completion plugin, static and dynamic. The
335 while editing a file with a filetype of SQL. The plugin defines (by default)
359 :call sqlcomplete#Map( - Allows the SQL completion plugin to perform some
363 plugin to complete.
364 In this case we are asking the plugin to display
379 completion plugin to populate the popup with
381 plugin will also cache this result until Vim is
383 the syntaxcomplete plugin.
386 syntaxcomplete plugin to retrieve all syntax items. So this will effectively
410 plugin installed, (http://vim.sourceforge.net/script.php?script_id=356).
412 Dynamic mode is used by several features of the SQL completion plugin.
413 After installing the dbext plugin see the dbext-tutorial for additional
414 configuration and usage. The dbext plugin allows the SQL completion plugin
448 The SQL completion plugin caches various lists that are displayed in
459 completion plugin so that: >
460 a) You gain familiarity with the plugin
463 d) Demonstrate "Best of Use" of the plugin (easiest way to configure).
494 dbext.vim plugin (http://vim.sourceforge.net/script.php?script_id=356). It
495 also comes with a tutorial. From the SQL completion plugin's perspective,
498 information. Once connections have been setup, the SQL completion plugin
514 have connected via the dbext plugin.
521 The SQL completion plugin can also display a list of columns for particular
545 the SQL completion plugin. >
552 generally requires having the cursor on a table name. The plugin
564 5. Based on the table name chosen in step 3, the plugin attempts to
607 The SQL completion plugin can be customized through various options set in
659 filetype is changed temporarily to SQL, the sqlcompletion plugin
690 plugin. >
757 ftplugin/perl.vim. If you are using the syntax completion plugin by following
767 been created and the SQL completion plugin has been initialized. All SQL
772 completion plugin) and <C-C> to use the SQL completion features.