From 4eb2cdfccc016889acfa3b5d63e8f390a87863cf Mon Sep 17 00:00:00 2001 From: Chris Johnsen Date: Tue, 15 Nov 2011 01:26:23 -0600 Subject: [PATCH] Fix typo --- doc/surround.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/surround.txt b/doc/surround.txt index 4f944a1..6c95984 100644 --- a/doc/surround.txt +++ b/doc/surround.txt @@ -73,7 +73,7 @@ mode, each line is surrounded. A "gS" in visual mode, known as *vgS* , behaves similarly. In linewise visual mode, the automatic indenting is suppressed. In blockwise visual mode, this -enables surrounding past the end of the like with 'virtualedit' set (there +enables surrounding past the end of the line with 'virtualedit' set (there seems to be no way in Vim Script to differentiate between a jagged end of line selection and a virtual block selected past the end of the line, so two maps were needed).