Ranec wrote: > Is it possible to put something other than line numbers in the column > used by :set number? > In most revision control systems, you can annotate or blame the source > file with which revision each line comes from. > I'd like to use the Python API to the Perforce C/C++ API to supply the > version numbers for each line. > But I would love to have this in the edited buffer and not actually > edit the current buffer. > The line number column sounds ideal! > No.
But you may be interested in signs (read: :help signs). To use them, your vim needs to have the signs feature (:version, look for +signs). Typically that means that your vim was compiled with the "huge" model. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
