TODOs (branched from master) can end with tab in the filename and make visiting the file impossible #133
Labels
bug
Something isn't working
help wanted
Extra attention is needed
WAITING
Waiting for response from someone
When jumping to any of the files from this section that end with a perceivable wide space between file name and the TOPDO marker, magit-todos fails to find the file. It notably does work for the topmost item depicted, though:
I was playing with the result of
(magit-todos-item-filename item)
and found that this result contained a trailing\t
tab character. That wasn't apparent in message output until I surrounded the string with delimiters.Looking at #122 I'm not sure if these tabs are supposed to be there, though. Is this a configuration error on my end?
The text was updated successfully, but these errors were encountered: