Excerpts from glts's message of Tue May 28 20:22:35 +0200 2013: > - ":set nonu nornu" means: I don't want any line numbers; > - ":set nu nornu" means: I want to see only absolute numbers; > - ":set nonu rnu" means: I want to see only relative numbers; > - ":set nu rnu" means: I want to have the best of both worlds. fun myfun(absolute_number, cursor_pos) return format(.. whatever you want) endfun
Why not 'line_number_fun=myfun()' The it would be you being able to control contents of the bar, whatever you want to be there .. Marc Weber -- -- You received this message from the "vim_use" 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_use" 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/groups/opt_out.
