On Sun Jul 20 18:46:01 2025 +0000, eric pouech wrote:
I don't fully get why you need specific code here as WCMD_parameter (and its variants) should already take care of not handling delimiters inside quotes
WCMD_parameter does not handle tab completion. This code here does. The example path in the comment in this MR above does not work with tab completion in current code. These changes fix that. Try the example path with current code and then with my changes here to see for yourself.