On Mon, Jul 9, 2018 at 8:33 PM, Konstantin Kharlamov <[email protected]> wrote: > This behavior is hardcoded. You can only modify it and recompile > > Actually, I was about to report a bug, but discovered this request for an > option. > > Could alignment be hardcoded to right? I really don't see a reason why would > it be hardcoded into an such odd position, which feels like it takes an > additional space for no reason (although aligns correctly at a thousand of > lines). It looks as if hybrid numbers were hacked up on an UI that isn't > really suited for that.
For me having the current line number at the "odd position" makes it easier to spot the current line. Compare: 3 one 2 two 1 three 4 four 1 five vs: 3 one 2 two 1 three 4 four 1 five In the former I have to scan the numbers to see which line is the current one, while in the latter the current line number is easy to spot. nazri -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
