summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-30 18:41:53 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-30 18:41:53 +0900
commitd4e26707c7199aa8e048f94bfd8ceab5fafe42b6 (patch)
treee850c1ee4ef7302dad2c4bce4a68aaf257eb5be9 /.gitmodules
parent99ea1056acb622573fbb62c5b7181f3137005b3e (diff)
downloadfzf-d4e26707c7199aa8e048f94bfd8ceab5fafe42b6.tar.gz
GO15VENDOREXPERIMENT=1 (#430)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..c9f17b49
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "src/vendor/github.com/junegunn/go-shellwords"]
+ path = src/vendor/github.com/junegunn/go-shellwords
+ url = https://github.com/junegunn/go-shellwords.git
+[submodule "src/vendor/github.com/junegunn/go-runewidth"]
+ path = src/vendor/github.com/junegunn/go-runewidth
+ url = https://github.com/junegunn/go-runewidth.git