mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
Merge #8526 from janlazo/vim-8.0.0451
This commit is contained in:
@@ -1722,8 +1722,9 @@ char_u * mb_prevptr(
|
||||
char_u *p
|
||||
)
|
||||
{
|
||||
if (p > line)
|
||||
mb_ptr_back(line, p);
|
||||
if (p > line) {
|
||||
MB_PTR_BACK(line, p);
|
||||
}
|
||||
return p;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user