From c3ad4a15ab9d24ad72534d9eacf940bb8ee71a94 Mon Sep 17 00:00:00 2001 From: Alexound Date: Fri, 25 Oct 2019 01:41:59 +0400 Subject: [PATCH] Minor additions. --- tools/vim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/vim.txt b/tools/vim.txt index 5832df3..2a55240 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -254,6 +254,7 @@ set noic ignore case: turn off :b1 show buffer 1 :b vimrc show buffer whose filename begins with "vimrc" :bufdo run 'command(s)' in all buffers +:[range]bufdo run 'command(s)' for buffers in 'range' ##############################################################################