aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r--runtime/doc/usr_05.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt
index a409d7e3ce..c448dd56f1 100644
--- a/runtime/doc/usr_05.txt
+++ b/runtime/doc/usr_05.txt
@@ -96,14 +96,9 @@ when pressing <Enter> in Insert mode, and when using the "o" command to open a
new line.
>
- if has("vms")
- set nobackup
- else
- set backup
- endif
+ set backup
-This tells Vim to keep a backup copy of a file when overwriting it. But not
-on the VMS system, since it keeps old versions of files already. The backup
+This tells Vim to keep a backup copy of a file when overwriting it. The backup
file will have the same name as the original file with "~" added. See |07.4|
>