mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
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:

committed by
Justin M. Keyes

parent
4cee0e0731
commit
427cf16e44
@@ -264,10 +264,8 @@ void op_shift(oparg_T *oap, int curs_top, int amount)
|
|||||||
--curbuf->b_op_end.col;
|
--curbuf->b_op_end.col;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
// Shift the current line one shiftwidth left (if left != 0) or right
|
||||||
* shift the current line one shiftwidth left (if left != 0) or right
|
// leaves cursor on first blank in the line.
|
||||||
* leaves cursor on first blank in the line
|
|
||||||
*/
|
|
||||||
void shift_line(
|
void shift_line(
|
||||||
int left,
|
int left,
|
||||||
int round,
|
int round,
|
||||||
|
Reference in New Issue
Block a user