mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
fixed jedi#new_buffer() when g:jedi#use_tabs_not_buffers = 0
This commit is contained in:
@@ -115,7 +115,7 @@ function! jedi#new_buffer(path)
|
||||
if !&hidden && &modified
|
||||
w
|
||||
endif
|
||||
python vim.command('edit ' + vim.eval(jedi_vim.escape_file_path(vim.eval('a:path'))))
|
||||
python vim.command('edit ' + jedi_vim.escape_file_path(vim.eval('a:path')))
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user