summaryrefslogtreecommitdiff
path: root/runtime/doc/windows.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-04 20:57:07 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-04 20:57:07 +0100
commit681baaf4a4c81418693dcafb81421a8614832e91 (patch)
tree748455b771c2db1cdddb9b14f1494e2edebc6879 /runtime/doc/windows.txt
parente24692573a266f5060c06dd80bde264092c90dd5 (diff)
downloadvim-git-681baaf4a4c81418693dcafb81421a8614832e91.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r--runtime/doc/windows.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index f6e0a1fd0..f4c9001f9 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -1,4 +1,4 @@
-*windows.txt* For Vim version 7.4. Last change: 2015 Nov 14
+*windows.txt* For Vim version 7.4. Last change: 2016 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -721,7 +721,7 @@ can also get to them with the buffer list commands, like ":bnext".
*:bufdo*
:[range]bufdo[!] {cmd} Execute {cmd} in each buffer in the buffer list or if
[range] is given only for buffers for which their
- buffer numer is in the [range]. It works like doing
+ buffer number is in the [range]. It works like doing
this: >
:bfirst
:{cmd}