From e41082186732cbd444c58c9aef03af8470af8f50 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sat, 12 Oct 2013 13:05:53 +0900 Subject: [PATCH] add Easymoton_use_migemo --- plugin/EasyMotion.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/EasyMotion.vim b/plugin/EasyMotion.vim index 3474175..e1b4643 100644 --- a/plugin/EasyMotion.vim +++ b/plugin/EasyMotion.vim @@ -23,6 +23,7 @@ \ , 'startofline' : 1 \ , 'smartcase' : 0 \ , 'skipfoldedline' : 1 + \ , 'use_migemo' : 1 \ \ , 'hl_group_target' : 'EasyMotionTarget' \ , 'hl2_first_group_target' : 'EasyMotionTarget2First'