aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/php.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 01:16:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 01:16:29 +1200
commitf5ee893af35ee84c59a952cb3586c21f29e9a6a9 (patch)
tree46022f3c259e4939a2c56c7451b50a631786a1ee /vim/ftplugin/php.vim
parentMerge branch 'release/v1.10.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-f5ee893af35ee84c59a952cb3586c21f29e9a6a9.tar.gz
dotfiles-f5ee893af35ee84c59a952cb3586c21f29e9a6a9.zip
Merge branch 'release/v1.11.0'v1.11.0
* release/v1.11.0: Bump VERSION Remove ftplugin overrides for html/markdown
Diffstat (limited to 'vim/ftplugin/php.vim')
-rw-r--r--vim/ftplugin/php.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim
deleted file mode 100644
index 1e40c0ef..00000000
--- a/vim/ftplugin/php.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-" Block system ftplugin from loading to avoid HTML ftplugin load
-if exists('b:did_ftplugin') || &compatible
- finish
-endif
-let b:did_ftplugin = 1