Searched refs:drive (Results 1 – 21 of 21) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | dosinst.h | 422 change_drive(int drive) in change_drive() argument 425 temp[0] = (char)(drive + 'A' - 1); in change_drive()
|
| H A D | findfile.c | 386 char_u drive[3]; in vim_findfile_init() local 388 drive[0] = path[0]; in vim_findfile_init() 389 drive[1] = ':'; in vim_findfile_init() 390 drive[2] = NUL; in vim_findfile_init() 391 if (vim_FullName(drive, ff_expand_buffer, MAXPATHL, TRUE) == FAIL) in vim_findfile_init()
|
| H A D | os_vms_fix.com | 26 $! mounted network drive, f$search() may return only the first matching
|
| H A D | os_mswin.c | 168 int _chdrive(int drive) in _chdrive() argument 171 temp[0] = drive + 'A' - 1; in _chdrive()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_dos.txt | 244 The ":cd" command recognizes the drive specifier and changes the current 245 drive. Use ":cd c:" to make drive C the active drive. Use ":cd d:\foo" to go 246 to the directory "foo" in the root of drive D. Vim also recognizes UNC names
|
| H A D | editing.txt | 1058 When MS-Windows shares a drive on the network it can be marked as read-only. 1314 On MS-Windows this also changes the active drive.
|
| H A D | version5.txt | 2548 DOS: When using a file in the current drive, remove the drive name: 2753 Win32: The change-drive function was not correct, went to the wrong drive. 6365 drive, which may be read-only. (Peterson) 7587 Amiga: ":pwd" added a slash when in the root of a drive.
|
| H A D | cmdline.txt | 983 Unix; "x:\" for Win32; "drive:" for Amiga), that part is not
|
| H A D | version6.txt | 2370 Amiga: ":pwd" added a slash when in the root of a drive. 2573 when the current path for D: isn't the root of the drive. 3900 Solution: Only use the drive, not the whole path to the current directory. 6573 Problem: Win32: File name is messed up when editing just a drive name. 6575 Solution: Append a NUL after the drive name. (Vince Negri)
|
| H A D | todo.txt | 3466 a Netware network drive. Use same function as for Win32 GUI? 3784 - Win32, MS-Windows XP: $HOME uses the wrong drive when the user profiles
|
| H A D | options.txt | 2807 the colon following the drive letter on Win32). This will ensure
|
| H A D | version8.txt | 29390 Solution: Also handle lower case drive letters. 34631 Problem: Error when the drive of the swap file was disconnected.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | samba.vim | 38 syn keyword sambaKeyword contained disk dns domain domains dont dos dot drive
|
| H A D | lilo.vim | 60 syn keyword liloImageOpt map-drive to boot-as nextgroup=liloEqHexNumber,liloEqHexNumberComment,lilo…
|
| H A D | winbatch.vim | 41 syn keyword winbatchImplicit disable drive electric enable eulers false faraday float8
|
| H A D | named.vim | 8 " Previously maintained by glory hump <rnd@web-drive.ru> and updated by Marcin
|
| H A D | progress.vim | 77 …en opsys option or os-append os-command os-copy os-create-dir os-delete os-dir os-drive[s] os-error
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_undo.vim | 527 " Replace windows drive such as C:... into C%...
|
| H A D | test_functions.vim | 1352 " get "notepad" path and remove the leading drive and sep. (ex. 'C:\')
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README_en.txt | 3247 2420) drive's (added the 's)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 879 " Windows : check for a drive specifier, or else for a remote share name ('\\Foo' or '//Foo',
|