comparison runtime/doc/os_vms.txt @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents a209672376fd
children 4bac29d27e2f
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 *os_vms.txt* For Vim version 7.0f. Last change: 2006 Mar 02 1 *os_vms.txt* For Vim version 7.0g. Last change: 2006 Apr 30
2 2
3 3
4 VIM REFERENCE MANUAL 4 VIM REFERENCE MANUAL
5 5
6 6
48 To use the precompiled binary version, you need one of these archives: 48 To use the precompiled binary version, you need one of these archives:
49 49
50 vim-XX-exe-ia64-gui.zip IA64 GUI/Motif executables 50 vim-XX-exe-ia64-gui.zip IA64 GUI/Motif executables
51 vim-XX-exe-ia64-gtk.zip IA64 GUI/GTK executables 51 vim-XX-exe-ia64-gtk.zip IA64 GUI/GTK executables
52 vim-XX-exe-ia64-term.zip IA64 console executables 52 vim-XX-exe-ia64-term.zip IA64 console executables
53 vim-XX-exe-axp-gui.zip Alpha GUI/Motif executables 53 vim-XX-exe-axp-gui.zip Alpha GUI/Motif executables
54 vim-XX-exe-axp-gtk.zip Alpha GUI/GTK executables 54 vim-XX-exe-axp-gtk.zip Alpha GUI/GTK executables
55 vim-XX-exe-axp-term.zip Alpha console executables 55 vim-XX-exe-axp-term.zip Alpha console executables
56 vim-XX-exe-vax-gui.zip VAX GUI executables 56 vim-XX-exe-vax-gui.zip VAX GUI executables
57 vim-XX-exe-vax-term.zip VAX console executables 57 vim-XX-exe-vax-term.zip VAX console executables
58 58
59 and of course (optional) 59 and of course (optional)
60 vim-XX-runtime.zip runtime files 60 vim-XX-runtime.zip runtime files
61 61
62 The binary archives contain: vim.exe, ctags.exe, xxd.exe files. 62 The binary archives contain: vim.exe, ctags.exe, xxd.exe files.
63 63
64 For GTK executables you will need GTKLIB that is available for 64 For GTK executables you will need GTKLIB that is available for
65 Alpha and IA64 platform. 65 Alpha and IA64 platform.
66 66
67 ============================================================================== 67 ==============================================================================
68 68
69 3. Compiling *vms-compiling* 69 3. Compiling *vms-compiling*
247 line parameter is uppercase "/" sign must be used. 247 line parameter is uppercase "/" sign must be used.
248 248
249 Examples: 249 Examples:
250 > 250 >
251 vim -R filename ! means: -r List swap files and exit 251 vim -R filename ! means: -r List swap files and exit
252 vim -/r filename ! means: -R Readonly mode (like "view") 252 vim -/r filename ! means: -R Readonly mode (like "view")
253 vim -u <vimrc> ! means: -u Use <vimrc> instead of any .vimrc 253 vim -u <vimrc> ! means: -u Use <vimrc> instead of any .vimrc
254 vim -/u <gvimrc> ! means: -U Use <gvimrc> instead of any .gvimrc 254 vim -/u <gvimrc> ! means: -U Use <gvimrc> instead of any .gvimrc
255 255
256 ============================================================================== 256 ==============================================================================
257 257
258 7. GUI mode questions *vms-gui* 258 7. GUI mode questions *vms-gui*
259 259
260 OpenVMS is a real mainframe OS, therefore even if it has a GUI console, most 260 OpenVMS is a real mainframe OS, therefore even if it has a GUI console, most
354 Vim is saving files into a new file with the next higher file version 354 Vim is saving files into a new file with the next higher file version
355 number, try these settings. > 355 number, try these settings. >
356 356
357 :set nobackup " does not create *.*_ backup files 357 :set nobackup " does not create *.*_ backup files
358 :set nowritebackup " does not have any purpose on VMS. It's the 358 :set nowritebackup " does not have any purpose on VMS. It's the
359 " default. 359 " default.
360 360
361 Recovery is working perfect as well from the default swap file. 361 Recovery is working perfect as well from the default swap file.
362 Read more with :help swapfile 362 Read more with :help swapfile
363 363
364 (Claude Marinier <ClaudeMarinier@xwavesolutions.com> Vim 5.5, Zoltan Arpadffy 364 (Claude Marinier <ClaudeMarinier@xwavesolutions.com> Vim 5.5, Zoltan Arpadffy