Add Documentation

This commit is contained in:
somini 2015-08-08 10:36:52 +01:00
parent 8b0bec6105
commit dd27cd628c

View File

@ -33,6 +33,7 @@ CONTENTS *easymotion-contents*
EasyMotion_add_search_history ... |EasyMotion_add_search_history|
EasyMotion_off_screen_search .... |EasyMotion_off_screen_search|
EasyMotion_disable_two_key_combo. |EasyMotion_disable_two_key_combo|
EasyMotion_verbose .............. |EasyMotion_verbose|
Custom highlighting ............. |easymotion-custom-hl|
Custom mappings ................. |easymotion-custom-mappings|
Leader key .................. |easymotion-leader-key|
@ -938,6 +939,16 @@ EasyMotion_disable_two_key_combo *g:EasyMotion_disable_two_key_combo*
<
Default: 0
EasyMotion_verbose *g:EasyMotion_verbose*
If you set this option to 0, you can disable all the messages the plugin
creates, such as "EasyMotion: Jumping to [l,c]" and "EasyMotion:
Cancelled".
>
let g:EasyMotion_verbose = 0
<
Default: 1
------------------------------------------------------------------------------
Custom highlighting *easymotion-custom-hl*