Tony Mechelynck <[email protected]> wrote:
> > " make right to left editing easier
> > " replace Mylang and mykeymap
> > function! Mylang()
> > setlocal keymap=mykeymap rl delcombine
> > " use s-tab to switch the direction and keymap
> > map<buffer> <s-tab> :let&imi=1-&imi<cr>:setlocal invrl<cr>
>
> .....................:let &l:imi = !&l:imi..........
> no need to clobber the global setting
> (for 'rl' you properly used :setlocal)
Yep, thanks.
Ali
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---