summaryrefslogtreecommitdiffstats
path: root/src/message.c
AgeCommit message (Expand)Author
2023-11-23patch 9.0.2125: File info disappears when 'cmdheight' has decreasedv9.0.2125zeertzjq
2023-10-02patch 9.0.1969: [security] buffer-overflow in trunc_string()v9.0.1969Christian Brabandt
2023-09-24patch 9.0.1938: multispace wrong when scrolling horizontallyv9.0.1938zeertzjq
2023-08-30patch 9.0.1826: keytrans() doesn't translate recorded key typed in a GUIv9.0.1826zeertzjq
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
2023-06-15patch 9.0.1635: error message is cleared when removing mode messagev9.0.1635Bram Moolenaar
2023-06-15patch 9.0.1634: message is cleared when removing mode messagev9.0.1634Bram Moolenaar
2023-05-24patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576Bram Moolenaar
2023-02-16patch 9.0.1314: :messages behavior depends on 'fileformat' of current bufferv9.0.1314cero1988
2023-02-01patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq
2023-01-14patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan
2023-01-04patch 9.0.1144: reading beyond textv9.0.1144Bram Moolenaar
2022-11-30patch 9.0.0978: build errors without the +channel featurev9.0.0978Bram Moolenaar
2022-11-30patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar
2022-11-29patch 9.0.0972: build failure on some systemsv9.0.0972Bram Moolenaar
2022-11-18patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-09-26patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar
2022-09-26patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar
2022-09-20patch 9.0.0511: unnecessary scrolling for message of only one linev9.0.0511zeertzjq
2022-09-12patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq
2022-09-11patch 9.0.0447: using :echowin while at the hit-enter prompt causes problemsv9.0.0447Bram Moolenaar
2022-09-01patch 9.0.0352: using :echowindow in a timer clears part of messagev9.0.0352Bram Moolenaar
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-30patch 9.0.0329: ":highlight" hangs when 'cmdheight' is zerov9.0.0329Bram Moolenaar
2022-08-29patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar
2022-08-29patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar
2022-08-29patch 9.0.0315: shell command is displayed in message windowv9.0.0315Bram Moolenaar
2022-08-28patch 9.0.0310: output of :messages dissappears when cmdheight is zerov9.0.0310Bram Moolenaar
2022-08-28patch 9.0.0308: when cmdheight is zero the attention prompt doesn't showv9.0.0308Bram Moolenaar
2022-08-28patch 9.0.0306: buffer write message is two lines in message popup windowv9.0.0306Bram Moolenaar
2022-08-28patch 9.0.0301: the message window popup is delayed after an error messagev9.0.0301Bram Moolenaar
2022-08-28patch 9.0.0298: compiler warning for size_t to int conversionv9.0.0298Wilhelm Payne
2022-08-28patch 9.0.0296: message in popup is shortened unnecessaryv9.0.0296Bram Moolenaar
2022-08-27patch 9.0.0290: compiler warning for variable set but not usedv9.0.0290Bram Moolenaar
2022-08-27patch 9.0.0289: invalid memory writev9.0.0289Bram Moolenaar
2022-08-27patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar
2022-08-22patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar
2022-08-19patch 9.0.0227: cannot read error message when abort() is calledv9.0.0227Bram Moolenaar
2022-08-14patch 9.0.0207: stacktrace not shown when debuggingv9.0.0207zeertzjq
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-28patch 9.0.0099: scrollback can be wrong after redrawing the command linev9.0.0099zeertzjq
2022-07-25patch 9.0.0071: command overlaps with printed text in scrollbackv9.0.0071zeertzjq
2022-07-06patch 9.0.0044: typos in comments, wrapping linesv9.0.0044Bram Moolenaar
2022-06-29patch 9.0.0009: going past the end of a menu item with only modifierv9.0.0009Bram Moolenaar
2022-06-26patch 8.2.5161: might still access invalid memoryv8.2.5161Bram Moolenaar
2022-06-15patch 8.2.5097: using uninitialized memory when using 'listchars'v8.2.5097Bram Moolenaar
2022-06-13patch 8.2.5084: when the GUI shows a dialog tests get stuckv8.2.5084Bram Moolenaar
2022-06-09patch 8.2.5070: unnecessary codev8.2.5070zeertzjq