summaryrefslogtreecommitdiff
path: root/src/proto/message.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0663: unexpected error message only when 'verbose' is setv8.0.0663Bram Moolenaar2017-06-231-0/+1
| | | | | Problem: Giving an error message only when 'verbose' set is unexpected. Solution: Give a warning message instead.
* patch 8.0.0468: after aborting an Ex command g< does not workv8.0.0468Bram Moolenaar2017-03-161-1/+3
| | | | | | | | Problem: After aborting an Ex command g< does not work. (Marcin Szamotulski) Solution: Postpone clearing scrollback messages to until the command line has been entered. Also fix that the screen isn't redrawn if after g< the command line is cancelled.
* patch 8.0.0392: GUI test fails with Athena and Motifv8.0.0392Bram Moolenaar2017-03-011-0/+1
| | | | | | Problem: GUI test fails with Athena and Motif. Solution: Add test_ignore_error(). Use it to ignore the "failed to create input context" error.
* patch 8.0.0074v8.0.0074Bram Moolenaar2016-11-101-0/+6
| | | | | | Problem: Cannot make Vim fail on an internal error. Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an internal error without mentioning where.
* patch 7.4.2244v7.4.2244Bram Moolenaar2016-08-231-0/+1
| | | | | | Problem: Adding pattern to ":oldfiles" is not a generic solution. Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some commands right now.
* patch 7.4.2192v7.4.2192Bram Moolenaar2016-08-101-1/+1
| | | | | Problem: Generating prototypes with Cygwin doesn't work well. Solution: Change #ifdefs. (Ken Takata)
* patch 7.4.2080v7.4.2080Bram Moolenaar2016-07-201-0/+1
| | | | | | Problem: When using PERROR() on some systems assert_fails() does not see the error. Solution: Make PERROR() always report the error.
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-72/+72
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.3.483v7.3.483Bram Moolenaar2012-03-281-0/+1
| | | | | | Problem: More prompt shows up too often. Solution: Instead of adding a line break, only start a new line in the message history. (Christian Brabandt)
* updated for version 7.3.407v7.3.407Bram Moolenaar2012-01-201-1/+1
| | | | | | | Problem: ":12verbose call F()" may duplicate text while trying to truncate. (Thinca) Solution: Only truncate when there is not enough room. Also check the byte length of the buffer.
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-171-1/+1
| | | | | | | | Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
* updated for version 7.3.032v7.3.032Bram Moolenaar2010-10-201-0/+1
| | | | | | Problem: maparg() doesn't return the flags, such as <buffer>, <script>, <silent>. These are needed to save and restore a mapping. Solution: Improve maparg(). (also by Christian Brabandt)
* updated for version 7.2-152v7.2.152Bram Moolenaar2009-04-221-0/+1
|
* updated for version 7.1aBram Moolenaar2007-05-051-69/+69
|
* updated for version 7.0fv7.0fBram Moolenaar2006-04-241-69/+69
|
* updated for version 7.0e06v7.0e06Bram Moolenaar2006-04-221-68/+69
|
* updated for version 7.0bBram Moolenaar2006-03-241-68/+68
|
* updated for version 7.0203Bram Moolenaar2006-02-211-1/+2
|
* updated for version 7.0144Bram Moolenaar2005-09-091-1/+1
|
* updated for version 7.0118v7.0118Bram Moolenaar2005-07-281-0/+2
|
* updated for version 7.0117v7.0117Bram Moolenaar2005-07-271-0/+1
|
* updated for version 7.0094Bram Moolenaar2005-06-261-0/+1
|
* updated for version 7.0092Bram Moolenaar2005-06-241-1/+1
|
* updated for version 7.0086Bram Moolenaar2005-06-161-2/+0
|
* updated for version 7.0077Bram Moolenaar2005-05-311-0/+7
|
* updated for version 7.0051Bram Moolenaar2005-02-221-1/+2
|
* updated for version 7.0018v7.0018Bram Moolenaar2004-10-111-1/+2
|
* updated for version 7.0008v7.0008Bram Moolenaar2004-07-121-0/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+57