From 3ab320ab45d675797c98284026b9bdc9d5b75c71 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 22:51:57 -0800 Subject: [PATCH] Add checksyntax plugin https://github.com/tomtom/checksyntax_vim --- .gitmodules | 3 +++ vim/bundle/checksyntax | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/checksyntax diff --git a/.gitmodules b/.gitmodules index 3412a67..587fc2b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive url = https://github.com/tpope/vim-fugitive.git +[submodule "vim/bundle/checksyntax"] + path = vim/bundle/checksyntax + url = git://github.com/tomtom/checksyntax_vim.git diff --git a/vim/bundle/checksyntax b/vim/bundle/checksyntax new file mode 160000 index 0000000..8dc46cd --- /dev/null +++ b/vim/bundle/checksyntax @@ -0,0 +1 @@ +Subproject commit 8dc46cd61b74af77ba9ad05fa1f61ea16842c7e8