comparison runtime/doc/os_dos.txt @ 19163:63beef1ca62c

Update runtime files. Commit: https://github.com/vim/vim/commit/ade0d39468014fd55d30f7647a1ac104baff4bc5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 21 22:33:58 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jan 2020 22:45:04 +0100
parents 9b7f90e56753
children 0ce24f734615
comparison
equal deleted inserted replaced
19162:d02825cf56e3 19163:63beef1ca62c
50 set VIMRUNTIME=E:\vim\vim82 50 set VIMRUNTIME=E:\vim\vim82
51 Will find "c:\user\piet\_vimrc" and the runtime files in "e:\vim\vim82". 51 Will find "c:\user\piet\_vimrc" and the runtime files in "e:\vim\vim82".
52 52
53 See |$VIM| and |$VIMRUNTIME| for more information. 53 See |$VIM| and |$VIMRUNTIME| for more information.
54 54
55 Under Windows 95, you can set $VIM in your C:\autoexec.bat file. For 55 You can set environment variables for each user separately through the
56 example: > 56 System Properties dialog box. The steps to do that:
57 set VIM=D:\vim 57 1. Type Windows Key + R to open the "Run" dialog box.
58 Under Windows NT, you can set environment variables for each user separately 58 2. Enter "sysdm.cpl" and press the "OK" button. The "System Properties"
59 under "Start/Settings/Control Panel->System", or through the properties in the 59 dialog box will open.
60 menu of "My Computer", under the Environment Tab. 60 3. Select the "Advanced" tab and press the "Environment Variables..." button.
61 The "Environment Variables" dialog box will open.
62 4. Select an existing variable in the "User variables" list and press the
63 "Edit..." button to edit it. Or press the "New..." button to add a new
64 variable.
65 5. After you finished editing variables, press the "OK" button to save the
66 changes.
61 67
62 ============================================================================== 68 ==============================================================================
63 2. Using backslashes *dos-backslash* 69 2. Using backslashes *dos-backslash*
64 70
65 Using backslashes in file names can be a problem. Vi halves the number of 71 Using backslashes in file names can be a problem. Vi halves the number of