index
:
vim-tabs-grep
master
Filter the output of the :tabs command
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-04-19
Increase version v0.0.1 -> v1.0.0
HEAD
v1.0.0
master
Teddy Wing
2018-04-19
Add CHANGELOG
Teddy Wing
2018-04-19
Merge branch 'use-globs-to-match-files'
Teddy Wing
2018-04-19
doc: Update for the change from regex pattern to glob
Teddy Wing
2018-04-19
Take a glob instead of a regex pattern
Teddy Wing
2018-04-08
Add license (GNU GPLv3+)
v0.0.1
Teddy Wing
2018-04-08
Add README
Teddy Wing
2018-04-08
Add documentation
Teddy Wing
2018-04-08
Only load the plugin once
Teddy Wing
2018-04-08
Move functions to autoload/
Teddy Wing
2018-04-08
Echo tabs with "Tab page X" lines highlighted in the "Title" group
Teddy Wing
2018-04-07
s:MatchString(): Reuse `s:IsTabPageLine()`
Teddy Wing
2018-04-07
Remove old commented code
Teddy Wing
2018-04-07
Remove debug `echo`s
Teddy Wing
2018-04-07
Output filtered tabs
Teddy Wing
2018-04-07
s:FilterTabPageElements(): Clean up comments
Teddy Wing
2018-04-07
s:FilterTabPageElements(): Filter empty "Tab page X" elements
Teddy Wing
2018-04-07
Create `s:FilterTabPageElements()`
Teddy Wing
2018-04-07
s:MatchString(): Fix line continuation problem
Teddy Wing
2018-04-07
tabs_grep.vim: Trouble with line continuations; reorder arguments
Teddy Wing
2018-04-07
tabs_grep.vim: Split `:tabs` output on `\n`
Teddy Wing
2018-04-07
Initial ideas for TabsGrep
Teddy Wing