forked from aniani/vim
patch 8.2.0156: various typos in source files and tests
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
This commit is contained in:
@@ -314,7 +314,7 @@ 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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user