├── LICENSE ├── README.pod ├── doc └── typo.txt └── plugin └── typo.vim /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tani/vim-typo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tani/vim-typo/HEAD/README.pod -------------------------------------------------------------------------------- /doc/typo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tani/vim-typo/HEAD/doc/typo.txt -------------------------------------------------------------------------------- /plugin/typo.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tani/vim-typo/HEAD/plugin/typo.vim --------------------------------------------------------------------------------