It would be awesome, if the plugin offer a way to delete every n line. I've got 
regular cases were I need to delete just every second line and somehow I miss 
this feature. Example:

```
line 1
line 2
line 3
line 4
line 5
```

would become

```
line 1
line 3
line 5
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/772

Reply via email to