Fix function name

This commit is contained in:
othree_kao 2013-02-22 19:09:36 +08:00
parent b9fb663ad1
commit cabd4e36f6

View File

@ -11,7 +11,7 @@ Use [Vundle][] or [pathogen][] is suggested.
After installed. Just press / or ? for search, it will map to :M command. 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: add the following line into your .vimrc file:
nnoremap <leader>/ :call eregex#toggle()<CR> nnoremap <leader>/ :call eregex#toggle()<CR>