From b7a19efa4649aa1cde8e71f87b25cdcd7a80ecc2 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 13 Mar 2017 12:13:25 +0900 Subject: [PATCH] Update .github/ISSUE_TEMPLATE.md Provide the latest vimrc for testing. Reference: https://gist.github.com/atenni/5604615 --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f6ebc19..b4a3b17 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -23,7 +23,7 @@ Before submitting Start Vim with a minimal configuration ====================================== -vim -Nu <(curl https://gist.githubusercontent.com/junegunn/6936bf79fedd3a079aeb1dd2f3c81ef5/raw/vimrc) +vim -Nu <(curl https://gist.githubusercontent.com/junegunn/6936bf79fedd3a079aeb1dd2f3c81ef5/raw) -->