X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Fftplugin%2Fmedaprm-method.vim;fp=.vim%2Fftplugin%2Fmedaprm-method.vim;h=0000000000000000000000000000000000000000;hb=41703e00bb27d5de18144f68a166be1ddcc2bac7;hp=455a750b4aa0cd62513fc5b70070b73121d577d8;hpb=3ed28332c51ad57ad29e89e6a32cfa5899bcdf4a;p=dotfiles.git 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