summaryrefslogtreecommitdiff
path: root/src/message.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2097: Vim9: using :silent! when calling a function prevents abortv8.2.2097Bram Moolenaar2020-12-051-0/+6
* patch 8.2.2091: MS-Windows: build warningsv8.2.2091Bram Moolenaar2020-12-041-1/+1
* patch 8.2.2078: illegal memory access when using :print on invalid textv8.2.2078Bram Moolenaar2020-12-021-1/+5
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+1
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-3/+3
* patch 8.2.1844: using "q" at the more prompt doesn't stop a long messagev8.2.1844Bram Moolenaar2020-10-131-2/+8
* patch 8.2.1840: Vim9: error message is not clear about compilation errorv8.2.1840Bram Moolenaar2020-10-121-1/+6
* patch 8.2.1653: expand('<stack>') does not include the final line numberv8.2.1653Bram Moolenaar2020-09-101-1/+1
* patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631Bram Moolenaar2020-09-061-0/+3
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-181-0/+3
* patch 8.2.1297: when a test fails it's often not easy to see wherev8.2.1297Bram Moolenaar2020-07-261-1/+1
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-0/+3
* patch 8.2.1147: :confirm may happen in cooked modev8.2.1147Bram Moolenaar2020-07-061-0/+6
* patch 8.2.0943: displaying ^M or ^J depends on current bufferv8.2.0943Bram Moolenaar2020-06-101-1/+1
* patch 8.2.0839: dropping modifier when putting a character back in typeaheadv8.2.0839Bram Moolenaar2020-05-291-2/+2
* patch 8.2.0636: :messages does not show the maintainer when $LANG is unsetv8.2.0636Bram Moolenaar2020-04-251-0/+4
* patch 8.2.0399: various memory leaksv8.2.0399Bram Moolenaar2020-03-181-0/+1
* patch 8.2.0364: printf test failing on Haikuv8.2.0364Bram Moolenaar2020-03-081-4/+12
* patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar2020-02-291-0/+10
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-221-7/+7
* patch 8.2.0271: the "num64" feature is available everywherev8.2.0271Bram Moolenaar2020-02-171-28/+8
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+11
* patch 8.2.0060: message test only runs with one encodingv8.2.0060Bram Moolenaar2019-12-301-1/+2
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-16/+23
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-2/+2
* patch 8.2.0026: still some /* */ commentsv8.2.0026Bram Moolenaar2019-12-211-461/+459
* patch 8.1.2419: with a long file name the hit-enter prompt appearsv8.1.2419Bram Moolenaar2019-12-111-1/+1
* patch 8.1.2402: typos and other small thingsv8.1.2402Bram Moolenaar2019-12-061-2/+2
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-6/+1
* patch 8.1.2149: crash when running out of memory very earlyv8.1.2149Bram Moolenaar2019-10-141-29/+83
* patch 8.1.2141: :tselect has an extra hit-enter promptv8.1.2141Bram Moolenaar2019-10-121-8/+7
* patch 8.1.2083: multi-byte chars do not work properly with "%.*S" in printf()v8.1.2083Bram Moolenaar2019-09-271-5/+9
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-12/+0
* patch 8.1.2018: using freed memory when out of memory and displaying messagev8.1.2018Bram Moolenaar2019-09-091-5/+0
* patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar2019-09-041-162/+0
* patch 8.1.1895: using NULL pointer when out of memoryv8.1.1895Bram Moolenaar2019-08-201-10/+13
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-10/+12
* patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar2019-07-041-1/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-2/+2
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-10/+1
* patch 8.1.1301: when compiled with VIMDLL some messages are not shownv8.1.1301Bram Moolenaar2019-05-081-2/+2
* patch 8.1.1233: cannot build tiny versionv8.1.1233Bram Moolenaar2019-04-281-3/+0
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-37/+75
* patch 8.1.1201: output of :command is hard to readv8.1.1201Bram Moolenaar2019-04-241-1/+4
* patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar2019-03-211-2/+0
* patch 8.1.0969: message written during startup is truncatedv8.1.0969Bram Moolenaar2019-02-221-0/+7
* patch 8.1.0954: arguments of semsg() and siemsg() are not checkedv8.1.0954Bram Moolenaar2019-02-191-2/+6