Skip to content

Releases: wincent/scalpel

1.1

12 Jun 16:13
1.1
Compare
Choose a tag to compare
  • Automatically escape characters that may have special meaning for /\v (patch from Keng Kiat Lim, #11).

1.0.1

06 Mar 11:35
1.0.1
Compare
Choose a tag to compare
  • Prefer execute() when available to avoid potential nested :redir issues.

1.0

03 Jan 11:12
1.0
Compare
Choose a tag to compare
1.0
  • Perform multiple replacements per line even when 'gdefault' is on.

0.5

29 Jul 06:10
0.5
Compare
Choose a tag to compare
0.5
  • Fix problem with Visual mode operation on older versions of Vim (GitHub issue #8).

0.4

24 Jul 06:45
0.4
Compare
Choose a tag to compare
0.4
  • Fix problem with replacement patterns containing the number 1 (GitHub issue #7).

0.3

11 May 03:47
0.3
Compare
Choose a tag to compare
0.3
  • Fix compatibility with older versions of Vim that don't implement getcurpos().

0.2

13 Jun 15:39
0.2
Compare
Choose a tag to compare
0.2
  • Support visual mode.
  • Do not show "N substitutions on N lines" messages.

0.1

29 Apr 15:26
0.1
Compare
Choose a tag to compare
0.1
  • Initial release.