Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/vim-8.2.3635/src/testdir/
H A Dtest_buffer.vim24 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 Dgui_preinit.vim5 " menu has already been loaded; the ":syntax on" and ":filetype on" commands
/vim-8.2.3635/runtime/ftplugin/
H A DREADME.txt7 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 Dhtmldjango.vim6 " Only use this filetype plugin when no other was loaded.
/vim-8.2.3635/runtime/doc/
H A Drepeat.txt279 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 Dfiletype.txt67 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 Dusr_05.txt154 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 Dusr_22.txt321 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 Dvimrc_example.vim48 " The ! means the package won't be loaded right away but when plugins are
49 " loaded during initialization.
H A Devim.vim65 " 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 Dsmarty.vim9 " For version 6.x: Quit when a syntax file was already loaded
11 " quit when a syntax file was already loaded
H A Dwebmacro.vim12 " 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 Draku.vim30 " 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 Dsystemd.vim4 " Only load this indent file when no other was loaded.
H A Dxsd.vim6 " Only load this indent file when no other was loaded.
H A Dchangelog.vim6 " Only load this indent file when no other was loaded.
H A Daap.vim6 " Only load this indent file when no other was loaded.
H A Dhtmldjango.vim6 " Only load this indent file when no other was loaded.
H A Dxhtml.vim6 " Only load this indent file when no other was loaded.
H A Dant.vim6 " Only load this indent file when no other was loaded.
H A Dxslt.vim6 " Only load this indent file when no other was loaded.
H A Dcuda.vim6 " Only load this indent file when no other was loaded.
H A Dpyrex.vim7 " Only load this indent file when no other was loaded.
H A Dcpp.vim6 " Only load this indent file when no other was loaded.
H A Dc.vim6 " Only load this indent file when no other was loaded.

12345678910>>...27