]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/ftplugin/medaprm-method.vim
Remove Medap-related mappings
[dotfiles.git] / .vim / ftplugin / medaprm-method.vim
diff --git a/.vim/ftplugin/medaprm-method.vim b/.vim/ftplugin/medaprm-method.vim
deleted file mode 100644 (file)
index 455a750..0000000
+++ /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