level 12: how to get rid of bugs s and i?

Solution 1:

I'm not certain, but I think @Sven is asking about the "LeChuck" puzzle: "LeChuck" puzzle in the Underground buffer, Vim Adventures level 12

So, maybe it is related to this question: Stuck with the “S”-Bug in the LeChuck Text in level 12

Anyway, this is what worked for me:

  1. Destroy the s bug with a sentence editing command

    like d a s

  2. Destroy the i bug with an inner editing command

    like d i p

3. Finally, delete the red-marked text with "delete a paragraph", d a p