Releases: wincent/scalpel
Releases · wincent/scalpel
1.1
- Automatically escape characters that may have special meaning for
/\v
(patch from Keng Kiat Lim, #11).
1.0.1
- Prefer
execute()
when available to avoid potential nested :redir
issues.
1.0
- Perform multiple replacements per line even when
'gdefault'
is on.
0.5
- Fix problem with
Visual
mode operation on older versions of Vim (GitHub issue #8).
0.4
- Fix problem with replacement patterns containing the number 1 (GitHub issue #7).
0.3
- Fix compatibility with older versions of Vim that don't implement
getcurpos()
.
0.2
- Support visual mode.
- Do not show "N substitutions on N lines" messages.