Line location in mini.statuline changed a bit ? #1618
-
Contributing guidelines
Module(s)mini.statusline QuestionI don't know if it's me, but I think the cursor line location next to the cursor column location changed. It does not behave like the column location. When there is only 1 digit there is no space added. I don't know if it was always like that or if I'm just starting to slowly go insane :D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Do you mean that it is It was like that since the initial release around 40 months ago. It is mostly to reduce visually shifting sections while typing (and crossing the tenth column mark): the cursor column is thus |
Beta Was this translation helpful? Give feedback.



Yes: write custom
config.content.active(you can use default content as starting point) and instead ofsection_location()use variation of its code directly. In this case, replace%land%Lwith%2land%-2L.