From 84a5299c8f55a470237aa93f28f68ee38d4764a3 Mon Sep 17 00:00:00 2001 From: Vivian Date: Mon, 28 May 2018 14:17:19 -0700 Subject: [PATCH] Fix spelling error --- doc/jedi-vim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index db98cdf..69b5e95 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -308,7 +308,7 @@ Default: 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.