diff options
| author | Bram Moolenaar <Bram@vim.org> | 2013-02-06 18:24:02 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2013-02-06 18:24:02 +0100 |
| commit | 11cb6e6e137afb9e20d68e69bf38d458a96701fd (patch) | |
| tree | 60e0d99ce041ac3c537d768d7df68ba03fd1eb8d /src/testdir/test80.ok | |
| parent | fa13eef3c9edc81c07a47124c2c893a4bb253e58 (diff) | |
| download | vim-git-11cb6e6e137afb9e20d68e69bf38d458a96701fd.tar.gz | |
updated for version 7.3.803v7.3.803
Problem: Substitute with confirmation and then "q" does not replace
anything. (John McGowan)
Solution: Do not break the loop, skip to the end.
Diffstat (limited to 'src/testdir/test80.ok')
| -rw-r--r-- | src/testdir/test80.ok | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test80.ok b/src/testdir/test80.ok index 775d98531..b08d3036f 100644 --- a/src/testdir/test80.ok +++ b/src/testdir/test80.ok @@ -105,3 +105,7 @@ TEST_8: N,,NX N,,NY N,,NZ + + +TEST_9: +XXx |
