" ------------------------------------
function! b:VimIM_Punctuation_Toggle()
" ------------------------------------
     if !exists("b:vimim_punctuation") || b:vimim_punctuation == 0
         call s:VimIM_Punctuation_On()
     else
         call s:VimIM_Punctuation_Off()
     endif
endfunction


-- 
Regards,
Van.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to