Home
last modified time | relevance | path

Searched refs:scriptname (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dscriptfile.c2024 char_u *scriptname; in autoload_name() local
2027 scriptname = alloc(STRLEN(name) + 14); in autoload_name()
2028 if (scriptname == NULL) in autoload_name()
2030 STRCPY(scriptname, "autoload/"); in autoload_name()
2032 for (p = scriptname + 9; (p = vim_strchr(p, AUTOLOAD_CHAR)) != NULL; in autoload_name()
2036 return scriptname; in autoload_name()
2049 char_u *scriptname, *tofree; in script_autoload() local
2059 tofree = scriptname = autoload_name(name); in script_autoload()
2060 if (scriptname == NULL) in script_autoload()
2075 ((char_u **)ga_loaded.ga_data)[ga_loaded.ga_len++] = scriptname; in script_autoload()
[all …]
H A Duserfunc.c4334 char_u *scriptname; in define_function() local
4340 scriptname = autoload_name(name); in define_function()
4341 if (scriptname != NULL) in define_function()
4343 p = vim_strchr(scriptname, '/'); in define_function()
4349 vim_free(scriptname); in define_function()
/vim-8.2.3635/runtime/autoload/
H A Dgetscript.vim247 " this second search is taken when, for example, a 0 0 scriptname is to be skipped over
398 " When looking for :AutoInstall: lines, skip scripts that have 0 0 scriptname
/vim-8.2.3635/runtime/doc/
H A Dusr_41.txt2200 characters, use this structure: <Plug> scriptname mapname
2201 In our example the scriptname is "Typecorr" and the mapname is "Add".
2203 "<Plug>TypecorrAdd;". Only the first character of scriptname and
H A Dvim9.txt234 def scriptname#function() # autoload