Searched refs:shortname (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | gen_opt_test.vim | 179 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 D | fileio.pro | 26 char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | recover.txt | 39 - 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 D | editing.txt | 140 (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 D | vi_diff.txt | 791 filesystem under Unix. See |'shortname'|.
|
| H A D | quickref.txt | 897 'shortname' 'sn' Filenames assumed to be 8.3 chars
|
| H A D | tags | 890 'shortname' options.txt /*'shortname'* 5493 auto-shortname editing.txt /*auto-shortname*
|
| H A D | options.txt | 6920 *'shortname'* *'sn'* *'noshortname'* *'nosn'* 6921 'shortname' 'sn' boolean (default off)
|
| H A D | todo.txt | 5788 shortname conversion.
|
| H A D | eval.txt | 4585 exists("&shortname")
|
| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 3073 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 D | usercmd.c | 103 char *shortname; member 532 STRCPY(IObuff + len, addr_type_complete[j].shortname); in uc_list()
|
| H A D | fileio.c | 3509 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 D | option.c | 3937 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 D | memline.c | 2336 int shortname = curbuf->b_shortname; in recov_file_names() local 2408 curbuf->b_shortname = shortname; in recov_file_names()
|
| H A D | optiondefs.h | 272 char *shortname; // permissible abbreviation member
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | fstab.vim | 213 syn match fsOptionsKeywords contained /shortname=/ nextgroup=fsOptionsVfatShortname
|
| H A D | vim.vim | 37 …intheader pvh pyx readonly revins rop runtimepath scr sect sh shelltemp shortname si smartcase sol…
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1072 call <SID>AddOption("shortname", gettext("use 8.3 file names"))
|