Go to file
2013-02-21 14:57:12 +08:00
doc Minor fix for Japanese doc. 2010-10-19 17:47:29 +08:00
plugin Fix arg 2013-02-21 14:57:12 +08:00
config.mk add config.mk 2010-10-19 17:36:38 +08:00
Makefile add Makefile 2010-10-19 17:30:45 +08:00
README.markdown Fix #1, supports count now. 2013-02-21 14:51:27 +08:00

eregex.vim

Installation

Use Vundle or pathogen is suggested.

Usage

Add the following three lines to your vimrc file.

nnoremap <expr> / ":<C-U>".v:count1."M/"
nnoremap <expr> ? ":<C-U>".v:count1."M?"
nnoremap ,/ /
nnoremap .? ? 

Now you can use / to find. :%S// (uppercase S) to replace. You can use ,/ to use the origin / .

License

Author : 安久津
Origin : eregex.vim
Maintainer : othree

:help eregex-license-to-use for license information.