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