mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-05-24 09:18:39 +08:00
Merge pull request #661 from blueyed/remove-obsolete-s-jedi_changedtick-and-fix-style
Remove obsolete s:jedi_changedtick and fix style
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