All, I'd like to be able to write a macro that could be triggered each time the line changed - so that I could write an autocmd to say automatically split a logfile in vim that has stack traces to show the corresponding code for each line in that stack trace.
However, the closest thing that was brought to my attention was CursorMoved, which IMO is way too broad. After all I don't want a potentially expensive macro to be done *every* single time the cursor is moved, just when it moves lines. So I was thinking CursorLineMoved. Is there such a thing? If not, it looks fairly easy to add, but i'm not all that keen on supporting my own vim, so would a patch like this be welcomed? Thanks much and feedback welcome.. Ed -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/4a5308d0-1824-4640-a71e-64699a2471c7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
