@kugel, erm, ok, what happens if there are two directories open along the path
to `~` eg if HOME is `/file_server/home/this_user` and I have the files
`/file_server/home/this_user/my_file.cpp`,
`/file_server/home/this_user/a_dir/also_mine.cpp` and
`/file_servert/home/another_user/their_file.cpp` open?
```
~
a_dir
also_mine.cpp
my_file.cpp
/file_server/home/another_user
their_file.cpp
```
or
```
/file_server/home
~
a_dir
also_mine.cpp
my_file.cpp
another_user
their_file.cpp
```
or no `~`
```
/file_server/home
this_user
a_dir
also_mine.cpp
my_file.cpp
another_user
their_file.cpp
```
--
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/pull/1813#issuecomment-380345681