From dd033a2bcc1a2ee568df2f20b4c72f5f26ec685c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Dec 2012 08:07:53 +0530 Subject: [PATCH] ... --- setup/check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/check.py b/setup/check.py index 538f33289c..d00c8b2786 100644 --- a/setup/check.py +++ b/setup/check.py @@ -102,7 +102,8 @@ class Check(Command): errors = True if errors: cPickle.dump(cache, open(self.CACHE, 'wb'), -1) - subprocess.call(['gvim', '-f', f]) + subprocess.call(['gvim', '-S', + self.j(self.SRC, '../session.vim'), '-f', f]) raise SystemExit(1) cache[f] = mtime for x in builtins: