From 41703e00bb27d5de18144f68a166be1ddcc2bac7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 9 Oct 2014 12:46:06 +0400 Subject: [PATCH] Remove Medap-related mappings --- .vim/ftplugin/mail.vim | 6 ------ .vim/ftplugin/medaprm-method.vim | 12 ------------ 2 files changed, 18 deletions(-) delete mode 100644 .vim/ftplugin/medaprm-method.vim diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim index 79ceb6d..f207edc 100644 --- a/.vim/ftplugin/mail.vim +++ b/.vim/ftplugin/mail.vim @@ -15,9 +15,3 @@ setlocal textwidth=72 " SpamCop reports - goto the 9th line and start a browser nmap z 9G3,b - -" Remove my signature from a forwarded message -nmap \f 2GddG4k5ddkdd - -" Remove boilerplate from a forwarded message from Trac -nmap \t 1G21ddG15k11dd:%s/^+//:%s/^ \*/--/1G diff --git a/.vim/ftplugin/medaprm-method.vim b/.vim/ftplugin/medaprm-method.vim deleted file mode 100644 index 455a750..0000000 --- a/.vim/ftplugin/medaprm-method.vim +++ /dev/null @@ -1,12 +0,0 @@ -if exists("b:did_ftplugin") - finish -endif - -if has("iconv") && !exists('b:encoding_set') - " Try to recognize the file encoding and convert the file - if search("^encoding ") > 0 - let line = getline(".") - let encoding = matchlist(line, 'encoding *[:=] *\([^ ]\+\)$')[1] - call SetupEncoding(encoding) - endif -endif -- 2.39.2