In the previous old version, modify
Data\Packages\Default\set_unsaved_view_name.py
line = view.line(0)
if line.size() > 9: //50 to 9
line = sublime.Region(0, 9) //50 to 9
can fix the maximum width of tabs not more than 9 characters, now it is not working,
how to solve this problem