" ctrlax.vim: (plugin) Functions to enhance and " Maintainer: Preben 'Peppe' Guldberg " Version: 1.0 " Last Change: 12th February, 2003 " Exit quickly when already loaded or when 'compatible' is set. if exists("loaded_ctrlax") || &cp finish endif let loaded_ctrlax = 1 let s:save_cpo = &cpo set cpo&vim " Allow mappings to versions if !hasmapto('Ctrl_A') nmap Ctrl_A endif if !hasmapto('Ctrl_X') nmap Ctrl_X endif " Remap versions to script local versions nnoremap