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`