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*