summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0122: breakindent test failsv9.0.0122Bram Moolenaar2022-07-312-1/+3
* patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar2022-07-318-48/+246
* patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Spacev9.0.0120Anton Sharonov2022-07-312-2/+5
* patch 9.0.0119: tiny chance that creating a backup file failsv9.0.0119K.Takata2022-07-312-2/+12
* patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118zeertzjq2022-07-316-8/+19
* patch 9.0.0117: text of removed textprop with text is not freedv9.0.0117Bram Moolenaar2022-07-303-3/+51
* patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"v9.0.0116Bram Moolenaar2022-07-305-1/+14
* patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowv9.0.0115Bram Moolenaar2022-07-304-3/+18
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-3016-30/+154
* patch 9.0.0113: has() is not strict about parsing the patch versionv9.0.0113K.Takata2022-07-303-12/+30
* patch 9.0.0112: MS-Windows: test fails because file already existsv9.0.0112Bram Moolenaar2022-07-302-5/+17
* patch 9.0.0111: "nocombine" is missing from synIDattr()v9.0.0111Bram Moolenaar2022-07-304-3/+11
* patch 9.0.0110: help tag generation picks up words in code examplesv9.0.0110Carlo Teubner2022-07-304-10/+45
* patch 9.0.0109: writing over the end of a buffer on stackv9.0.0109Bram Moolenaar2022-07-303-4/+16
* patch 9.0.0108: configure check for timer_create may give wrong errorv9.0.0108Bram Moolenaar2022-07-303-4/+8
* Update runtime filesBram Moolenaar2022-07-2935-704/+1032
* patch 9.0.0107: condition always has the same valuev9.0.0107Bram Moolenaar2022-07-292-4/+3
* patch 9.0.0106: illegal byte regexp test doesn't fail when fix is reversedv9.0.0106Bram Moolenaar2022-07-292-6/+4
* patch 9.0.0105: illegal memory access when pattern starts with illegal bytev9.0.0105Bram Moolenaar2022-07-293-1/+22
* patch 9.0.0104: going beyond allocated memory when evaluating string constantv9.0.0104Bram Moolenaar2022-07-293-0/+19
* patch 9.0.0103: if running configure with cached results -lrt may be missingv9.0.0103Bram Moolenaar2022-07-283-63/+92
* patch 9.0.0102: reading past end of line with insert mode completionv9.0.0102Bram Moolenaar2022-07-283-1/+11
* patch 9.0.0101: invalid memory access in diff mode with "dp" and undov9.0.0101Bram Moolenaar2022-07-283-3/+22
* patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions'v9.0.0100Bram Moolenaar2022-07-282-1/+6
* patch 9.0.0099: scrollback can be wrong after redrawing the command linev9.0.0099zeertzjq2022-07-285-6/+55
* patch 9.0.0098: missing include file in timer_create configure checkv9.0.0098Bram Moolenaar2022-07-283-7/+26
* patch 9.0.0097: long quickfix line is truncated for :clistv9.0.0097Bram Moolenaar2022-07-283-7/+35
* patch 9.0.0096: flag "new_value_alloced" is always truev9.0.0096zeertzjq2022-07-274-35/+14
* patch 9.0.0095: conditions are always truev9.0.0095zeertzjq2022-07-273-4/+7
* patch 9.0.0094: cursor restored unexpected with nested autocommandv9.0.0094Bram Moolenaar2022-07-273-6/+26
* patch 9.0.0093: sway config files are recognized as i3configv9.0.0093James Eapen2022-07-273-3/+10
* patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092Shougo Matsushita2022-07-274-1/+18
* patch 9.0.0091: duplicate error numberv9.0.0091Bram Moolenaar2022-07-272-1/+3
* patch 9.0.0090: no error when assigning bool to a string optionv9.0.0090Bram Moolenaar2022-07-275-0/+23
* patch 9.0.0089: fuzzy argument completion doesn't work for shell commandsv9.0.0089Yegappan Lakshmanan2022-07-263-2/+16
* patch 9.0.0088: pattern for detecting bitbake files is not sufficientv9.0.0088Gregory Anders2022-07-263-1/+28
* patch 9.0.0087: MS-Windows: CTRL-[ on Belgian keyboard does not work like Escv9.0.0087Anton Sharonov2022-07-262-10/+90
* patch 9.0.0086: tabline is not redrawn when entering command linev9.0.0086zeertzjq2022-07-263-0/+25
* patch 9.0.0085: ":write" fails after ":file name" and the ":edit"v9.0.0085ii142022-07-263-0/+23
* patch 9.0.0084: using "terraform" filetype for .tfvars file is badv9.0.0084Bram Moolenaar2022-07-263-3/+5
* patch 9.0.0083: ModeChanged event not triggered when leaving cmdline windowv9.0.0083zeertzjq2022-07-264-91/+107
* patch 9.0.0082: cannot interrupt global command from command linev9.0.0082zeertzjq2022-07-264-3/+33
* patch 9.0.0081: command line completion of user command may have duplicatesv9.0.0081Bram Moolenaar2022-07-263-1/+23
* patch 9.0.0080: compiler warning for size_t to int conversionv9.0.0080Mike Williams2022-07-263-2/+4
* patch 9.0.0079: error in autoload script not reported for 'foldexpr'v9.0.0079Bram Moolenaar2022-07-263-1/+35
* patch 9.0.0078: star register is unexpectedly changed when deletingv9.0.0078Ernie Rael2022-07-264-1/+45
* patch 9.0.0077: wrong restored cursor position when switching window in autocmdv9.0.0077Bram Moolenaar2022-07-264-4/+39
* patch 9.0.0076: no test for what patch 8.1.1424 fixesv9.0.0076zeertzjq2022-07-263-2/+23
* patch 9.0.0075: some compilers warn for using an uninitialized variablev9.0.0075Bram Moolenaar2022-07-262-2/+4
* patch 9.0.0074: Coverity warns for double freev9.0.0074Bram Moolenaar2022-07-263-3/+9