From fe4f978db234ab82c5493a973de8694f890f458d Mon Sep 17 00:00:00 2001 From: haya14busa Date: Fri, 14 Feb 2014 18:59:01 +0900 Subject: [PATCH] Update doc: minor fix --- doc/easymotion.txt | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 5af6ac2..b9d1b84 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -1,4 +1,4 @@ -*easymotion.txt* Version 2.0 Last change:12 Feb 2014. +*easymotion.txt* Version 2.0 Last change:14 Feb 2014. ______ __ ___ __ _ @@ -378,32 +378,32 @@ Within line motion ~ is limited to the current cursor line. (easymotion-tl) *(easymotion-tl)* - This function is same as |(easymotion-t)|, except the range - is limited to the current cursor line. + This function is same as |(easymotion-t)|, except the + range is limited to the current cursor line. (easymotion-Tl) *(easymotion-Tl)* - This function is same as |(easymotion-T)|, except the range - is limited to the current cursor line. + This function is same as |(easymotion-T)|, except the + range is limited to the current cursor line. (easymotion-bd-tl) *(easymotion-bd-tl)* This function is same as |(easymotion-bd-t)|, except the range is limited to the current cursor line. (easymotion-wl) *(easymotion-wl)* - This function is same as |(easymotion-w)|, except the range - is limited to the current cursor line. + This function is same as |(easymotion-w)|, except the + range is limited to the current cursor line. (easymotion-bl) *(easymotion-bl)* - This function is same as |(easymotion-b)|, except the range - is limited to the current cursor line. + This function is same as |(easymotion-b)|, except the + range is limited to the current cursor line. (easymotion-bd-wl) *(easymotion-bd-wl)* This function is same as |(easymotion-bd-w)|, except the range is limited to the current cursor line. (easymotion-el) *(easymotion-el)* - This function is same as |(easymotion-e)|, except the range - is limited to the current cursor line. + This function is same as |(easymotion-e)|, except the + range is limited to the current cursor line. (easymotion-gel) *(easymotion-gel)* This function is same as |(easymotion-ge)|, except the @@ -879,7 +879,7 @@ Customize highlight behavior *EasyMotion_highlight* this feature, set this option to 0. > let g:EasyMotion_move_highlight = 0 - +< Default: 1 *g:EasyMotion_landing_highlight* @@ -897,7 +897,9 @@ EasyMotion_add_search_history *g:EasyMotion_add_search_history* If you set this option to 1, the 'n' key find motion will add the inputted pattern to vim default search history. > - let g:EasyMotion_add_search_history = 1 < Default: 0 + let g:EasyMotion_add_search_history = 1 +< + Default: 0 EasyMotion_off_screen_search *g:EasyMotion_off_screen_search*