mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 11:14:32 +08:00
generate list by keys() for join()
This commit is contained in:
@@ -408,7 +408,7 @@ def new_buffer(path, options=''):
|
|||||||
'bottom': 'botright split'
|
'bottom': 'botright split'
|
||||||
}
|
}
|
||||||
if user_split_option not in split_options:
|
if user_split_option not in split_options:
|
||||||
print('g:jedi#use_splits_not_buffers value is not correct, valid options are: %s' % ','.join(split_options))
|
print('g:jedi#use_splits_not_buffers value is not correct, valid options are: %s' % ','.join(split_options.keys()))
|
||||||
else:
|
else:
|
||||||
vim_command(split_options[user_split_option] + " %s" % path)
|
vim_command(split_options[user_split_option] + " %s" % path)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user