diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-30 13:18:40 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-30 13:18:40 +0200 |
commit | 81deccef65e6dd8fe145cd5fb8fd349db3b28192 (patch) | |
tree | 866fd3a1c463e02afc6cd5240691c35d09f836b3 /after/ftplugin/jsx.vim | |
parent | 3019afa721b893ebfe130eb4f955bc4c0c20ec23 (diff) | |
download | vim-polyglot-2.12.1.tar.gz vim-polyglot-2.12.1.zip |
Updatev2.12.1
Diffstat (limited to 'after/ftplugin/jsx.vim')
-rw-r--r-- | after/ftplugin/jsx.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/after/ftplugin/jsx.vim b/after/ftplugin/jsx.vim index 76b0a327..fc76b19e 100644 --- a/after/ftplugin/jsx.vim +++ b/after/ftplugin/jsx.vim @@ -5,7 +5,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jsx') == -1 " " Language: JSX (JavaScript) " Maintainer: Max Wang <mxawng@gmail.com> -" Depends: pangloss/vim-javascript " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |