From 84fa230e7e8601269ee6a94b752c464bb7baa6d3 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 1 Aug 2013 19:39:41 -0700 Subject: [PATCH] python-mode submodule --- .gitmodules | 3 +++ vim-files/.vim/bundle/python-mode | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim-files/.vim/bundle/python-mode diff --git a/.gitmodules b/.gitmodules index ef77922..e316156 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim-files/.vim/bundle/vim-characterize"] path = vim-files/.vim/bundle/vim-characterize url = https://github.com/tpope/vim-characterize.git +[submodule "vim-files/.vim/bundle/python-mode"] + path = vim-files/.vim/bundle/python-mode + url = https://github.com/klen/python-mode.git diff --git a/vim-files/.vim/bundle/python-mode b/vim-files/.vim/bundle/python-mode new file mode 160000 index 0000000..5eb0022 --- /dev/null +++ b/vim-files/.vim/bundle/python-mode @@ -0,0 +1 @@ +Subproject commit 5eb0022e77409b24ce4369d0f251b20722b276d4