Skip to content

edne/spell-loop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Spell Loop

Loop over different languages in Vim spell check.

Installation

Copy plugin/spell-loop.vim in ~/.vim/plugin, or use your favorite plugin manager.

Usage

The function SpellLoop() does all the work.

This is part of my .vimrc file:

let g:spell_list = ["none", "en", "it"]
map <silent> <space>s :call SpellLoop()<CR>

If not changed by user g:spell_list contains only en and none.

About

Loop over different languages in Vim spell check

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published