diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/ops.c | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/src/nvim/ops.c b/src/nvim/ops.c index 898501e6dd..be45376deb 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -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, | 
