Home
last modified time | relevance | path

Searched refs:shortname (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dgen_opt_test.vim179 let shortname = substitute(line, '.*"\([^"]*\)".*', '\1', '') variable
191 call add(script, 'set ' . shortname)
193 call add(script, 'set no' . shortname)
197 call add(script, 'set ' . shortname . '=' . val)
204 call add(script, "silent! call assert_fails('set " . shortname . "=" . val . "')")
212 call add(script, 'set ' . shortname . '&')
/vim-8.2.3635/src/proto/
H A Dfileio.pro26 char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot);
/vim-8.2.3635/runtime/doc/
H A Drecover.txt39 - On MS-Windows machines and when the 'shortname' option is on, any '.' in the
49 flag is set that has the same effect as the 'shortname' option.
H A Dediting.txt140 (e.g., messydos or crossdos) or when the 'shortname' option is on. The
143 *auto-shortname*
148 a flag is set that has the same effect as setting the 'shortname'
155 message. Use the 'shortname' option in this case.
H A Dvi_diff.txt791 filesystem under Unix. See |'shortname'|.
H A Dquickref.txt897 'shortname' 'sn' Filenames assumed to be 8.3 chars
H A Dtags890 'shortname' options.txt /*'shortname'*
5493 auto-shortname editing.txt /*auto-shortname*
H A Doptions.txt6920 *'shortname'* *'sn'* *'noshortname'* *'nosn'*
6921 'shortname' 'sn' boolean (default off)
H A Dtodo.txt5788 shortname conversion.
H A Deval.txt4585 exists("&shortname")
/vim-8.2.3635/src/
H A Dviminfo.c3073 int shortname = FALSE; // use 8.3 file name in write_viminfo() local
3152 shortname, in write_viminfo()
3184 if (!shortname && st_new.st_dev == st_old.st_dev in write_viminfo()
3188 shortname = TRUE; in write_viminfo()
H A Dusercmd.c103 char *shortname; member
532 STRCPY(IObuff + len, addr_type_complete[j].shortname); in uc_list()
H A Dfileio.c3509 int shortname, // use 8.3 file name in buf_modname() argument
3564 if (*ext == '.' && shortname) in buf_modname()
3583 if (shortname) in buf_modname()
3640 if (prepend_dot && !shortname && *(e = gettail(retval)) != '.') in buf_modname()
H A Doption.c3937 s = options[opt_idx].shortname; in findoption()
6465 || (options[opt_idx].shortname != NULL in ExpandSettings()
6467 (char_u *)options[opt_idx].shortname, (colnr_T)0))) in ExpandSettings()
H A Dmemline.c2336 int shortname = curbuf->b_shortname; in recov_file_names() local
2408 curbuf->b_shortname = shortname; in recov_file_names()
H A Doptiondefs.h272 char *shortname; // permissible abbreviation member
/vim-8.2.3635/runtime/syntax/
H A Dfstab.vim213 syn match fsOptionsKeywords contained /shortname=/ nextgroup=fsOptionsVfatShortname
H A Dvim.vim37 …intheader pvh pyx readonly revins rop runtimepath scr sect sh shelltemp shortname si smartcase sol…
/vim-8.2.3635/runtime/
H A Doptwin.vim1072 call <SID>AddOption("shortname", gettext("use 8.3 file names"))