index
:
vim-searchop
master
Operators to search using a text object
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-10
Increase version v0.0.1 -> v0.0.2
HEAD
v0.0.2
master
Teddy Wing
2020-02-10
Add CHANGELOG
Teddy Wing
2020-02-10
plugin/searchop.vim: Fix default map guards
Teddy Wing
2020-02-09
Add README
v0.0.1
Teddy Wing
2020-02-09
doc/searchop.txt: Add introduction
Teddy Wing
2020-02-05
Add documentation draft
Teddy Wing
2020-02-05
Add license (GNU GPLv3+)
Teddy Wing
2020-02-05
plugin/searchop.vim: Add `<Plug>` mappings
Teddy Wing
2020-02-05
plugin/searchop.vim: Add load guard
Teddy Wing
2020-02-05
Move functions to autoload
Teddy Wing
2020-02-05
plugin/searchop.vim: Change search forward mappings to `z*`
Teddy Wing
2020-02-05
Add backward search mappings
Teddy Wing
2020-02-05
Search(): Support visual mode and line-oriented
Teddy Wing
2020-02-05
Search(): Don't overwrite the unnamed register
Teddy Wing
2020-02-04
plugin/searchop.vim: Use z/ mapping
Teddy Wing
2020-02-04
Search(): Use `feedkeys` instead of `normal!` to advance search
Teddy Wing
2020-02-01
Draft version of searching for what was selected by a motion
Teddy Wing