From 5b3b3fd3ed4372866730ae857e8c09d6e5d1167d Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 8 Jun 2014 13:30:44 -0500 Subject: spelling fixes #827 --- src/nvim/ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/ops.c') diff --git a/src/nvim/ops.c b/src/nvim/ops.c index 67eb6df1bc..46f70cf23e 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -334,7 +334,7 @@ static void shift_block(oparg_T *oap, int amount) * 3. Divvy into TABs & spp * 4. Construct new string */ - total += bd.pre_whitesp; /* all virtual WS upto & incl a split TAB */ + total += bd.pre_whitesp; /* all virtual WS up to & incl a split TAB */ ws_vcol = bd.start_vcol - bd.pre_whitesp; if (bd.startspaces) { if (has_mbyte) -- cgit