| commit | 6a64365c952895ecc2219b303d9bf64dabf8f2e7 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Fri Oct 31 13:54:25 2014 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 31 13:54:25 2014 +0100 |
| tree | 24cdbbf8fd4c44e442c18f519ecb488dfee4f97e | |
| parent | fe3c41009887331dc9fee2bedf457728117be544 [diff] |
updated for version 7.4.490
Problem: Cannot specify the buffer to use for "do" and "dp", making them
useless for three-way diff.
Solution: Use the count as the buffer number. (James McCoy)