summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4342: CI will soon switch to other windows versionv8.2.4342ichizok2022-02-112-1/+3
* patch 8.2.4341: command line not redrawn when finishing popup menuv8.2.4341Bram Moolenaar2022-02-104-0/+20
* patch 8.2.4340: Amiga: mch_can_exe() is not implementedv8.2.4340ola.soder@axis.com2022-02-102-2/+44
* patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan2022-02-1022-139/+216
* patch 8.2.4338: an error from an expression mapping messes up the displayv8.2.4338Bram Moolenaar2022-02-106-0/+88
* Update runtime filesBram Moolenaar2022-02-0977-122/+167
* patch 8.2.4337: part of condition is always truev8.2.4337=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-092-1/+3
* patch 8.2.4336: using :filter for :scriptnames does not workv8.2.4336Bram Moolenaar2022-02-093-4/+15
* patch 8.2.4335: no autocommand event triggered before changing directoryv8.2.4335Bram Moolenaar2022-02-098-20/+60
* patch 8.2.4334: command line popup menu not positioned correctlyv8.2.4334rbtnn2022-02-094-1/+24
* patch 8.2.4333: cstack not always passed to where it is neededv8.2.4333Bram Moolenaar2022-02-087-10/+19
* patch 8.2.4332: Vim9: incomplete test for existing script variable in blockv8.2.4332Bram Moolenaar2022-02-087-24/+86
* patch 8.2.4331: Vim9: no test for existing script variable in blockv8.2.4331Bram Moolenaar2022-02-082-1/+27
* patch 8.2.4330: Vim9: no error if script imports itselfv8.2.4330Bram Moolenaar2022-02-084-2/+20
* patch 8.2.4329: no support for end line number and column in 'errorformat'v8.2.4329haya14busa2022-02-084-18/+88
* patch 8.2.4328: command line complete matches cleard when typing characterv8.2.4328Bram Moolenaar2022-02-085-1/+33
* patch 8.2.4327: may end up with no current bufferv8.2.4327Bram Moolenaar2022-02-083-4/+49
* patch 8.2.4326: "o" and "O" copying comment not sufficiently testedv8.2.4326zeertzjq2022-02-082-1/+29
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-0841-17/+673
* patch 8.2.4324: Vim9: script-local function name can start with "_"v8.2.4324Bram Moolenaar2022-02-075-18/+44
* patch 8.2.4323: Vim9: nested function name can start with "_"v8.2.4323Bram Moolenaar2022-02-073-2/+33
* patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar2022-02-076-5/+54
* patch 8.2.4321: Vim9: crash when using a funcref to a closurev8.2.4321Bram Moolenaar2022-02-073-0/+27
* patch 8.2.4320: Athena and Motif: when maximized scrollbar position is wrongv8.2.4320qsmodo2022-02-073-12/+34
* patch 8.2.4319: :put does not work properly in compiled functionv8.2.4319Bram Moolenaar2022-02-073-1/+14
* patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318Bram Moolenaar2022-02-076-11/+14
* patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation failsv8.2.4317Bram Moolenaar2022-02-075-14/+119
* patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systemsv8.2.4316K.Takata2022-02-075-8/+6
* patch 8.2.4315: put in Visual mode not fully testedv8.2.4315zeertzjq2022-02-072-6/+42
* patch 8.2.4314: test fails where lines are skippedv8.2.4314Bram Moolenaar2022-02-063-2/+14
* patch 8.2.4313: Vim9: cannot change type of list after making a slicev8.2.4313Bram Moolenaar2022-02-063-0/+6
* patch 8.2.4312: no error for using :vim9script in a :def functionv8.2.4312Bram Moolenaar2022-02-063-0/+7
* patch 8.2.4311: Vim9: changing script variable type not caught compile timev8.2.4311Bram Moolenaar2022-02-063-1/+13
* patch 8.2.4310: Vim9: constant list and dict get a declaration typev8.2.4310Bram Moolenaar2022-02-065-18/+12
* patch 8.2.4309: Vim9: crash when using a partial in the wrong contextv8.2.4309Bram Moolenaar2022-02-063-5/+40
* patch 8.2.4308: Vim9: cannot list autoload functionv8.2.4308Bram Moolenaar2022-02-063-1/+7