From cabd4e36f6b73490ace3f66695daae156ebf0e18 Mon Sep 17 00:00:00 2001 From: othree_kao Date: Fri, 22 Feb 2013 19:09:36 +0800 Subject: [PATCH] Fix function name --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 254797e..778d1d9 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,7 @@ Use [Vundle][] or [pathogen][] is suggested. After installed. Just press / or ? for search, it will map to :M command. -You can call EregexToggle funtion to toggle the keymapping. For example, +You can call eregex#toggle funtion to toggle the keymapping. For example, add the following line into your .vimrc file: nnoremap / :call eregex#toggle()