summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-02 00:36:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-02 00:36:09 +0200
commit560024abe07ac73b31574167653a9b94821365fb (patch)
tree16d00f8cf054f3d77271bc03473ab0b6711956f4 /plugin
parent3ad297db5c1cf94660e4297ffa81b6281eab2884 (diff)
downloadvim-polyglot-4.13.1.tar.gz
vim-polyglot-4.13.1.zip
Resolve issues with loading order, closes #571v4.13.1
Diffstat (limited to 'plugin')
-rw-r--r--plugin/polyglot.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim
deleted file mode 100644
index ab74485f..00000000
--- a/plugin/polyglot.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-if !exists("did_load_polyglot")
- if expand("<sfile>:p") =~# '/pack/' && (exists("did_load_filetypes") || exists("did_indent_on"))
- echohl WarningMsg
- echo "Improper install of vim-polyglot. Please add 'packload' to .vimrc"
- echohl None
- end
- filetype plugin indent on
- syntax enable
-endif