diff options
Diffstat (limited to 'syntax/yajs/dom-storage.vim')
| -rw-r--r-- | syntax/yajs/dom-storage.vim | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/syntax/yajs/dom-storage.vim b/syntax/yajs/dom-storage.vim new file mode 100644 index 00000000..c34cf567 --- /dev/null +++ b/syntax/yajs/dom-storage.vim @@ -0,0 +1,9 @@ +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 | 
