mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
spelling fixes #827
This commit is contained in:

committed by
Justin M. Keyes

parent
168575f3f7
commit
5b3b3fd3ed
@@ -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)
|
||||
|
Reference in New Issue
Block a user