mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
4cee0e0731
commit
427cf16e44
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user