├── MIT-LICENSE.txt ├── README.md ├── autoload └── expand_region.vim ├── doc └── expand_region.txt ├── expand-region.gif └── plugin └── expand_region.vim /MIT-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryma/vim-expand-region/HEAD/MIT-LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryma/vim-expand-region/HEAD/README.md -------------------------------------------------------------------------------- /autoload/expand_region.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryma/vim-expand-region/HEAD/autoload/expand_region.vim -------------------------------------------------------------------------------- /doc/expand_region.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryma/vim-expand-region/HEAD/doc/expand_region.txt -------------------------------------------------------------------------------- /expand-region.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryma/vim-expand-region/HEAD/expand-region.gif -------------------------------------------------------------------------------- /plugin/expand_region.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryma/vim-expand-region/HEAD/plugin/expand_region.vim --------------------------------------------------------------------------------