From 999d33faf4feb4898509f2aea4836aa411a5c75c Mon Sep 17 00:00:00 2001 From: ZviRackover Date: Fri, 6 Jul 2018 07:23:17 +0300 Subject: lint: clean up after parent commit --- src/nvim/mbyte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/mbyte.c') diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c index b5ac400027..94bf7fb985 100644 --- a/src/nvim/mbyte.c +++ b/src/nvim/mbyte.c @@ -1830,7 +1830,7 @@ const char *mb_unescape(const char **const pp) bool mb_lefthalve(int row, int col) { return utf_off2cells(LineOffset[row] + col, - LineOffset[row] + screen_Columns) > 1; + LineOffset[row] + screen_Columns) > 1; } /* -- cgit