mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +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:
|
case 0:
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
result = 1; // invalid arguments
|
// invalid arguments
|
||||||
goto free_and_return;
|
goto free_and_return;
|
||||||
default:
|
default:
|
||||||
assert(false && "Unknown return code from str_to_mapargs!");
|
assert(false && "Unknown return code from str_to_mapargs!");
|
||||||
|
Reference in New Issue
Block a user