diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-11-30 18:41:53 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-11-30 18:41:53 +0900 |
| commit | d4e26707c7199aa8e048f94bfd8ceab5fafe42b6 (patch) | |
| tree | e850c1ee4ef7302dad2c4bce4a68aaf257eb5be9 /.gitmodules | |
| parent | 99ea1056acb622573fbb62c5b7181f3137005b3e (diff) | |
| download | fzf-d4e26707c7199aa8e048f94bfd8ceab5fafe42b6.tar.gz | |
GO15VENDOREXPERIMENT=1 (#430)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
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 |
