" Vimball Archiver by Charles E. Campbell, Jr., Ph.D. UseVimball finish plugin/EasyAccents.vim [[[1 282 " EasyAccents.vim: converts a` a' etc during insert mode " " Author: Charles E. Campbell, Jr. (PhD) " Date: Sep 08, 2008 " Version: 9 " Copyright: Copyright (C) 1999-2008 Charles E. Campbell, Jr. {{{1 " Permission is hereby granted to use and distribute this code, " with or without modifications, provided that this copyright " notice is copied with it. Like anything else that's free, " Align.vim is provided *as is* and comes with no warranty " of any kind, either expressed or implied. By using this " plugin, you agree that in no event will the copyright " holder be liable for any damages resulting from the use " of this software. " " " "For I am convinced that neither death nor life, neither angels nor demons, " neither the present nor the future, nor any powers, nor height nor depth, " nor anything else in all creation, will be able to separate us from the " love of God that is in Christ Jesus our Lord." Rom 8:38 " " GetLatestVimScripts: 451 1 EasyAccents.vim " ======================================================================= if &cp finish endif let s:keepcpo= &cpo set cpo&vim " --------------------------------------------------------------------- " Full Load Once: {{{1 if !exists("g:loaded_EasyAccents") " Default Option Values: {{{2 let g:loaded_EasyAccents = "v9" let b:EasyAccentsOn = 0 if !exists("g:EasyAccents_VowelFirst") let g:EasyAccents_VowelFirst= 1 endif " Public Interface: {{{2 if !hasmapto('ToggleEasyAccents') map eza ToggleEasyAccents imap eza InsToggleEasyAccents endif map