there is some hidden bug with cmd not found handle opens vim ; i cannot analyze but just report

2021-11-11 Thread Alex fxmbsw7 Ratchev
i have ( had ) a command not found hadle that opens vim with its args now i met a case where now i made that handler away i fucked up a small part of my rc and it started appearing ( vim.. didnt watch names much ) and at last it wouldnt wanna exit from insert mode, the whole issue leaving a few na

Re: some unknown bug, says : command not found

2021-11-11 Thread Alex fxmbsw7 Ratchev
the bugfix was quote "$xblpp" ( it being . or cat ) , no quoting resulted in the said empty command not found err im a bit disappointed by no dev help about the .c sources, the bug is in the flex thingy okay its big code or so to test in case i can maybe create a version with the .gawk files expa

Re: some unknown bug, says : command not found

2021-11-11 Thread Alex fxmbsw7 Ratchev
i did a gawk inlined bash version without stuff loaded it works, but with stuff it results in the same err i didnt test the orig without loaded stuff i may post a tgz to instantly test how i dont expect 'send right away' :/ On Thu, Nov 11, 2021, 22:21 Alex fxmbsw7 Ratchev wrote: > the bugfix w

Suggestion for nesting multiple parameter expansions as ${{param..}...}

2021-11-11 Thread Kenneth Irving
Not a bug, but a suggestion... Given a file like '@var:try-duplicate-names ' I have this code to extract the text between '@' and ':' into variable key: for file in "${files[@]}"; do key="${fil