summaryrefslogtreecommitdiff
path: root/src/message.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan2023-01-141-71/+65
* patch 9.0.1144: reading beyond textv9.0.1144Bram Moolenaar2023-01-041-1/+2
* patch 9.0.0978: build errors without the +channel featurev9.0.0978Bram Moolenaar2022-11-301-1/+1
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-2/+2
* patch 9.0.0972: build failure on some systemsv9.0.0972Bram Moolenaar2022-11-291-2/+0
* patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar2022-11-181-3/+2
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-1/+1
* patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar2022-09-261-1/+2
* patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar2022-09-261-5/+13
* patch 9.0.0511: unnecessary scrolling for message of only one linev9.0.0511zeertzjq2022-09-201-2/+2
* patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq2022-09-121-7/+13
* patch 9.0.0447: using :echowin while at the hit-enter prompt causes problemsv9.0.0447Bram Moolenaar2022-09-111-0/+4
* patch 9.0.0352: using :echowindow in a timer clears part of messagev9.0.0352Bram Moolenaar2022-09-011-1/+5
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-42/+10
* patch 9.0.0329: ":highlight" hangs when 'cmdheight' is zerov9.0.0329Bram Moolenaar2022-08-301-2/+2
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-3/+5
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-6/+6
* patch 9.0.0315: shell command is displayed in message windowv9.0.0315Bram Moolenaar2022-08-291-2/+3
* patch 9.0.0310: output of :messages dissappears when cmdheight is zerov9.0.0310Bram Moolenaar2022-08-281-0/+1
* patch 9.0.0308: when cmdheight is zero the attention prompt doesn't showv9.0.0308Bram Moolenaar2022-08-281-0/+14
* patch 9.0.0306: buffer write message is two lines in message popup windowv9.0.0306Bram Moolenaar2022-08-281-1/+3
* patch 9.0.0301: the message window popup is delayed after an error messagev9.0.0301Bram Moolenaar2022-08-281-2/+6
* patch 9.0.0298: compiler warning for size_t to int conversionv9.0.0298Wilhelm Payne2022-08-281-1/+1
* patch 9.0.0296: message in popup is shortened unnecessaryv9.0.0296Bram Moolenaar2022-08-281-2/+10
* patch 9.0.0290: compiler warning for variable set but not usedv9.0.0290Bram Moolenaar2022-08-271-2/+7
* patch 9.0.0289: invalid memory writev9.0.0289Bram Moolenaar2022-08-271-5/+24
* patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar2022-08-271-24/+196
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-3/+2
* patch 9.0.0227: cannot read error message when abort() is calledv9.0.0227Bram Moolenaar2022-08-191-2/+6
* patch 9.0.0207: stacktrace not shown when debuggingv9.0.0207zeertzjq2022-08-141-1/+2
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-4/+4
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-4/+4
* patch 9.0.0099: scrollback can be wrong after redrawing the command linev9.0.0099zeertzjq2022-07-281-4/+40
* patch 9.0.0071: command overlaps with printed text in scrollbackv9.0.0071zeertzjq2022-07-251-1/+2
* patch 9.0.0044: typos in comments, wrapping linesv9.0.0044Bram Moolenaar2022-07-061-1/+2
* patch 9.0.0009: going past the end of a menu item with only modifierv9.0.0009Bram Moolenaar2022-06-291-2/+2
* patch 8.2.5161: might still access invalid memoryv8.2.5161Bram Moolenaar2022-06-261-1/+3
* patch 8.2.5097: using uninitialized memory when using 'listchars'v8.2.5097Bram Moolenaar2022-06-151-2/+3
* patch 8.2.5084: when the GUI shows a dialog tests get stuckv8.2.5084Bram Moolenaar2022-06-131-1/+5
* patch 8.2.5070: unnecessary codev8.2.5070zeertzjq2022-06-091-10/+4
* patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar2022-06-071-2/+18
* patch 8.2.4924: maparg() may return a string that cannot be reusedv8.2.4924zeertzjq2022-05-091-21/+15
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-15/+15
* patch 8.2.4867: listing of mapping with K_SPECIAL is wrongv8.2.4867zeertzjq2022-05-041-8/+18
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-1/+1
* patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling2022-02-111-0/+2
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-3/+3
* patch 8.2.4156: fileinfo message overwrites echo'ed messagev8.2.4156Rob Pilling2022-01-201-0/+7
* patch 8.2.4040: keeping track of allocated lines is too complicatedv8.2.4040Bram Moolenaar2022-01-081-1/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+4