You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In minimalist and ataraxis mode numbers are supposed to be hidden. But it's buggy. Instead of hiding numbers it only disables absolute number but keep the relativenumber.
Before minimalist (absolute + relative)
after minimalist
Only absolute numbers are removed. Not the relative ones.
I think the code to disable numbers is complex (especially alldo()). One can just use local settings with setl. @pocco81 can you care to explain the original design ?
The text was updated successfully, but these errors were encountered:
In minimalist and ataraxis mode numbers are supposed to be hidden. But it's buggy. Instead of hiding numbers it only disables absolute number but keep the relativenumber.
Before minimalist (absolute + relative)
after minimalist
Only absolute numbers are removed. Not the relative ones.
The obvious workaround is callbacks
I think the code to disable numbers is complex (especially alldo()). One can just use local settings with setl.
@pocco81 can you care to explain the original design ?
The text was updated successfully, but these errors were encountered: