comparison runtime/doc/windows.txt @ 7924:00d64eb49ce1

commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 4 20:57:07 2016 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Feb 2016 21:00:05 +0100
parents 8896150aba23
children 64035abb986b
comparison
equal deleted inserted replaced
7923:dacd57ae37f5 7924:00d64eb49ce1
1 *windows.txt* For Vim version 7.4. Last change: 2015 Nov 14 1 *windows.txt* For Vim version 7.4. Last change: 2016 Feb 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
719 |:cfdo| and |:lfdo| 719 |:cfdo| and |:lfdo|
720 720
721 *:bufdo* 721 *:bufdo*
722 :[range]bufdo[!] {cmd} Execute {cmd} in each buffer in the buffer list or if 722 :[range]bufdo[!] {cmd} Execute {cmd} in each buffer in the buffer list or if
723 [range] is given only for buffers for which their 723 [range] is given only for buffers for which their
724 buffer numer is in the [range]. It works like doing 724 buffer number is in the [range]. It works like doing
725 this: > 725 this: >
726 :bfirst 726 :bfirst
727 :{cmd} 727 :{cmd}
728 :bnext 728 :bnext
729 :{cmd} 729 :{cmd}