Am 09.07.2009 17:44, TheLonelyStar schrieb:
> 
> 
> 
> Christian Brabandt-3 wrote:
>> 
>> 
>> something like this maybe?
>> let x=getline('.')
>> let y='\%>' . col('.') . 'v\s\+$'
>> let ws=match(x, y)
>> 
>> 
> 
> Hi,
> 
> Sorry, if this is getting a stupid question. I searched the documentation,
> but I can not find another definition for "match" than higlighting in the
> current buffer.
> [...]

:help match()


Regards,
Dennis Benzinger

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to