├── .gitignore ├── LICENSE ├── README.md ├── autoload └── buffet.vim └── plugin └── buffet.vim /.gitignore: -------------------------------------------------------------------------------- 1 | test-fixtures/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagrat/vim-buffet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagrat/vim-buffet/HEAD/README.md -------------------------------------------------------------------------------- /autoload/buffet.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagrat/vim-buffet/HEAD/autoload/buffet.vim -------------------------------------------------------------------------------- /plugin/buffet.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bagrat/vim-buffet/HEAD/plugin/buffet.vim --------------------------------------------------------------------------------