summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-12-01 23:03:28 +0100
committerBram Moolenaar <Bram@vim.org>2016-12-01 23:03:28 +0100
commit5162822914372fc916a93f85848c0c82209e7cec (patch)
tree10ca48f8f85f3a54843cc404c33d8de8ea4684f3 /runtime/doc/editing.txt
parentcf49790443eea7d720be556f4aaea261feb55259 (diff)
patch 8.0.0118v8.0.0118
Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 1260194524..17d8a52486 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt* For Vim version 8.0. Last change: 2016 Sep 27
+*editing.txt* For Vim version 8.0. Last change: 2016 Nov 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -977,12 +977,12 @@ WRITING WITH MULTIPLE BUFFERS *buffer-write*
*:wa* *:wall*
:wa[ll] Write all changed buffers. Buffers without a file
- name or which are readonly are not written. {not in
- Vi}
+ name cause an error message. Buffers which are
+ readonly are not written. {not in Vi}
:wa[ll]! Write all changed buffers, even the ones that are
readonly. Buffers without a file name are not
- written. {not in Vi}
+ written and cause an error message. {not in Vi}
Vim will warn you if you try to overwrite a file that has been changed