| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 3318 WCHAR *wn; in mch_is_symbolic_link() local 3366 WCHAR *wn; in win32_fileinfo() local 3486 WCHAR *wn; in mch_nodetype() local 3545 WCHAR *wn; in mch_get_acl() 3572 wn, in mch_get_acl() 3586 vim_free(wn); in mch_get_acl() 4779 vim_free(wn); in mch_call_shell() 5095 WCHAR *wn; in job_io_file_open() local 6827 WCHAR *wn; in mch_remove() local 7028 WCHAR *wn; in mch_access() local [all …]
|
| H A D | gui_w32.c | 2430 WCHAR *wn; in add_tabline_popup_menu_entry() local 2434 if (wn == NULL) in add_tabline_popup_menu_entry() 2444 vim_free(wn); in add_tabline_popup_menu_entry() 6475 WCHAR *wn; in gui_mch_add_menu() local 6479 if (wn == NULL) in gui_mch_add_menu() 6494 vim_free(wn); in gui_mch_add_menu() 6607 WCHAR *wn; in gui_mch_add_menu_item() local 6610 if (wn != NULL) in gui_mch_add_menu_item() 6616 vim_free(wn); in gui_mch_add_menu_item() 7431 WCHAR *wn; in nCopyAnsiToWideChar() local [all …]
|
| H A D | misc1.c | 1663 WCHAR *wn, *wp; in vim_getenv() local 1670 wn = enc_to_utf16(name, NULL); in vim_getenv() 1671 if (wn == NULL) in vim_getenv() 1674 wp = _wgetenv(wn); in vim_getenv() 1675 vim_free(wn); in vim_getenv()
|
| H A D | filepath.c | 3354 WCHAR *wn = NULL; // UCS-2 name, NULL when not used. in dos_expandpath() local 3464 wn = enc_to_utf16(buf, NULL); in dos_expandpath() 3465 if (wn != NULL) in dos_expandpath() 3466 hFind = FindFirstFileW(wn, &wfb); in dos_expandpath() 3536 vim_free(wn); in dos_expandpath()
|
| H A D | fileio.c | 4773 WCHAR *wn = NULL; // UTF-16 name, NULL when not used. in readdir_core() local 4805 wn = enc_to_utf16(buf, NULL); in readdir_core() 4806 if (wn != NULL) in readdir_core() 4807 hFind = FindFirstFileW(wn, &wfd); in readdir_core() 4876 vim_free(wn); in readdir_core()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_startup.vim | 178 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout') 179 call assert_equal('2', wn) 190 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout') 191 call assert_equal('2', wn) 210 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout') 211 call assert_equal('2', wn) 222 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout') 223 call assert_equal('2', wn)
|
| H A D | test_signs.vim | 32 let wn = winnr() 40 call assert_notequal(wn, winnr())
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_perl.txt | 171 VIM::Windows([{wn}...]) With no arguments, returns a list of all the windows 174 {wn}, returns a list of the windows with those
|
| H A D | quickref.txt | 1248 |:wn| :wn[ext][!] write file and edit next file 1249 |:wn| :wn[ext][!] {file} write to {file} and edit next file, unless
|
| H A D | editing.txt | 754 *:wn* *:wnext* 755 :[count]wn[ext] [++opt] 759 :[count]wn[ext] [++opt] {file} 765 :[count]wn[ext]! [++opt] {file}
|
| H A D | index.txt | 1734 |:wnext| :wn[ext] write to a file and go to next file in
|
| H A D | tags | 3473 :wn editing.txt /*:wn*
|
| H A D | options.txt | 6882 for reading a file (useful for ":wn" or when 'autowrite' on)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dcl.vim | 27 syn keyword dclInstr aut[ogen] dis[mount] ini[tialize] pat[ch] spa[wn]
|
| H A D | fstab.vim | 75 syn match fsOptionsKeywords contained /\<\%([ug]id\|o\%(wn\|th\)mask\)=/ nextgroup=fsOptionsNumber
|
| H A D | inform.vim | 137 syn keyword informLibVariable parser_one parser_two listing_together wn
|
| H A D | vim.vim | 22 …cld[o] tj[ump] tlu tno[remap] tu[nmenu] undol[ist] v vie[w] vne[w] wh[ile] wn[ext] wv[iminfo] xmen…
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | korean-dubeolsik_utf-8.vim | 331 wn 주
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 10257 if !search('^\.\/$\|\s\.\/$','wn') 10261 if !search('^\.\.\/$\|\s\.\.\/$','wn')
|