Home
last modified time | relevance | path

Searched refs:drive (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/
H A Ddosinst.h422 change_drive(int drive) in change_drive() argument
425 temp[0] = (char)(drive + 'A' - 1); in change_drive()
H A Dfindfile.c386 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 Dos_vms_fix.com26 $! mounted network drive, f$search() may return only the first matching
H A Dos_mswin.c168 int _chdrive(int drive) in _chdrive() argument
171 temp[0] = drive + 'A' - 1; in _chdrive()
/vim-8.2.3635/runtime/doc/
H A Dos_dos.txt244 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 Dediting.txt1058 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 Dversion5.txt2548 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 Dcmdline.txt983 Unix; "x:\" for Win32; "drive:" for Amiga), that part is not
H A Dversion6.txt2370 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 Dtodo.txt3466 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 Doptions.txt2807 the colon following the drive letter on Win32). This will ensure
H A Dversion8.txt29390 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 Dsamba.vim38 syn keyword sambaKeyword contained disk dns domain domains dont dos dot drive
H A Dlilo.vim60 syn keyword liloImageOpt map-drive to boot-as nextgroup=liloEqHexNumber,liloEqHexNumberComment,lilo…
H A Dwinbatch.vim41 syn keyword winbatchImplicit disable drive electric enable eulers false faraday float8
H A Dnamed.vim8 " Previously maintained by glory hump <rnd@web-drive.ru> and updated by Marcin
H A Dprogress.vim77 …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 Dtest_undo.vim527 " Replace windows drive such as C:... into C%...
H A Dtest_functions.vim1352 " get "notepad" path and remove the leading drive and sep. (ex. 'C:\')
/vim-8.2.3635/runtime/spell/
H A DREADME_en.txt3247 2420) drive's (added the 's)
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim879 " Windows : check for a drive specifier, or else for a remote share name ('\\Foo' or '//Foo',