| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-07 | tabs_grep.vim: Split `:tabs` output on `\n` | Teddy Wing | |
| Otherwise it splits on spaces, and I end up with word elements in my list instead of line elements. | |||
| 2018-04-07 | Initial ideas for TabsGrep | Teddy Wing | |
| Repurposed some code from my LsGrep plugin. We grab output from `:tabs` and run it through a filter to get only the matching file names. We also want to include the "Tab page 1" lines, so these need to be filtered specially. | |||
