Home
last modified time | relevance | path

Searched refs:sourcing (Results 1 – 25 of 77) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_source_utf8.vim6 " check that sourcing a script with 0x80 as second byte works
21 " check that sourcing a latin1 script with a 0xc0 byte works
34 " Test for sourcing a file with CTRL-V's at the end of the line
H A Dtest_source.vim64 " When sourcing a vim script, shebang should be ignored.
99 " Test for sourcing a script recursively
H A Dtest24.in1 Test for sourcing a file with CTRL-V's at the end of the line
H A Dtest_expand.vim101 " Test for expanding <sfile>, <slnum> and <sflnum> outside of sourcing a script
H A Dtest_startup.vim272 …call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline \\d\\+: sourcing \"[^\"]*run…
276 …call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline 1: \" The default vimrc file…
362 call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\n", out)
/vim-8.2.3635/runtime/syntax/
H A Dchaskell.vim6 " 2001 November 1: Changed commands for sourcing haskell.vim
H A Dayacc.vim6 " Comment: Replaced sourcing c.vim file by ada.vim and rename yacc*
H A Daflex.vim7 " Comment: Replaced sourcing c.vim file by ada.vim and rename lex*
/vim-8.2.3635/runtime/plugin/
H A DgetscriptPlugin.vim14 " if you're sourcing this file, surely you can't be
H A Dtohtml.vim48 " - Fix Bitbucket issue #13: errors thrown sourcing
/vim-8.2.3635/runtime/doc/
H A Dpi_vimball.txt138 vimball. One may choose to execute it by hand instead of sourcing
266 3 : Mar 20, 2006 * removed query, now requires sourcing to be
H A Dautocmd.txt337 |SourcePre| before sourcing a Vim script
338 |SourcePost| after sourcing a Vim script
339 |SourceCmd| before sourcing a Vim script |Cmd-event|
1073 SourcePre Before sourcing a Vim script. |:source|
1076 SourcePost After sourcing a Vim script. |:source|
1078 Not triggered when sourcing was interrupted.
1082 SourceCmd When sourcing a Vim script. |:source|
1514 This prevents having the autocommands defined twice (e.g., after sourcing the
1778 do the file reading, writing or sourcing. This can be used when working with
H A Drepeat.txt318 An error only causes sourcing the script where it
392 :fini[sh] Stop sourcing a script. Can only be used in a Vim
399 then stops sourcing the script.
727 'runtimepath' before sourcing the plugins.
890 sourcing the file, not for a function defined in that file.
H A Dfiletype.txt181 when sourcing your file. You could also use the pattern "*" and then
428 NOTE: The global mappings are accessed by sourcing the
H A Dtesting.txt211 startup was done. Since the tests are run by sourcing a
H A Dvim9.txt1784 When sourcing a Vim9 script from a legacy script, only the items defined
1790 - Completely disallow sourcing a Vim9 script, require using `:import`. That
1791 makes it difficult to use scripts for testing, or sourcing them from the
H A Dusr_41.txt180 Since "s:count" is local to this script, you can be sure that sourcing the
1952 variable to indicate that the functions have been loaded. When sourcing the
2234 kept as long as Vim is running. And the same variables are used when sourcing
/vim-8.2.3635/src/po/
H A DREADME_mvc.txt92 non-translated strings are commented out. This can be done by sourcing
H A Dda.po1240 msgid "sourcing \"%s\""
1241 msgstr "sourcing \"%s\""
1244 msgid "line %ld: sourcing \"%s\""
1245 msgstr "linje %ld: sourcing \"%s\""
1248 msgid "finished sourcing %s"
1249 msgstr "færdig med sourcing af %s"
H A Dzh_TW.UTF-8.po857 msgid "sourcing \"%s\""
861 msgid "line %ld: sourcing \"%s\""
865 msgid "finished sourcing %s"
/vim-8.2.3635/runtime/ftplugin/
H A Dsql.vim247 " echo 'sourcing buffer ftplugin/'.b:sql_type_override.'.vim'
254 " echo 'sourcing global ftplugin/'.g:sql_type_default.'.vim'
/vim-8.2.3635/src/
H A DREADME.md76 scriptfile.c | runtime directory handling and sourcing scripts
H A Dex_docmd.c1758 int sourcing = flags & DOCMD_VERBOSE; in do_one_cmd() local
2062 if (!sourcing) in do_one_cmd()
2197 if (sourcing || exmode_active) in do_one_cmd()
2658 if (sourcing) in do_one_cmd()
/vim-8.2.3635/runtime/autoload/
H A Dgetscript.vim13 " if you're sourcing this file, surely you can't be
H A Dhtmlcomplete.vim724 " variables only by linking to existing g:variable, not sourcing whole

1234