vim-patch:8.1.0719: too many #ifdefs [ci skip] #11016

Problem:    Too many #ifdefs.
Solution:   Always build with the +visualextra feature.
870ba5f6dc
This commit is contained in:
Jan Edmund Lazo 2019-09-13 21:30:23 -04:00 committed by Justin M. Keyes
parent 4cee0e0731
commit 427cf16e44

View File

@ -264,10 +264,8 @@ void op_shift(oparg_T *oap, int curs_top, int amount)
--curbuf->b_op_end.col;
}
/*
* shift the current line one shiftwidth left (if left != 0) or right
* leaves cursor on first blank in the line
*/
// Shift the current line one shiftwidth left (if left != 0) or right
// leaves cursor on first blank in the line.
void shift_line(
int left,
int round,