From 5a2191a5fc5988cafa298cf724d63d8daaf30530 Mon Sep 17 00:00:00 2001 From: Derek Keith Date: Tue, 19 Jan 2016 03:03:11 -0700 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c160ff..7747e80 100644 --- a/README.md +++ b/README.md @@ -462,7 +462,7 @@ patterns, e.g.: This would delete the first line containing "quux" after the first line containing "bar" after the first line containing "foo" after the current line. -Somtimes Vim automatically prepends the command-line with a range. E.g. start a +Sometimes Vim automatically prepends the command-line with a range. E.g. start a visual line selection with `V`, select some lines and type `:`. The command-line will be populated with the range `'<,'>`, which means the following command will use the previously selected lines as a range. (This is also why you sometimes