File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ CONTENTS *easymotion-contents*
3333 EasyMotion_add_search_history ... | EasyMotion_add_search_history |
3434 EasyMotion_off_screen_search .... | EasyMotion_off_screen_search |
3535 EasyMotion_disable_two_key_combo. | EasyMotion_disable_two_key_combo |
36+ EasyMotion_verbose .............. | EasyMotion_verbose |
3637 Custom highlighting ............. | easymotion-custom-hl |
3738 Custom mappings ................. | easymotion-custom-mappings |
3839 Leader key .................. | easymotion-leader-key |
@@ -938,6 +939,16 @@ EasyMotion_disable_two_key_combo *g:EasyMotion_disable_two_key_combo*
938939<
939940 Default: 0
940941
942+ EasyMotion_verbose *g:EasyMotion_verbose*
943+
944+ If you set this option to 0, you can disable all the messages the plugin
945+ creates, such as "EasyMotion: Jumping to [l,c]" and "EasyMotion:
946+ Cancelled".
947+ >
948+ let g:EasyMotion_verbose = 0
949+ <
950+ Default: 1
951+
941952------------------------------------------------------------------------------
942953Custom highlighting *easymotion-custom-hl*
943954
You can’t perform that action at this time.
0 commit comments