mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
rename: getdigits_safe => try_getdigits
This commit is contained in:
@@ -5078,7 +5078,7 @@ chk_modeline(
|
||||
} else {
|
||||
e = s + 3;
|
||||
}
|
||||
if (getdigits_safe(&e, &vers) != OK) {
|
||||
if (!try_getdigits(&e, &vers)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user