├── README.md ├── autoload ├── easings.vim ├── footprints.vim └── footprints │ ├── clearhighlights.vim │ ├── declarehighlights.vim │ ├── getchangeslist.vim │ └── updatematches.vim ├── doc ├── footprints.txt └── tags ├── import └── footprints.vim ├── plugin └── vim-footprints.vim └── readme ├── easings.png ├── footprints.png └── footprints.webp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/README.md -------------------------------------------------------------------------------- /autoload/easings.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/autoload/easings.vim -------------------------------------------------------------------------------- /autoload/footprints.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/autoload/footprints.vim -------------------------------------------------------------------------------- /autoload/footprints/clearhighlights.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/autoload/footprints/clearhighlights.vim -------------------------------------------------------------------------------- /autoload/footprints/declarehighlights.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/autoload/footprints/declarehighlights.vim -------------------------------------------------------------------------------- /autoload/footprints/getchangeslist.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/autoload/footprints/getchangeslist.vim -------------------------------------------------------------------------------- /autoload/footprints/updatematches.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/autoload/footprints/updatematches.vim -------------------------------------------------------------------------------- /doc/footprints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/doc/footprints.txt -------------------------------------------------------------------------------- /doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/doc/tags -------------------------------------------------------------------------------- /import/footprints.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/import/footprints.vim -------------------------------------------------------------------------------- /plugin/vim-footprints.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/plugin/vim-footprints.vim -------------------------------------------------------------------------------- /readme/easings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/readme/easings.png -------------------------------------------------------------------------------- /readme/footprints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/readme/footprints.png -------------------------------------------------------------------------------- /readme/footprints.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axlebedev/vim-footprints/HEAD/readme/footprints.webp --------------------------------------------------------------------------------