From 93e3f020a9637b3df9109348cef5fcc3e0bbda43 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 2 May 2016 11:52:54 +0200 Subject: Rename jade to pug --- ftplugin/pug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin') diff --git a/ftplugin/pug.vim b/ftplugin/pug.vim index c2b622f7..dea25f68 100644 --- a/ftplugin/pug.vim +++ b/ftplugin/pug.vim @@ -1,4 +1,4 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jade') == -1 +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pug') == -1 " Vim filetype plugin " Language: Pug -- cgit v1.2.3