paulpflug / foldername-tabs

Adds foldernames to tabs..
MIT License
16 stars 6 forks source link

Maximum folder length set causes extra path separator #20

Open robobenklein opened 3 years ago

robobenklein commented 3 years ago

With max length set to zero: (as expected)

image

Setting max length to 50: (any large number causes this)

image

For some reason it causes an extra / before the last folder in the path.

Does not occur for two-folder paths: image image

Always occurs between the last two folders: image