Fix spelling error

This commit is contained in:
Vivian
2018-05-28 14:17:19 -07:00
committed by Dave Halter
parent d4006ab1bf
commit 84a5299c8f

View File

@@ -308,7 +308,7 @@ Default: <leader>r Rename variables
Jedi-vim deletes the word currently under the cursor and puts Vim in insert
mode, where the user is expected to enter the new variable name. Upon leaving
insert mode, jedi-vim then renames all occurences of the old variable name
insert mode, jedi-vim then renames all occurrences of the old variable name
with the new one. The number of performed renames is displayed in the command
line.