Monday, July 19, 2010

Re: function that doesn't modify undo list

On 19 Lip, 20:41, Christian Brabandt <cbli...@256bit.org> wrote:
> Hi bartek!
> ...
> It's hard to tell, we don't know, why you need to
> change the line at all. May be chaging the line isn't necessary at all?
>
> regards,
> Christian

Hi,
thanks for your answers

I am writing function to improve jumping around a line.
You can see early (but quite usable) version at: http://github.com/maggot/vim.PreciseJump
(start with readme and watchme first)

Any help or comments on the code itself will be appreciated.
Ideally, I would like to have access to some ncurses function like
addchr to draw directly on the screen (until next :redraw) instead of
changing buffers.
That would solve 'modifiable', 'undo' and some other problems.

Best Regards
Bartek

--
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

No comments: