mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 19:44:52 +08:00
Remove obsolete s:jedi_changedtick and fix style
It became obsolete in 794af5b, but setting it was not removed then.
This commit is contained in:
@@ -518,7 +518,6 @@ def rename():
|
|||||||
|
|
||||||
vim_command("let s:jedi_replace_orig = expand('<cword>')")
|
vim_command("let s:jedi_replace_orig = expand('<cword>')")
|
||||||
vim_command('normal! diw')
|
vim_command('normal! diw')
|
||||||
vim_command("let s:jedi_changedtick = b:changedtick")
|
|
||||||
vim_command('startinsert')
|
vim_command('startinsert')
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user