tao
a26cdcb20e
fix(inccommand): skip input() during preview #35272
...
Problem:
During preview, the `input` still prompts the user to enter something
that won't be used later, which could be a bit confusing.
e.g., `:s/a/\=input("")`.
Solution:
Make the input() return early during 'inccommand' preview.
2025-08-11 15:39:03 -07:00
..
2025-08-02 19:52:54 -07:00
2025-07-22 13:36:33 +01:00
2025-07-28 22:00:25 -04:00
2025-08-09 01:25:14 +00:00
2025-07-28 22:00:25 -04:00
2025-08-03 07:42:44 -07:00
2025-08-10 08:24:55 +08:00
2025-08-03 19:52:09 +00:00
2025-05-04 11:22:57 -04:00
2025-08-09 17:54:39 +03:00
2025-07-23 10:46:15 +08:00
2025-03-02 14:27:52 -08:00
2025-07-09 09:33:20 -07:00
2025-08-02 22:50:45 -07:00
2024-11-21 11:35:16 +00:00
2025-07-13 17:05:01 -07:00
2025-08-11 15:39:03 -07:00
2025-07-10 21:50:46 -04:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2025-05-02 09:28:50 +02:00
2025-07-16 18:54:22 -07:00