From 34c79517661354f598154bed113425517cc40c19 Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Sat, 14 Jul 2018 17:27:50 +0000 Subject: [PATCH] Fix doc typo --- autoload/textobj/entire.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/textobj/entire.vim b/autoload/textobj/entire.vim index b03e370..80273b4 100644 --- a/autoload/textobj/entire.vim +++ b/autoload/textobj/entire.vim @@ -23,7 +23,7 @@ " }}} " Interface "{{{1 function! textobj#entire#select_a() "{{{2 - " To easily back to the last position after a command. + " To easily go back to the last position after a command. " For example: yae normal! m' @@ -38,7 +38,7 @@ endfunction function! textobj#entire#select_i() "{{{2 - " To easily back to the last position after a command. + " To easily go back to the last position after a command. " For example: yie normal! m'