├── .gitignore ├── README.md ├── doc └── vim-fubitive.txt └── plugin └── fubitive.vim /.gitignore: -------------------------------------------------------------------------------- 1 | /doc/tags 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcdo/vim-fubitive/HEAD/README.md -------------------------------------------------------------------------------- /doc/vim-fubitive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcdo/vim-fubitive/HEAD/doc/vim-fubitive.txt -------------------------------------------------------------------------------- /plugin/fubitive.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcdo/vim-fubitive/HEAD/plugin/fubitive.vim --------------------------------------------------------------------------------