4 | " An example for a vimrc file.
5 | "
6 | " Maintainer: Bram Moolenaar <Bram@vim.org>
7 | " Last change: 2008 Dec 17
8 | "
9 | " To use it, copy it to
10 | " for Unix and OS/2: ~/.vimrc
11 | " for Amiga: s:.vimrc
12 | " for MS-DOS and Win32: $VIM\_vimrc
13 | " for OpenVMS: sys$login:.vimrc
14 |
29 | if has("vms")
30 | set nobackup " do not keep a backup file, use versions instead
31 | else
32 | set backup " keep a backup file
33 | endif