Searched refs:loaded (Results 1 – 25 of 662) sorted by relevance
12345678910>>...27
| /vim-8.2.3635/src/testdir/ |
| H A D | test_buffer.vim | 24 call assert_equal(0, getbufinfo('b4')[0].loaded) 35 call assert_equal(0, getbufinfo('b2')[0].loaded) 46 call assert_equal(0, getbufinfo('b1')[0].loaded) 57 call assert_equal(0, getbufinfo('b3')[0].loaded) 155 call assert_equal(0, getbufinfo('Xbuf1')[0].loaded) 156 call assert_equal(0, getbufinfo('Xbuf2')[0].loaded) 164 call assert_equal(1, getbufinfo('Xbuf1')[0].loaded) 165 call assert_equal(0, getbufinfo('Xbuf2')[0].loaded) 218 call assert_equal(0, getbufinfo('Xfile')[0].loaded) 223 call assert_equal(0, getbufinfo('Xfile')[0].loaded) [all …]
|
| H A D | gui_preinit.vim | 5 " menu has already been loaded; the ":syntax on" and ":filetype on" commands
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | README.txt | 7 For example, these are all loaded for the "c" filetype: 16 The filetype plugins are only loaded when the ":filetype plugin" command has
|
| H A D | htmldjango.vim | 6 " Only use this filetype plugin when no other was loaded.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | repeat.txt | 279 ftdetect scripts are loaded, only the matching 282 loaded during initialization, see |load-plugins| (note 285 Note that for ftdetect scripts to be loaded 307 Packages will be loaded only once. Using 314 all plugins in 'runtimepath' will be loaded, which 315 means they are loaded again. Plugins are expected to 319 happens to be aborted, further plugins will be loaded. 560 ones that are only loaded when needed with `:packadd`. 605 'runtimepath', so that anything there will be loaded later. 933 Note that functions are first loaded and later executed. When they are loaded [all …]
|
| H A D | filetype.txt | 67 The result is that when a file is edited its plugin file is loaded (if there 74 filetype detection, the plugins will not be loaded either. 82 The result is that when a file is edited its indent file is loaded (if there 89 filetype detection, the indent files will not be loaded either. 254 Your scripts.vim is loaded before the default checks for file types, which 306 all loaded. For example, if this command: > 326 What if it looks like your plugin is not being loaded? You can find out what 357 You need to define your own mapping before the plugin is loaded (before 379 that the global plugin will be loaded after this, it may overrule the 388 variable will be set, the global plugin will not be loaded. [all …]
|
| H A D | usr_05.txt | 154 The |defaults.vim| file is loaded when the user has no vimrc file. When you 171 have a user vimrc this is not needed, since defaults.vim will not be loaded 328 differences with the file it was loaded from. See |diff| and |:DiffOrig|. 388 packages: optional and automatically loaded on startup. 401 This works, because when `:packadd` loaded the plugin it also added the 426 more than a Vim script file that is loaded automatically when Vim starts. You 457 - Some are always loaded, you can see them in the directory $VIMRUNTIME/plugin. 535 be loaded for the "otherstuff" filetype. 566 |load-plugins| When the global plugins are loaded during startup.
|
| H A D | usr_22.txt | 321 Active Appears in a window, text loaded. 322 Hidden Not in a window, text loaded. 323 Inactive Not in a window, no text loaded. 356 a Buffer is loaded and displayed. 357 h Buffer is loaded but hidden.
|
| /vim-8.2.3635/runtime/ |
| H A D | vimrc_example.vim | 48 " The ! means the package won't be loaded right away but when plugins are 49 " loaded during initialization.
|
| H A D | evim.vim | 65 " The ! means the package won't be loaded right away but when plugins are 66 " loaded during initialization.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | smarty.vim | 9 " For version 6.x: Quit when a syntax file was already loaded 11 " quit when a syntax file was already loaded
|
| H A D | webmacro.vim | 12 " For version 6.x: Quit when a syntax file was already loaded 14 " quit when a syntax file was already loaded
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | raku.vim | 30 " Only load this indent file when no other was loaded. 41 " we reset it first because the Perl 5 indent file might have been loaded due
|
| H A D | systemd.vim | 4 " Only load this indent file when no other was loaded.
|
| H A D | xsd.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | changelog.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | aap.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | htmldjango.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | xhtml.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | ant.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | xslt.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | cuda.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | pyrex.vim | 7 " Only load this indent file when no other was loaded.
|
| H A D | cpp.vim | 6 " Only load this indent file when no other was loaded.
|
| H A D | c.vim | 6 " Only load this indent file when no other was loaded.
|
12345678910>>...27