From dd27cd628c6dc70380fe2dbaa129c909521e68e7 Mon Sep 17 00:00:00 2001 From: somini Date: Sat, 8 Aug 2015 10:36:52 +0100 Subject: [PATCH] Add Documentation --- doc/easymotion.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 70523b3..e75dac8 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -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*