aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-29plugin/grappele.vim: Add mode to `hasmapto()` callfix-omapTeddy Wing
2020-09-29autoload/grappele.vim: If no line is stored, make `gG` a no-opTeddy Wing
2020-09-29grappele#Recall(): Remove special handling for visual modeTeddy Wing
2020-09-29plugin/grappele.vim: Remove `<Plug>Grappele` mappingTeddy Wing
2020-09-29grappele#Grappele(): Remove varargsTeddy Wing
2020-09-29Change v_gG and o_gG to <expr> mappingsTeddy Wing
2020-09-29grappele#Grappele(): Remove unnecessary `l:line` variableTeddy Wing
2020-09-29autoload/grappele.vim: Remove old commented codeTeddy Wing
2020-09-29Fix `gG` omap by removing countTeddy Wing
2020-09-29Trying to fix omap (WIP)Teddy Wing
2020-09-21Increase version v0.1.0 -> v0.2.0v0.2.0Teddy Wing
2020-09-20Add operator pending and visual mode `G` mappingsTeddy Wing
2018-12-13Increase version v0.0.5 -> v0.1.0v0.1.0Teddy Wing
2018-12-13Merge branch 'add-operator-pending-mode'Teddy Wing
2018-12-13Add operator-pending and visual mode mappingsTeddy Wing
2018-12-13Merge branch 'relicense-under-GPL'Teddy Wing
2018-12-13Relicense under the GNU GPLv3+Teddy Wing
2017-12-20Increase version v0.0.4 -> v0.0.5v0.0.5Teddy Wing
2017-12-20Merge branch 'don,t-try-to-recall-if-there-hasn,t-been-a-G-movement-yet'Teddy Wing
2017-12-20autoload/grappele.vim: Only try to recall if a location was savedTeddy Wing
2017-07-09Increase version v0.0.3 -> v0.0.4v0.0.4Teddy Wing
2017-07-09autoload/grappele.vim: Don't save location when using `G` directlyTeddy Wing
2016-06-17Increase version 0.0.2 -> 0.0.3v0.0.3Teddy Wing
2016-06-17autoload/grappele.vim: Push to jumplistTeddy Wing
2015-09-16Increase version v0.0.1 -> v0.0.2v0.0.2Teddy Wing
2015-09-16plugin/grappele.vim: Silence `G` mappingTeddy Wing
2015-09-14Add CHANGELOGv0.0.1Teddy Wing
2015-09-14Add READMETeddy Wing
2015-09-14Add documentationTeddy Wing
2015-09-14Add LICENSETeddy Wing
2015-09-14plugin/grappele.vim: Fix performance issue with `G`Teddy Wing
2015-09-13Create G recall commandTeddy Wing
2015-09-13plugin/grappele.vim: Silence mappingTeddy Wing
2015-09-13Replicate n_G functionalityTeddy Wing
2015-09-13plugin/grappele.vim: Fix mapping (add missing <cr>)Teddy Wing
2015-09-13plugin/grappele.vim: Fix <Plug> mapping definitionTeddy Wing
2015-09-13Initial commit. Project setup.Teddy Wing