| commit | 04b2751899886a18399286b92ef097ec8a74e911 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 14:33:21 2012 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 14:33:21 2012 +0200 |
| tree | 5b1d52b0f9d813cfb8c449f6e6115c261b896403 | |
| parent | c271c48e8043ec388487b7489fb4692a154791d8 [diff] |
updated for version 7.3.624
Problem: When cancelling input() it returns the third argument. That should
only happen for inputdialog().
Solution: Check if inputdialog() was used. (Hirohito Higashi)