summaryrefslogtreecommitdiff
path: root/src/message.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-3/+3
* patch 8.2.3963: build failure with tiny and small featuresv8.2.3963Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3946: when an internal error makes Vim exit the error is not seenv8.2.3946Bram Moolenaar2021-12-301-1/+4
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3675: using freed memory when vim_strsave() failsv8.2.3675Bram Moolenaar2021-11-251-4/+10
* patch 8.2.3673: crash when allocating signal stack failsv8.2.3673Bram Moolenaar2021-11-251-2/+2
* patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq2021-09-101-13/+30
* patch 8.2.3341: Vim9: function call aborted despite try/catchv8.2.3341Bram Moolenaar2021-08-141-1/+1
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-091-1110/+0
* patch 8.2.3149: some plugins have a problem with the error checkv8.2.3149Bram Moolenaar2021-07-111-1/+20
* patch 8.2.3006: crash when echoing a value very earlyv8.2.3006Bram Moolenaar2021-06-151-9/+11
* patch 8.2.2743: Vim9: function state stuck when compiling with ":silent!"v8.2.2743Bram Moolenaar2021-04-101-0/+3
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-17/+19
* patch 8.2.2515: memory access error when truncating an empty messagev8.2.2515Bram Moolenaar2021-02-141-0/+7
* patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar2021-02-031-5/+24
* 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