2010-10-15 23:23:44 +08:00
2010-10-15 22:01:39 +08:00
2010-10-15 22:02:07 +08:00
2010-10-15 23:23:44 +08:00

eregex.vim

Installation

Vimball package will not release until english doc is ready. Now you can clone this repo and use vim-makefile to install.

Usage

Add the following three lines to your vimrc file.

nnoremap / :M/
nnoremap ? :M?
nnoremap ,/ /

Now you can use / to find. :%S// (uppercase S) to replace.

License

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

Might release under MIT License.

Description
No description provided
Readme 87 KiB
Languages
Vim script 76.2%
Makefile 23.8%