mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 19:44:52 +08:00
fix for renamings at the line end
This commit is contained in:
3
jedi.vim
3
jedi.vim
@@ -102,6 +102,9 @@ if 1:
|
|||||||
temp_rename = _goto(is_related_name=True, no_output=True)
|
temp_rename = _goto(is_related_name=True, no_output=True)
|
||||||
_rename_cursor = vim.current.window.cursor
|
_rename_cursor = vim.current.window.cursor
|
||||||
|
|
||||||
|
vim.command('normal A ') # otherwise startinsert doesn't work well
|
||||||
|
vim.current.window.cursor = _rename_cursor
|
||||||
|
|
||||||
vim.command('augroup jedi_rename')
|
vim.command('augroup jedi_rename')
|
||||||
vim.command('autocmd InsertLeave * call jedi#rename()')
|
vim.command('autocmd InsertLeave * call jedi#rename()')
|
||||||
vim.command('augroup END')
|
vim.command('augroup END')
|
||||||
|
|||||||
Reference in New Issue
Block a user