├── README.md ├── UNLICENSE ├── autoload └── detectspelllang.vim ├── doc └── detectspelllang.txt └── plugin └── detectspelllang.vim /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-DetectSpellLang/HEAD/README.md -------------------------------------------------------------------------------- /UNLICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-DetectSpellLang/HEAD/UNLICENSE -------------------------------------------------------------------------------- /autoload/detectspelllang.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-DetectSpellLang/HEAD/autoload/detectspelllang.vim -------------------------------------------------------------------------------- /doc/detectspelllang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-DetectSpellLang/HEAD/doc/detectspelllang.txt -------------------------------------------------------------------------------- /plugin/detectspelllang.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-DetectSpellLang/HEAD/plugin/detectspelllang.vim --------------------------------------------------------------------------------