| commit | 9c8d9e19523a312e888f413ca65d0863fce08f5f | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 20:07:26 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 20:07:26 2014 +0200 |
| tree | b5a2adaf21edab5e8ac1fdc51f8e25c1e0a96dea | |
| parent | 5bfa2ed6e47a2bc4e15e43cf6504e97401f2e5e6 [diff] |
updated for version 7.4.450
Problem: Not all commands that edit another buffer support the +cmd
argument.
Solution: Add the +cmd argument to relevant commands. (Marcin Szamotulski)