When I create a file with a newline character and open it with geany, it splits the file name with this character as delimiter and tries to open the files with these substrings. For example, create the l\nl file: ```bash touch $'l\nl' ``` Then open it with geany and see two open files with name l, each in one tab.
geany version: `1.34.1-1` -- 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/2207
