if exists('g:loaded_spellcycle') finish endif let g:loaded_spellcycle = 1 nnoremap spellcycle_Left :call spellcycle#Cycle(-1) nnoremap spellcycle_Right :call spellcycle#Cycle(1) nmap [l spellcycle_Left nmap ]l spellcycle_Right