Fix stack trace parsing with one-off runner

This commit is contained in:
Tim Pope 2013-01-15 21:34:41 -05:00
parent fd8d623b7b
commit 123bea5850
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ augroup END
let s:oneoff = {} let s:oneoff = {}
function! s:oneoff.path() dict abort function! s:oneoff.path() dict abort
return classpath#split(classpath#from_vim(self.classpath)) return classpath#split(self.classpath)
endfunction endfunction
let s:oneoff_pr = tempname() let s:oneoff_pr = tempname()