| /vim-8.2.3635/src/testdir/ |
| H A D | test_source_utf8.vim | 6 " 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 D | test_source.vim | 64 " When sourcing a vim script, shebang should be ignored. 99 " Test for sourcing a script recursively
|
| H A D | test24.in | 1 Test for sourcing a file with CTRL-V's at the end of the line
|
| H A D | test_expand.vim | 101 " Test for expanding <sfile>, <slnum> and <sflnum> outside of sourcing a script
|
| H A D | test_startup.vim | 272 …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 D | chaskell.vim | 6 " 2001 November 1: Changed commands for sourcing haskell.vim
|
| H A D | ayacc.vim | 6 " Comment: Replaced sourcing c.vim file by ada.vim and rename yacc*
|
| H A D | aflex.vim | 7 " Comment: Replaced sourcing c.vim file by ada.vim and rename lex*
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | getscriptPlugin.vim | 14 " if you're sourcing this file, surely you can't be
|
| H A D | tohtml.vim | 48 " - Fix Bitbucket issue #13: errors thrown sourcing
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_vimball.txt | 138 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 D | autocmd.txt | 337 |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 D | repeat.txt | 318 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 D | filetype.txt | 181 when sourcing your file. You could also use the pattern "*" and then 428 NOTE: The global mappings are accessed by sourcing the
|
| H A D | testing.txt | 211 startup was done. Since the tests are run by sourcing a
|
| H A D | vim9.txt | 1784 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 D | usr_41.txt | 180 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 D | README_mvc.txt | 92 non-translated strings are commented out. This can be done by sourcing
|
| H A D | da.po | 1240 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 D | zh_TW.UTF-8.po | 857 msgid "sourcing \"%s\"" 861 msgid "line %ld: sourcing \"%s\"" 865 msgid "finished sourcing %s"
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 247 " 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 D | README.md | 76 scriptfile.c | runtime directory handling and sourcing scripts
|
| H A D | ex_docmd.c | 1758 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 D | getscript.vim | 13 " if you're sourcing this file, surely you can't be
|
| H A D | htmlcomplete.vim | 724 " variables only by linking to existing g:variable, not sourcing whole
|