universal-ctags / citre

A superior code reading & auto-completion tool with pluggable backends.
GNU General Public License v3.0
326 stars 26 forks source link

citre--up-directory does not return parent directory on Linux #117

Closed zbelial closed 2 years ago

zbelial commented 2 years ago

I'm not familiar with rx, but it seems that the regexp returned by rx in citre--up-directory will always match an UNIX absolute path, and this leads to citre-tags-file-path does not work correctly in some case.

zbelial commented 2 years ago

FYI. This bug was introduced in a recent commit d17511e.

AmaiKinono commented 2 years ago

Thanks. I've seen the problem. It's a serious mistake. I should have written test for it.