summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4391: command line executed when typing Esc in the GUIv8.2.4391Bram Moolenaar2022-02-153-4/+6
* patch 8.2.4390: Vim9: list from declaration with inferred type not setv8.2.4390Bram Moolenaar2022-02-155-6/+41
* patch 8.2.4389: screenpos() does not handle a position in a closed foldv8.2.4389Bram Moolenaar2022-02-153-30/+64
* patch 8.2.4388: dead code in op_insert()v8.2.4388zeertzjq2022-02-152-23/+16
* patch 8.2.4387: command line completion doesn't always work properlyv8.2.4387Yegappan Lakshmanan2022-02-153-22/+124
* patch 8.2.4386: still cannot build tiny versionv8.2.4386Bram Moolenaar2022-02-142-1/+3
* patch 8.2.4385: cannot build tiny versionv8.2.4385Bram Moolenaar2022-02-142-0/+4
* patch 8.2.4384: Vim9: error message not tested, some code not testedv8.2.4384Bram Moolenaar2022-02-146-11/+31
* patch 8.2.4383: Vim9: unused code linesv8.2.4383Bram Moolenaar2022-02-142-16/+13
* patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enterv8.2.4382Bram Moolenaar2022-02-145-4/+31
* patch 8.2.4381: translation file listed twicev8.2.4381Bram Moolenaar2022-02-142-1/+2
* patch 8.2.4380: small differences between Chinese translation filesv8.2.4380Ada2022-02-143-0/+9
* patch 8.2.4379: an empty change is reported to a listenerv8.2.4379Bram Moolenaar2022-02-144-7/+37
* patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'v8.2.4378Christian Brabandt2022-02-146-0/+101
* patch 8.2.4377: CI steps for Windows are a bit unorganizedv8.2.4377ichizok2022-02-142-31/+37
* patch 8.2.4376: not enough tests for command line completionv8.2.4376Yegappan Lakshmanan2022-02-143-14/+87
* patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar2022-02-1311-63/+24
* patch 8.2.4374: unreachable codev8.2.4374Bram Moolenaar2022-02-132-21/+3
* patch 8.2.4373: expression test failsv8.2.4373Bram Moolenaar2022-02-132-10/+29
* patch 8.2.4372: filetype detection from file contents is in legacy scriptv8.2.4372Bram Moolenaar2022-02-133-421/+432
* patch 8.2.4371: Vim9: can create a script variable from a legacy functionv8.2.4371Bram Moolenaar2022-02-134-1/+19
* patch 8.2.4370: MS-Windows: libsodium.dll not included with the installerv8.2.4370Christian Brabandt2022-02-132-0/+5
* patch 8.2.4369: redundant #ifdef argumentv8.2.4369ola.soder@axis.com2022-02-132-2/+4
* patch 8.2.4368: Amiga: a few compiler warningsv8.2.4368ola.soder@axis.com2022-02-133-8/+10
* patch 8.2.4367: calling in_vim9script() multiple timesv8.2.4367Bram Moolenaar2022-02-133-56/+61
* patch 8.2.4366: not enough tests for command line completionv8.2.4366Yegappan Lakshmanan2022-02-134-0/+61
* patch 8.2.4365: sticky command modifiers are too stickyv8.2.4365Bram Moolenaar2022-02-123-0/+23
* patch 8.2.4364: MS-Windows: still running out of memory for a very long linev8.2.4364Bram Moolenaar2022-02-122-1/+3
* patch 8.2.4363: MS-Windows: running out of memory for a very long linev8.2.4363Bram Moolenaar2022-02-122-1/+5
* patch 8.2.4362: :retab may allocate too much memoryv8.2.4362Bram Moolenaar2022-02-122-1/+10
* patch 8.2.4361: Vim9: some tests failv8.2.4361Bram Moolenaar2022-02-126-12/+15
* patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar2022-02-1215-61/+151
* patch 8.2.4359: crash when repeatedly using :retabv8.2.4359Bram Moolenaar2022-02-123-0/+26
* patch 8.2.4358: Vim9: line number of exception is not setv8.2.4358Bram Moolenaar2022-02-123-0/+15
* patch 8.2.4357: sticky command modifiers are too stickyv8.2.4357Bram Moolenaar2022-02-123-0/+19
* patch 8.2.4356: command line completion functions are very longv8.2.4356Yegappan Lakshmanan2022-02-122-549/+685
* patch 8.2.4355: unnecessary call to check_colorcolumn()v8.2.4355Sean Dewar2022-02-123-5/+3
* patch 8.2.4354: dynamic loading of libsodium not handled properlyv8.2.4354K.Takata2022-02-128-31/+79
* patch 8.2.4353: CI does not use the latest Lua and Pythonv8.2.4353Philip H2022-02-122-3/+5
* patch 8.2.4352: ReScript files are not recognizedv8.2.4352Ananda Umamil2022-02-123-0/+6
* patch 8.2.4351: no coverage is measured on MS-Windows CIv8.2.4351ichizok2022-02-122-6/+40
* patch 8.2.4350: FEAT_GUI_ENABLED defined but never usedv8.2.4350ola.soder@axis.com2022-02-112-1/+2
* patch 8.2.4349: FileChangedShell test fails on MS-Windowsv8.2.4349Bram Moolenaar2022-02-112-0/+4
* patch 8.2.4348: "legacy exe cmd" does not do what one would expectv8.2.4348Bram Moolenaar2022-02-116-5/+42
* patch 8.2.4347: in some build setups UNUSED is not definedv8.2.4347ola.soder@axis.com2022-02-112-4/+13
* patch 8.2.4346: a custom statusline may cause Esc to work like Enterv8.2.4346Bram Moolenaar2022-02-114-0/+31
* patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPrev8.2.4345Bram Moolenaar2022-02-113-3/+15
* patch 8.2.4344: Amiga: header file included twicev8.2.4344ola.soder@axis.com2022-02-112-1/+2
* patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling2022-02-118-17/+145
* Update runtime files. (closes #9741)Bram Moolenaar2022-02-117-62/+83