Thanks... interesting... so could be considered as a bug at the end, or? I already put the stuff into the status line... it seems the most natural solution, however status line is just one line... so limited space.. but that is the challenge to find good encodings..
On Wed, Oct 14, 2009 at 6:35 PM, James Vega <[email protected]> wrote: > > On Wed, Oct 14, 2009 at 12:25 PM, mobi phil <[email protected]> wrote: >> I am often going fast through large files, and would like to have >> displayed information when moving around. >> >> We have autocmd CursorMoved for that. It works nice, when moving with >> hjkl, but if I switch gear (ctrl-d, ctrl-u), >> it stops working, that is the event is not triggered > > Actually, the event is being triggered. You can verify this with the > following autocmd: > > au CursorMoved * :echom strftime('%T') > > Check ":messages" before and after using <C-d>/<C-u>. The problem seems > to be that the screen is being redrawn so you lose the displayed > information. The same problem happens (at least with this trivial > example) when you use j or k to scroll the screen. > > Depending on your use-case, putting the information into the statusline > might work better. > > > > -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
