From 123bea5850c4bc4e89033c5fb612163ed0a286fc Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 15 Jan 2013 21:34:41 -0500 Subject: [PATCH] Fix stack trace parsing with one-off runner --- plugin/foreplay.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/foreplay.vim b/plugin/foreplay.vim index 31b97b2..d48a1e5 100644 --- a/plugin/foreplay.vim +++ b/plugin/foreplay.vim @@ -253,7 +253,7 @@ augroup END let s:oneoff = {} function! s:oneoff.path() dict abort - return classpath#split(classpath#from_vim(self.classpath)) + return classpath#split(self.classpath) endfunction let s:oneoff_pr = tempname()