ok so im trying to find a certain string in a txt file and once its found it needs to skip that line, the next line then add the following 2 lines into their own buffers.
EG:
Example ofomgwtfcantfindit kthx
Woot
Bang
asdasd
'asdasd
asdasd
so it finds the string "ofomgwtfcantfindit then it would skip that line, the blank line under it and add Woot to buffer1 and Bang to buffer2.
anyone have any ideas