From add9af60251cd6aa15ce69a3691572845bcfef3c Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 4 Jan 2015 15:09:34 +0100 Subject: [PATCH] Add syntastic support for VimL --- .gitmodules | 6 ++++++ bundle/vim-vimlint | 1 + bundle/vim-vimlparser | 1 + 3 files changed, 8 insertions(+) create mode 160000 bundle/vim-vimlint create mode 160000 bundle/vim-vimlparser diff --git a/.gitmodules b/.gitmodules index f172550..e0cdd38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,9 @@ [submodule "bundle/vim-javascript"] path = bundle/vim-javascript url = https://github.com/pangloss/vim-javascript +[submodule "vim-vimlint"] + path = bundle/vim-vimlint + url = https://github.com/syngan/vim-vimlint +[submodule "bundle/vim-vimlparser"] + path = bundle/vim-vimlparser + url = https://github.com/ynkdir/vim-vimlparser diff --git a/bundle/vim-vimlint b/bundle/vim-vimlint new file mode 160000 index 0000000..d029239 --- /dev/null +++ b/bundle/vim-vimlint @@ -0,0 +1 @@ +Subproject commit d02923936f73a4c5e413c3377d6b07f0f4fad9dc diff --git a/bundle/vim-vimlparser b/bundle/vim-vimlparser new file mode 160000 index 0000000..c0e8177 --- /dev/null +++ b/bundle/vim-vimlparser @@ -0,0 +1 @@ +Subproject commit c0e81771d9e77aa955d3f63ac190e48b8e48819d