From 58c206a15940ee5ed5dc485bb5b66ee47eaeb669 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 10 Apr 2018 17:15:38 +0200 Subject: [PATCH] Ranges: :write/:global are not the only cmds acting on all lines --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f0d19d..0b3642e 100644 --- a/README.md +++ b/README.md @@ -548,8 +548,8 @@ full potential. - A range is either a single address or a pair of addresses separated by either `,` or `;`. - Ranges tell commands which lines to act on. -- Most commands act only on the current line by default. -- Only `:write` and `:global` act on all lines by default. +- Most commands act only on the current line by default. Notable exceptions are + `:write` and `:global` which act on all lines. The usage of ranges is pretty intuitive, so here are some examples (using `:d` as short form of `:delete`):