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:19:35 +0200 |
commit | ab61d2ac8eafc9c10097577736602da48ec568ca (patch) | |
tree | c33fcffa647794194376beb91ee35d8d3f8fcc4e /after/ftplugin/jsx.vim | |
parent | f42e1f477ccc8ba4ef756b6d7d16a26686b4b75f (diff) | |
download | vim-polyglot-ab61d2ac8eafc9c10097577736602da48ec568ca.tar.gz vim-polyglot-ab61d2ac8eafc9c10097577736602da48ec568ca.zip |
Update
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 " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |