summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar2020-06-0112-1779/+1822
* patch 8.2.0871: cannot use getmarklist() as a methodv8.2.0871Bram Moolenaar2020-06-015-9/+13
* 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-318-71/+367
* patch 8.2.0868: trim() always trims both endsv8.2.0868Bram Moolenaar2020-05-314-35/+81
* patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar2020-05-318-21/+20
* 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-315-8/+195
* patch 8.2.0864: pragmas are indented all the way to the leftv8.2.0864Bram Moolenaar2020-05-315-4/+58
* patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar2020-05-3112-24/+118
* 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-317-0/+171
* patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbersv8.2.0860Bram Moolenaar2020-05-315-27/+97
* patch 8.2.0859: no Turkish translation of the manualv8.2.0859Bram Moolenaar2020-05-3112-1/+1420
* patch 8.2.0858: not easy to require Lua modulesv8.2.0858Bram Moolenaar2020-05-318-9/+121
* 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-3013-43/+60
* 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-304-101/+208
* patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar2020-05-3019-364/+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-3016-1534/+1569
* 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
* patch 8.2.0843: filetype elm not detectedv8.2.0843Bram Moolenaar2020-05-303-0/+6
* patch 8.2.0842: MS-Windows: channel tests failv8.2.0842Bram Moolenaar2020-05-302-0/+8
* patch 8.2.0841: 'verbose' value 16 causes duplicate outputv8.2.0841Bram Moolenaar2020-05-293-5/+6
* patch 8.2.0840: search match count wrong when only match is in foldv8.2.0840Bram Moolenaar2020-05-294-1/+47
* patch 8.2.0839: dropping modifier when putting a character back in typeaheadv8.2.0839Bram Moolenaar2020-05-298-14/+50
* patch 8.2.0838: MS-Windows: compiler warning for uninitialized variablesv8.2.0838Bram Moolenaar2020-05-292-1/+3
* patch 8.2.0837: compiler warning for value set but not usedv8.2.0837Bram Moolenaar2020-05-292-3/+3
* patch 8.2.0836: not all :cdo output is visiblev8.2.0836Bram Moolenaar2020-05-283-13/+33
* patch 8.2.0835: Motif: mapping <C-bslash> still doesn't workv8.2.0835Bram Moolenaar2020-05-283-1/+17
* patch 8.2.0834: :drop command in terminal popup causes problemsv8.2.0834Bram Moolenaar2020-05-273-0/+8
* patch 8.2.0833: mapping <C-bslash> doesn't work in the GUIv8.2.0833Bram Moolenaar2020-05-272-0/+4
* patch 8.2.0832: compiler warning for uninitialized variablev8.2.0832Bram Moolenaar2020-05-272-1/+3
* patch 8.2.0831: compiler warnings for integer sizesv8.2.0831Bram Moolenaar2020-05-273-3/+5
* patch 8.2.0830: Motif: can't map "!"v8.2.0830Bram Moolenaar2020-05-262-0/+7
* Update runtime filesBram Moolenaar2020-05-2625-148/+349
* patch 8.2.0829: filter() may give misleading error messagev8.2.0829Bram Moolenaar2020-05-263-3/+5
* patch 8.2.0828: Travis: regexp patttern doesn't work everywherev8.2.0828Bram Moolenaar2020-05-266-11/+24
* patch 8.2.0827: Vim9: crash in :defcompilev8.2.0827Bram Moolenaar2020-05-262-0/+3
* patch 8.2.0826: Vim9: crash in :defcompilev8.2.0826Bram Moolenaar2020-05-262-1/+14
* patch 8.2.0825: def_function() may return pointer that was freedv8.2.0825Bram Moolenaar2020-05-252-0/+5
* patch 8.2.0824: still not enough memory allocated when converting stringv8.2.0824Bram Moolenaar2020-05-253-3/+7