halfbrained / cuda_breadcrumbs

CudaText plugin. Breadcrumbs: widget for quick filesystem navigation
5 stars 1 forks source link

code place about ~ #37

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago
elif opt_tilde_home  and  self.fn.startswith(USER_DIR):

better do this

elif opt_tilde_home  and  self.fn.startswith(USER_DIR+os.sep):

to fix it for filenames ~name.

halfbrained commented 3 years ago

Thanks, fixed