@eht16 I'm not sure how `realpath()` behaves on Windows but if it returns a Windows-style path with backwards slashes, we should use `G_DIR_SEPARATOR` here. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3193
-- Commit Summary --
* Use G_DIR_SEPARATOR instead of / when getting short name
-- File Changes --
M src/tagmanager/tm_source_file.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/3193.patch https://github.com/geany/geany/pull/3193.diff