├── README ├── autoload └── ZoomWin.vim ├── doc ├── ZoomWin.txt └── tags └── plugin └── ZoomWinPlugin.vim /README: -------------------------------------------------------------------------------- 1 | NEWEST VERSION v.25 of ZoomWin vim plugin. 2 | 3 | http://drchip.org/astronaut/vim/index.html#ZOOMWIN 4 | -------------------------------------------------------------------------------- /autoload/ZoomWin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regedarek/ZoomWin/HEAD/autoload/ZoomWin.vim -------------------------------------------------------------------------------- /doc/ZoomWin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regedarek/ZoomWin/HEAD/doc/ZoomWin.txt -------------------------------------------------------------------------------- /doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regedarek/ZoomWin/HEAD/doc/tags -------------------------------------------------------------------------------- /plugin/ZoomWinPlugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/regedarek/ZoomWin/HEAD/plugin/ZoomWinPlugin.vim --------------------------------------------------------------------------------