On Wed, Jul 4, 2012 at 10:37 AM, Christian Brabandt <[email protected]> wrote: > I only very seldomly post there, but I'll do it this time. I'll probably > also add some kind of vertical scrollbar into my DynamicSigns plugin. >
Then the bounty will help! I'll take a look at the DynamicSigns plugin, the name sounds useful. >> I'm still holding out for marks in the statusbar, I will try to see if >> I can add them myself. Three questions that might get me on my way: >> 1) For mark 'n' how might I find which line it is on, i.e. get a variable >> nLine? > > :h getpos() > > Possibly using one of the match-functions or using indexing like > "bar"[2] > > :h expr8 > :h match() > > :h substitute() > Thank you, it looks like those are all the critical pieces. When I get something working I'll post it. > Mit freundlichen Grüßen > Christian Danke Jungs! -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- 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
