mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
getchar: fix pvs/v1048
This commit is contained in:
@@ -3106,7 +3106,7 @@ int do_map(int maptype, char_u *arg, int mode, bool is_abbrev)
|
||||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
result = 1; // invalid arguments
|
||||
// invalid arguments
|
||||
goto free_and_return;
|
||||
default:
|
||||
assert(false && "Unknown return code from str_to_mapargs!");
|
||||
|
Reference in New Issue
Block a user