Re: need help with regex and matchlist()

2017-09-02 Thread Nikolay Aleksandrovich Pavlov
2017-09-02 23:06 GMT+03:00 Lifepillar : > On 02/09/2017 19:46, Jose Caballero wrote: >> >> Hi, >> >> As this is my first time I try to write a vimscript function that uses >> regular expressions, I am a little bit of lost. Not sure which >> built-in function is the most

Sample asynchronous make plugin

2017-09-02 Thread Yegappan Lakshmanan
Hi, I am attaching a sample asynchronous make plugin which runs the make command in the background and adds the make output to a quickfix list. This plugin relies on recent quickfix features added to Vim. To run make in the background, use the following command: AsyncMake You can supply

Hacked! :-o

2017-09-02 Thread Paul
Apparently, the script section has been hacked by a hacker most elite: https://vim.sourceforge.io/scripts/script.php?script_id=5603 -- -- 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

Re: need help with regex and matchlist()

2017-09-02 Thread Lifepillar
On 02/09/2017 19:46, Jose Caballero wrote: Hi, As this is my first time I try to write a vimscript function that uses regular expressions, I am a little bit of lost. Not sure which built-in function is the most proper, and/or how to use it. Let's say I have this line (very familiar for python

need help with regex and matchlist()

2017-09-02 Thread Jose Caballero
Hi, As this is my first time I try to write a vimscript function that uses regular expressions, I am a little bit of lost. Not sure which built-in function is the most proper, and/or how to use it. Let's say I have this line (very familiar for python developers): def __init__(self, x, y,