aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-10Increase version v0.0.1 -> v0.0.2HEADv0.0.2masterTeddy Wing
2020-02-10Add CHANGELOGTeddy Wing
2020-02-10plugin/searchop.vim: Fix default map guardsTeddy Wing
2020-02-09Add READMEv0.0.1Teddy Wing
2020-02-09doc/searchop.txt: Add introductionTeddy Wing
2020-02-05Add documentation draftTeddy 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