MeanEYE / Sunflower

Small and highly customizable twin-panel file manager for Linux with support for plugins.
GNU General Public License v3.0
428 stars 42 forks source link

Completion entry: sort fix #473

Closed joshas closed 3 years ago

joshas commented 3 years ago

Sorting in path completion was not working. Fixes #452

MeanEYE commented 3 years ago

Why arithmetic operation instead of cmp?

multiSnow commented 3 years ago

Because cmp does not exists in python3.

MeanEYE commented 3 years ago

Hah, okay. Somehow I missed that. Thank you!