From 2428bd2e320e3ce1c7a694eef66e60da7e0f9546 Mon Sep 17 00:00:00 2001 From: Seong Yong-ju Date: Sat, 20 Jan 2018 20:46:10 +0900 Subject: [PATCH] Fix syntax error Fix syntax error in `reddit.vim` to avoid linter error --- .SpaceVim.d/autoload/SpaceVim/dev/reddit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.SpaceVim.d/autoload/SpaceVim/dev/reddit.vim b/.SpaceVim.d/autoload/SpaceVim/dev/reddit.vim index e66597ac8..f181561c2 100644 --- a/.SpaceVim.d/autoload/SpaceVim/dev/reddit.vim +++ b/.SpaceVim.d/autoload/SpaceVim/dev/reddit.vim @@ -1,4 +1,4 @@ -let s:url = +let s:url = '' let s:api = '/api/site_admin'