| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_05.txt | 17 |05.6| Adding a plugin 391 For example, the matchit plugin. This plugin makes the "%" command jump to 423 *05.6* Adding a plugin *add-plugin* *plugin* 427 can add a plugin very easily by dropping it in your plugin directory. 436 |add-filetype-plugin|. 474 Unix ~/.vim/plugin/ 475 PC $HOME/vimfiles/plugin or $VIM/vimfiles/plugin 483 mkdir ~/.vim/plugin 499 :filetype plugin on 568 |write-plugin| How to write a plugin script. [all …]
|
| H A D | filetype.txt | 49 "-plugin". For example: > 52 :help ft-man-plugin 62 *:filetype-plugin-on* 64 :filetype plugin on 70 *:filetype-plugin-off* 72 :filetype plugin off 303 *plugin-details* 316 /etc/vim/plugin/ ~ 317 ~/.vim/plugin/ ~ 402 AWK *ft-awk-plugin* [all …]
|
| H A D | pi_spec.txt | 5 This is a filetype plugin to work with rpm spec files. 7 Currently, this Vim plugin allows you to easily update the %changelog 20 The spec_chglog plugin provides a map like the following: 24 It means that you may run the plugin inside a spec file by pressing 26 |spec_chglog_format| set, the plugin will ask you for an email address 29 Every time you run the plugin, it will check to see if the last entry in the 33 also check if the name, version and release matches. The plugin is smart 43 shows you how you could do this in your .vimrc file, mapping the plugin to 48 Note: the plugin will respect your desire to change the default mapping 78 The plugin will usually insert new %changelog entry items (note that it's [all …]
|
| H A D | pi_getscript.txt | 16 using this plugin, you agree that in no event will the copyright 139 during initial uploading of the plugin. 208 (this section is for plugin authors)~ 210 If a plugin author includes the following comment anywhere in their plugin, 284 ---.vim.bz2 : decompressed & moved into .vim/plugin directory 289 ---.vim : moved to .vim/plugin directory 337 plugin author has to have explicitly indicated that his/her 338 plugin is automatically installable (via the :AutoInstall: 382 move it to the plugin subdirectory 389 plugin/*.vim in globpath() call. [all …]
|
| H A D | ft_sql.txt | 5 This is a filetype plugin to work with SQL files. 155 The filetype plugin defines three types of comments: > 363 plugin to complete. 379 completion plugin to populate the popup with 383 the syntaxcomplete plugin. 414 configuration and usage. The dbext plugin allows the SQL completion plugin 459 completion plugin so that: > 460 a) You gain familiarity with the plugin 514 have connected via the dbext plugin. 545 the SQL completion plugin. > [all …]
|
| H A D | pi_paren.txt | 9 The functionality mentioned here is a |standard-plugin|. 10 This plugin is only available if 'compatible' is not set. 12 You can avoid loading this plugin by setting the "loaded_matchparen" variable: > 15 The plugin installs CursorMoved, CursorMovedI and WinEnter autocommands to 19 To disable the plugin after it was loaded use this command: > 54 If you would like the |%| command to work better, the matchit plugin can be 55 used, see |matchit-install|. This plugin also helps to skip matches in
|
| H A D | usr_41.txt | 22 |41.11| Writing a plugin 23 |41.12| Writing a filetype plugin 1974 *41.11* Writing a plugin *write-plugin* 1977 called a plugin. Vim users can drop your script in their plugin directory and 2019 in your plugin file! 2397 *41.12* Writing a filetype plugin *write-filetype-plugin* *ftplugin* 2399 A filetype plugin is like a global plugin, except that it sets options and 2586 *41.13* Writing a compiler plugin *write-compiler-plugin* 2626 When you write a compiler plugin to overrule settings from a default plugin, 2632 *41.14* Writing a plugin that loads quickly *write-plugin-quickload* [all …]
|
| H A D | pi_gzip.txt | 11 The functionality mentioned here is a |standard-plugin|. 12 This plugin is only available if 'compatible' is not set. 13 You can avoid loading this plugin by setting the "loaded_gzip" variable: > 19 The plugin installs autocommands to intercept reading and writing of files
|
| H A D | repeat.txt | 241 :runtime! plugin/**/*.vim 244 :runtime plugin/**/*.vim 268 pack/*/opt/{name}/plugin/**/*.vim ~ 575 pack/foo/start/foobar/plugin/foo.vim 617 pack/foo/start/foobar/plugin/foo.vim 685 opt/fooextra/plugin/extra.vim " optional plugin, defines commands 699 to load the optional plugin: > 703 the optional plugin is needed. 719 pack/foo/start/one/plugin/one.vim > 721 < pack/foo/start/two/plugin/two.vim > [all …]
|
| H A D | pi_vimball.txt | 16 using this plugin, you agree that in no event will the copyright 40 < and the plugin and all its components will be installed into their 43 plugin will also be automatically installed. 45 If a user has decided to use the AsNeeded plugin, vimball is smart 46 enough to put scripts nominally intended for .vim/plugin/ into 49 Removing a plugin that was installed with vimball is really easy: > 70 plugin/something.vim 80 directory. The vimball plugin normally uses the first |'runtimepath'| 239 will extract plugin/somefile to the AsNeeded/
|
| H A D | pi_tar.txt | 16 guarantees of suitability for any purpose. By using this plugin, you 30 When one edits a *.tar file, this plugin will handle displaying a 34 tar archives via the plugin. 72 the tar plugin from loading: > 96 The tar plugin will reject any tar 150 v7 Mar 22, 2006 * work on making tar plugin work across network
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_packadd.vim | 21 call mkdir(s:plugdir . '/plugin/also', 'p') 36 exe 'split ' . s:plugdir . '/plugin/test.vim' 79 call mkdir(plugdir . '/plugin', 'p') 84 exe 'split ' . plugdir . '/plugin/test.vim' 96 call mkdir(s:plugdir . '/plugin', 'p') 101 exe 'split ' . s:plugdir . '/plugin/test.vim' 128 call mkdir(s:plugdir . '/plugin', 'p') 130 exe 'split ' . s:plugdir . '/plugin/test.vim' 162 call mkdir(s:plugdir . '/plugin', 'p') 208 " plugin foo with an autoload directory [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | README.txt | 1 The ftplugin directory is for Vim plugin scripts that are only used for a 16 The filetype plugins are only loaded when the ":filetype plugin" command has 19 The default filetype plugin files contain settings that 95% of the users will 24 plugin, you can create your own plugin file. See ":help ftplugin" in Vim.
|
| H A D | awk.vim | 1 " Vim filetype plugin 7 " This plugin was prepared by Mark Sikora 8 " This plugin was updated as proposed by Doug Kearns 15 " Don't load another plugin for this buffer
|
| H A D | verilog.vim | 1 " Vim filetype plugin file 16 " Don't load another plugin for this buffer 23 " Undo the plugin effect 45 " Let the matchit plugin know what items can be matched.
|
| H A D | aap.vim | 1 " Vim filetype plugin file 11 " Don't load another plugin for this buffer 15 " this plugin.
|
| H A D | sql.vim | 1 " SQL filetype plugin file 42 " BF: This plugin is designed to be used with other plugins to enable the 45 " the plugin not loading the SQL support. 67 " NF: Improved the matchit plugin regex (Talek) 92 " happens if all elements of this plugin have not yet loaded. 271 " Don't load another plugin for this buffer 484 " Since the SQL completion plugin can be used in conjunction 491 " This is used by the sqlcomplete.vim plugin 496 " Prevent the intellisense plugin from loading 514 " using the dbext.vim plugin [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | getscript.vim | 220 for plugin in plugins 222 " call Decho("plugin<".plugin.">") 224 " read plugin in 227 " call Decho(".dependency checking<".plugin."> line$=".line("$")) 228 " call Decho("..exe silent r ".fnameescape(plugin)) 229 exe "silent r ".fnameescape(plugin) 422 " grab a copy of the plugin's vim.sourceforge.net webpage 445 " find the latest source-id in the plugin's webpage 551 let tgtdir= "plugin" 614 " move plugin to plugin/ or AsNeeded/ directory [all …]
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | README.txt | 1 The plugin directory is for standard Vim plugin scripts. 19 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | danish.nsi | 73 LangString str_group_plugin ${LANG_DANISH} "Opret plugin-mapper" 74 LangString str_desc_plugin ${LANG_DANISH} "Opret plugin-mapper. Plugin-mapper giver mu… 77 LangString str_desc_plugin_home ${LANG_DANISH} "Opret plugin-mapper i HOME (hvis du har def… 80 LangString str_desc_plugin_vim ${LANG_DANISH} "Opret plugin-mapper i Vim-installationsmapp… 94 LangString str_ungroup_plugin ${LANG_DANISH} "Fjern plugin-mapper" 95 LangString str_desc_rm_plugin ${LANG_DANISH} "Fjern plugin-mapperne, hvis de er tomme." 98 LangString str_desc_rm_plugin_home ${LANG_DANISH} "Fjern plugin-mapperne fra HOME-mappen." 101 LangString str_desc_rm_plugin_vim ${LANG_DANISH} "Fjern plugin-mapperne fra Vim-installations…
|
| H A D | italian.nsi | 110 "Crea directory per plugin" 112 "Crea directory per plugin. Consentono di aggiungere funzionalità \ 118 "Crea directory per plugin nella directory HOME." 123 "Crea directory per plugin nella directory di installazione di Vim \ 147 "Cancella le directory per plugin" 149 "Cancella le directory per plugin se sono vuote." 154 "Cancella le directory per plugin dalla directory HOME." 159 "Cancella le directory per plugin dalla directory di installazione di Vim."
|
| H A D | english.nsi | 110 "Create plugin directories. Plugin directories allow extending Vim \ 116 "Create plugin directories in HOME directory." 121 "Create plugin directories in Vim install directory, it is used for \ 145 "Remove plugin directories" 147 "Remove the plugin directories if they are empty." 152 "Remove the plugin directories from HOME directory." 157 "Remove the plugin directories from Vim install directory."
|
| H A D | dutch.nsi | 112 "Creëer plugin mappen. Plugin mappen maken het mogelijk om \ 118 "Create plugin directories in HOME directory." 123 "Creëer plugin mappen in Vim installatie map, deze worden gebruikt \ 147 "Remove plugin directories" 149 "Remove the plugin directories if they are empty." 154 "Remove the plugin directories from HOME directory." 159 "Remove the plugin directories from Vim install directory."
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | README.txt | 5 See ":help write-compiler-plugin". 7 If you want to write your own compiler plugin, have a look at the other files 10 If you think a compiler plugin you have written is useful for others, please
|
| /vim-8.2.3635/.github/ |
| H A D | CODEOWNERS | 166 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan 168 runtime/plugin/getscriptPlugin.vim @cecamp 169 runtime/plugin/logiPat.vim @cecamp 170 runtime/plugin/netrwPlugin.vim @cecamp 171 runtime/plugin/tarPlugin.vim @cecamp 172 runtime/plugin/vimballPlugin.vim @cecamp 173 runtime/plugin/zipPlugin.vim @cecamp
|