Completion after redirect char ( <, >, >> ) works on many commands, but not for \echo:
1> \echo xyz > ^
where ^ is the cursor position when completion was triggered.
|
|
17 KB
autocompletion is rather naive, it does not try to parse the command line.
added code to handle this particular case.
Issue #6517 |
| Closed |
| Fixed |
| Resolved |
Completion |
| No due date |
| Fixed Build 11.0.0-beta-14 |
| No time estimate |
autocompletion is rather naive, it does not try to parse the command line.
added code to handle this particular case.