Commit bb4145c
committed
Server(fix[command_prompt]): -N means numeric input, not no-execute
why: command-prompt -N sets PROMPT_NUMERIC (accept only numeric input).
It does not suppress command execution. Verified in
cmd-command-prompt.c:161.
what:
- Rename no_execute param to numeric
- Update docstring to reflect actual semantics1 parent 512552b commit bb4145c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| |||
923 | 923 | | |
924 | 924 | | |
925 | 925 | | |
926 | | - | |
927 | | - | |
| 926 | + | |
| 927 | + | |
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
| |||
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
955 | | - | |
| 955 | + | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
| |||
0 commit comments