[Github-comments] [geany/geany] Dont send the complete "string" with "contextual action" (#2338)
Matthew Brush
notifications at xxxxx
Fri Oct 4 22:43:22 UTC 2019
I believe this is [a Batch-ism](https://ss64.com/nt/syntax-esc.html#delimiters) and unrelated to Geany.
You could test it by running in a regular command prompt:
```batch
C:\> pcontextual.bat a=b
```
You'll probably find that `%1` contains `a` and `%2` contains `b`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2338#issuecomment-538582959
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191004/671d52db/attachment.html>
More information about the Github-comments
mailing list