├── LICENSE ├── README.md ├── doc ├── poptools.txt └── tags ├── index_manual_test.vim ├── lib ├── funcs.vim ├── indices.vim └── unused.vim ├── plugin └── vim_poptools.vim └── vim_poptools.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/README.md -------------------------------------------------------------------------------- /doc/poptools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/doc/poptools.txt -------------------------------------------------------------------------------- /doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/doc/tags -------------------------------------------------------------------------------- /index_manual_test.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/index_manual_test.vim -------------------------------------------------------------------------------- /lib/funcs.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/lib/funcs.vim -------------------------------------------------------------------------------- /lib/indices.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/lib/indices.vim -------------------------------------------------------------------------------- /lib/unused.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/lib/unused.vim -------------------------------------------------------------------------------- /plugin/vim_poptools.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/plugin/vim_poptools.vim -------------------------------------------------------------------------------- /vim_poptools.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubaldot/vim-poptools/HEAD/vim_poptools.gif --------------------------------------------------------------------------------