From 36d19c9083bf38cf176ba2a1299643e5f6f09d31 Mon Sep 17 00:00:00 2001 From: othree_kao Date: Thu, 21 Feb 2013 14:57:12 +0800 Subject: [PATCH] Fix arg --- plugin/eregex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/eregex.vim b/plugin/eregex.vim index 45d8878..68f303e 100644 --- a/plugin/eregex.vim +++ b/plugin/eregex.vim @@ -725,7 +725,7 @@ function! s:Ematch(...) if v:errmsg ==# '' redraw! else - echo 'M' . a:1 + echo 'M' . a:2 echo v:errmsg endif