diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 17:52:47 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 17:52:47 +0200 |
commit | aec5e42bdbdb24bc816ae7a56ace189246c74097 (patch) | |
tree | 3fa44affa18ff70541b25eada44a5b2d8de84639 /syntax/yajs/dom-storage.vim | |
parent | a0c79360edaad50966bdc1ac537d0b7ee048a515 (diff) | |
download | vim-polyglot-2.2.1.tar.gz vim-polyglot-2.2.1.zip |
Update yajs syntaxv2.2.1
Diffstat (limited to 'syntax/yajs/dom-storage.vim')
-rw-r--r-- | syntax/yajs/dom-storage.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/yajs/dom-storage.vim b/syntax/yajs/dom-storage.vim deleted file mode 100644 index c34cf567..00000000 --- a/syntax/yajs/dom-storage.vim +++ /dev/null @@ -1,9 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1 - -{ [Error: ENOENT, no such file or directory 'dom-storage.yml'] - errno: -2, - code: 'ENOENT', - path: 'dom-storage.yml', - syscall: 'open' } - -endif |