summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0893: assert_equalfile() does not take a third argumentv8.2.0893Bram Moolenaar2020-06-034-2/+17
* patch 8.2.0892: ubsan warns for undefined behaviorv8.2.0892Bram Moolenaar2020-06-032-4/+15
* patch 8.2.0891: clang warns for invalid conversionv8.2.0891Bram Moolenaar2020-06-032-1/+3
* patch 8.2.0890: no color in terminal window when 'termguicolor' is setv8.2.0890Bram Moolenaar2020-06-022-0/+5
* patch 8.2.0889: using old style commentsv8.2.0889Bram Moolenaar2020-06-022-38/+30
* patch 8.2.0888: readdirex() returns size -2 for a directoryv8.2.0888Bram Moolenaar2020-06-023-3/+7
* patch 8.2.0887: searchcount().exact_match is 1 right after a matchv8.2.0887Bram Moolenaar2020-06-023-1/+11
* patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar2020-06-026-9/+32
* patch 8.2.0885: "make shadow" does not link new lua test dirv8.2.0885Bram Moolenaar2020-06-022-1/+5
* patch 8.2.0884: searchcount() test fails on slower systemsv8.2.0884Bram Moolenaar2020-06-013-5/+7
* patch 8.2.0883: memory leak in test 49v8.2.0883Bram Moolenaar2020-06-012-0/+3
* patch 8.2.0882: leaking memory when using reduce()v8.2.0882Bram Moolenaar2020-06-012-13/+22
* patch 8.2.0881: compiler warning for argument typev8.2.0881Bram Moolenaar2020-06-012-1/+3
* patch 8.2.0880: leaking memory when using searchcount()v8.2.0880Bram Moolenaar2020-06-012-0/+3
* patch 8.2.0879: compiler warning for unused function argumentv8.2.0879Bram Moolenaar2020-06-012-1/+3
* patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar2020-06-016-0/+141
* patch 8.2.0877: cannot get the search statisticsv8.2.0877Bram Moolenaar2020-06-016-79/+354
* patch 8.2.0876: :pwd does not give a hint about the scope of the directoryv8.2.0876Bram Moolenaar2020-06-013-4/+21
* patch 8.2.0875: getting attributes for directory entries is slowv8.2.0875Bram Moolenaar2020-06-017-144/+546
* patch 8.2.0874: signals test is a bit flakyv8.2.0874Bram Moolenaar2020-06-012-2/+10
* patch 8.2.0873: a .jl file can be sawfish (lisp) or Juliav8.2.0873Bram Moolenaar2020-06-012-1/+3
* patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar2020-06-0111-1779/+1820
* patch 8.2.0871: cannot use getmarklist() as a methodv8.2.0871Bram Moolenaar2020-06-014-9/+11
* patch 8.2.0870: MS-Windows: Control keys don't work in the GUIv8.2.0870Bram Moolenaar2020-06-012-0/+7
* patch 8.2.0869: it is not possible to customize the quickfix window contentsv8.2.0869Bram Moolenaar2020-05-315-67/+288
* patch 8.2.0868: trim() always trims both endsv8.2.0868Bram Moolenaar2020-05-313-30/+64
* patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar2020-05-317-19/+18
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-3116-57/+167
* patch 8.2.0865: syntax foldlevel is taken from the start of the linev8.2.0865Bram Moolenaar2020-05-314-8/+173
* patch 8.2.0864: pragmas are indented all the way to the leftv8.2.0864Bram Moolenaar2020-05-314-3/+51
* patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar2020-05-3110-19/+107
* patch 8.2.0862: ":term ++curwin" makes the current buffer hiddenv8.2.0862Bram Moolenaar2020-05-313-8/+15
* patch 8.2.0861: cannot easily get all the current marksv8.2.0861Bram Moolenaar2020-05-315-0/+150
* patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbersv8.2.0860Bram Moolenaar2020-05-314-27/+88
* patch 8.2.0859: no Turkish translation of the manualv8.2.0859Bram Moolenaar2020-05-312-0/+27
* patch 8.2.0858: not easy to require Lua modulesv8.2.0858Bram Moolenaar2020-05-317-9/+120
* patch 8.2.0857: GTK cell height can be a pixel too muchv8.2.0857Bram Moolenaar2020-05-312-1/+4
* patch 8.2.0856: CTRL-S stops outputv8.2.0856Bram Moolenaar2020-05-312-4/+4
* patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar2020-05-3012-43/+57
* patch 8.2.0854: xxd cannot show offset as a decimal numberv8.2.0854Bram Moolenaar2020-05-303-3/+52
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-3022-50/+52
* patch 8.2.0852: cannot map CTRL-S on some systemsv8.2.0852Bram Moolenaar2020-05-302-2/+2
* patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUIv8.2.0851Bram Moolenaar2020-05-304-42/+28
* patch 8.2.0850: MS-Windows: exepath() works different from cmd.exev8.2.0850Bram Moolenaar2020-05-303-100/+207
* patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar2020-05-3018-360/+17
* patch 8.2.0848: MS-Windows: the Windows terminal code has some flawsv8.2.0848Bram Moolenaar2020-05-304-12/+108
* patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar2020-05-3015-1534/+1566
* patch 8.2.0846: build failure with small featuresv8.2.0846Bram Moolenaar2020-05-302-0/+4
* patch 8.2.0845: text properties crossing lines not handled correctlyv8.2.0845Bram Moolenaar2020-05-307-223/+241
* patch 8.2.0844: text properties crossing lines not handled correctlyv8.2.0844Bram Moolenaar2020-05-305-47/+129