summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/php_enhcomm.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/php_enhcomm.vim')
-rw-r--r--vim/ftplugin/php_enhcomm.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/ftplugin/php_enhcomm.vim b/vim/ftplugin/php_enhcomm.vim
deleted file mode 100644
index b6a9c04..0000000
--- a/vim/ftplugin/php_enhcomm.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-"
-" Normal HTML text has no synID-name. So we have to specify this problem
-" case here. Note that you should not try to comment lines starting
-" with '<?'.
-"
-call EnhCommentifyFallback4Embedded('&ft == "php" && synFiletype == ""', "html")