summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2014-02-11 22:42:07 +0100
committerReiner Herrmann <reiner@reiner-h.de>2014-02-11 22:42:07 +0100
commit3cab606502c0d1bb89d9cfd28d3ee4e83d1655ed (patch)
treefa38e4220d301cc1838439cf5c26198ee38dab11 /.gitmodules
parentca7e22b3b974300ca615e2c8e5559481bc32cf28 (diff)
vim: renamed ack to ag; updated submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 3828e22..6f56857 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,8 +7,8 @@
[submodule "fugitive"]
path = vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
-[submodule "ack"]
- path = vim/bundle/ack
+[submodule "ag"]
+ path = vim/bundle/ag
url = git://github.com/rking/ag.vim.git
[submodule "bufexplorer"]
path = vim/bundle/bufexplorer