aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-08-28 23:37:30 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-08-28 23:37:30 +0200
commita2403a0ed9afdfaea7abb5555dbdf555b56eff9a (patch)
tree74378ce589d267842f018955bbf9daf93bedac13 /src/nvim/mbyte.c
parentacdede50cebf7d247e55356be828ebaba43c0d3d (diff)
parentd110c6d7907d6f27f32b1d2bd91ffee7ef6097f4 (diff)
downloadrneovim-a2403a0ed9afdfaea7abb5555dbdf555b56eff9a.tar.gz
rneovim-a2403a0ed9afdfaea7abb5555dbdf555b56eff9a.tar.bz2
rneovim-a2403a0ed9afdfaea7abb5555dbdf555b56eff9a.zip
Merge #8863 'refactor: Remove mb_head_off() '
Diffstat (limited to 'src/nvim/mbyte.c')
-rw-r--r--src/nvim/mbyte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 94bf7fb985..11c1897153 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -1710,7 +1710,7 @@ void mb_check_adjust_col(void *win_)
win->w_cursor.col = len - 1;
}
// Move the cursor to the head byte.
- win->w_cursor.col -= (*mb_head_off)(p, p + win->w_cursor.col);
+ win->w_cursor.col -= utf_head_off(p, p + win->w_cursor.col);
}
// Reset `coladd` when the cursor would be on the right half of a