aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Expand)Author
2020-02-10plugin/searchop.vim: Fix default map guardsTeddy Wing
2020-02-05Add license (GNU GPLv3+)Teddy Wing
2020-02-05plugin/searchop.vim: Add `<Plug>` mappingsTeddy Wing
2020-02-05plugin/searchop.vim: Add load guardTeddy Wing
2020-02-05Move functions to autoloadTeddy Wing
2020-02-05plugin/searchop.vim: Change search forward mappings to `z*`Teddy Wing
2020-02-05Add backward search mappingsTeddy Wing
2020-02-05Search(): Support visual mode and line-orientedTeddy Wing
2020-02-05Search(): Don't overwrite the unnamed registerTeddy Wing
2020-02-04plugin/searchop.vim: Use z/ mappingTeddy Wing
2020-02-04Search(): Use `feedkeys` instead of `normal!` to advance searchTeddy Wing
2020-02-01Draft version of searching for what was selected by a motionTeddy Wing