From 0b9c4e1e74da7dfca932bd97f004d539aa76537f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 4 Dec 2015 16:40:51 +0900 Subject: Remove submodules and disable GO15VENDOREXPERIMENT (#430) Having submodules causes vim-plug or other vim plugin managers to clone them with no real benefit to the end-users. There's currently no compelling reason for me to use submodules. --- src/vendor/github.com/junegunn/go-runewidth | 1 - src/vendor/github.com/junegunn/go-shellwords | 1 - 2 files changed, 2 deletions(-) delete mode 160000 src/vendor/github.com/junegunn/go-runewidth delete mode 160000 src/vendor/github.com/junegunn/go-shellwords (limited to 'src/vendor') diff --git a/src/vendor/github.com/junegunn/go-runewidth b/src/vendor/github.com/junegunn/go-runewidth deleted file mode 160000 index 63c378b8..00000000 --- a/src/vendor/github.com/junegunn/go-runewidth +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 63c378b851290989b19ca955468386485f118c65 diff --git a/src/vendor/github.com/junegunn/go-shellwords b/src/vendor/github.com/junegunn/go-shellwords deleted file mode 160000 index 35d512af..00000000 --- a/src/vendor/github.com/junegunn/go-shellwords +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 35d512af75e283aae4ca1fc3d44b159ed66189a4 -- cgit v1.2.3