From 661af5cf92d013b61cb169d9ab1acb722f7f58c4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Jul 2012 14:06:32 +1200 Subject: Adding my fork of the Nagios Vim syntax files --- .gitmodules | 3 +++ vim/bundle/nagios | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/nagios diff --git a/.gitmodules b/.gitmodules index a9fa4d97..5529f84f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,3 +41,6 @@ [submodule "vim/bundle/markdown"] path = vim/bundle/markdown url = git://github.com/tpope/vim-markdown.git +[submodule "vim/bundle/nagios"] + path = vim/bundle/nagios + url = git://github.com/tejr/nagios-syntax.vim diff --git a/vim/bundle/nagios b/vim/bundle/nagios new file mode 160000 index 00000000..d68afb6e --- /dev/null +++ b/vim/bundle/nagios @@ -0,0 +1 @@ +Subproject commit d68afb6ea2b5f5cc10de86ca04957aae4b091eb9 -- cgit v1.2.3