summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0073: too many files recognized as bsdlv9.0.0073Martin Tournoij2022-07-253-3/+8
* patch 9.0.0072: compiler warning for uninitialized variablev9.0.0072Bram Moolenaar2022-07-252-1/+3
* patch 9.0.0071: command overlaps with printed text in scrollbackv9.0.0071zeertzjq2022-07-253-2/+6
* patch 9.0.0070: using utfc_ptr2char_len() when length is negativev9.0.0070zeertzjq2022-07-252-11/+12
* patch 9.0.0069: leaking memory when using text prop with inserted textv9.0.0069Bram Moolenaar2022-07-252-0/+5
* patch 9.0.0068: build fails with tiny featuresv9.0.0068Bram Moolenaar2022-07-252-1/+7
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-2525-261/+658
* Update runtime filesBram Moolenaar2022-07-2528-460/+879
* patch 9.0.0066: switching window uneccarily when getting buffer optionsv9.0.0066zeertzjq2022-07-252-3/+6
* patch 9.0.0065: cross-compiling doesn't work because of timer_create checkv9.0.0065Richard Purdie2022-07-243-17/+34
* patch 9.0.0064: confusing error when using "q:" in command line windowv9.0.0064Bram Moolenaar2022-07-244-0/+20
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-2324-202/+193
* patch 9.0.0062: compiler warnings for signed/unsigned charv9.0.0062Bram Moolenaar2022-07-232-2/+4
* patch 9.0.0061: ml_get error with nested autocommandv9.0.0061Bram Moolenaar2022-07-235-10/+57
* patch 9.0.0060: accessing uninitialized memory when completing long linev9.0.0060Bram Moolenaar2022-07-233-0/+10
* patch 9.0.0059: test file has wrong namev9.0.0059zeertzjq2022-07-2310-36/+50
* patch 9.0.0058: Win32: cannot test low level eventsv9.0.0058Yegappan Lakshmanan2022-07-237-0/+148
* patch 9.0.0057: has('patch-xxx') returns truev9.0.0057Bram Moolenaar2022-07-183-1/+4
* patch 9.0.0056: wrong line number reported when :cexpr fails in :def functionBram Moolenaar2022-07-183-0/+15
* patch 9.0.0055: bitbake files are not detectedv9.0.0056v9.0.0055Gregory Anders2022-07-164-2/+63
* patch 9.0.0054: compiler warning for size_t to int conversionv9.0.0054Bram Moolenaar2022-07-152-1/+3
* patch 9.0.0053: E1281 not tested with the old regexp enginev9.0.0053Dominique Pelle2022-07-142-3/+9