mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
refactor: using a different error number for 'mousescroll'
Because E548 is linked to 'guicursor' in help.
This commit is contained in:
@@ -514,7 +514,7 @@ const char *did_set_mousescroll(optset_T *args FUNC_ATTR_UNUSED)
|
||||
// Verify that only digits follow the colon.
|
||||
for (size_t i = 4; i < length; i++) {
|
||||
if (!ascii_isdigit(string[i])) {
|
||||
return N_("E548: digit expected");
|
||||
return N_("E5080: Digit expected");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user