summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.4307: a few more messages should not be translatedv8.2.4307Bram Moolenaar2022-02-062-5/+7
* patch 8.2.4306: no test for fixed perl filetype checkv8.2.4306Bram Moolenaar2022-02-052-304/+327
* patch 8.2.4305: tex filetype detection failsv8.2.4305Bram Moolenaar2022-02-053-3/+25
* patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the typev8.2.4304Bram Moolenaar2022-02-053-1/+27
* patch 8.2.4303: a few messages should not be translatedv8.2.4303Dominique Pelle2022-02-052-5/+7
* patch 8.2.4302: Vim9: return type of getline() is too strictv8.2.4302Bram Moolenaar2022-02-053-20/+67
* patch 8.2.4301: Vim9: type error for copy of dictv8.2.4301Bram Moolenaar2022-02-053-1/+9
* patch 8.2.4300: cannot build tiny versionv8.2.4300Bram Moolenaar2022-02-052-2/+6
* patch 8.2.4299: SafeState autocommand interferes with debuggingv8.2.4299Bram Moolenaar2022-02-052-1/+4
* patch 8.2.4298: divide by zero with huge tabstop valuev8.2.4298Bram Moolenaar2022-02-053-1/+13
* patch 8.2.4297: Vim9: not all code covered by testsv8.2.4297Bram Moolenaar2022-02-043-0/+48
* patch 8.2.4296: Vim9: not all code covered by testsv8.2.4296Bram Moolenaar2022-02-045-2/+13
* Update runtime files; use compiled functionsBram Moolenaar2022-02-047-513/+476
* Update runtime files.Bram Moolenaar2022-02-0426-4600/+7333
* patch 8.2.4295: Vim9: concatenating two lists may result in wrong typev8.2.4295Bram Moolenaar2022-02-043-3/+10
* patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicatedv8.2.4294K.Takata2022-02-046-32/+24
* patch 8.2.4293: Vim9: when copying a list it gets type list<any>v8.2.4293Bram Moolenaar2022-02-033-1/+10
* patch 8.2.4292: test failsv8.2.4292Bram Moolenaar2022-02-032-1/+3
* patch 8.2.4291: error number used twicev8.2.4291Bram Moolenaar2022-02-032-3/+4
* patch 8.2.4290: MS-Windows: using type casts for timer IDsv8.2.4290K.Takata2022-02-032-37/+24
* patch 8.2.4289: warnings reported by MSVCv8.2.4289K.Takata2022-02-037-23/+25
* patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata2022-02-039-32/+34
* patch 8.2.4287: cannot assign empty list with type to variable with list typev8.2.4287Bram Moolenaar2022-02-034-4/+19
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-0214-57/+154
* patch 8.2.4285: Vim9: type of item in for loop not checked properlyv8.2.4285Bram Moolenaar2022-02-025-9/+23
* patch 8.2.4284: old mac resources files are no longer usedv8.2.4284ichizok2022-02-029-790/+2
* patch 8.2.4283: using a variable for the return value is not neededv8.2.4283zeertzjq2022-02-023-35/+30
* patch 8.2.4282: restricted mode requires the -Z command line optionv8.2.4282matveyt2022-02-014-0/+23
* patch 8.2.4281: using freed memory with :lopen and :bwipev8.2.4281Bram Moolenaar2022-02-013-4/+29
* patch 8.2.4280: list-dict test crashesv8.2.4280Bram Moolenaar2022-02-012-1/+3
* patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar2022-02-017-46/+202
* patch 8.2.4278: build with Athena GUI failsv8.2.4278Bram Moolenaar2022-02-012-0/+6
* patch 8.2.4277: Vim9: an import does not shadow a command modifierv8.2.4277Bram Moolenaar2022-01-313-5/+14
* patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan2022-01-318-67/+68
* patch 8.2.4275: cannot use an autoload function from a package under startv8.2.4275=?UTF-8?q?Bj=C3=B6rn=20Linse?=2022-01-313-1/+16
* patch 8.2.4274: Basic and form filetype detection is incompletev8.2.4274Doug Kearns2022-01-314-5/+51
* Update runtime filesBram Moolenaar2022-01-3111-69/+98
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-3143-1304/+431
* patch 8.2.4272: Vim9 expr test fails without the channel featurev8.2.4272Bram Moolenaar2022-01-312-2/+5
* patch 8.2.4271: MS-Windows: cannot build with Ruby 3.1.0v8.2.4271K.Takata2022-01-313-1/+11
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-3114-418/+443
* patch 8.2.4269: Coverity warns for using a NULL pointerv8.2.4269Bram Moolenaar2022-01-312-1/+4
* patch 8.2.4268: CI log output is longv8.2.4268ichizok2022-01-312-3/+8
* patch 8.2.4267: unused entry in keymap enumv8.2.4267Bram Moolenaar2022-01-312-4/+5
* patch 8.2.4266: compiler warning for uninitialized variablev8.2.4266Bram Moolenaar2022-01-302-1/+3
* patch 8.2.4265: autoload tests failsv8.2.4265Bram Moolenaar2022-01-304-6/+8
* patch 8.2.4264: Vim9: can use old style autoload function namev8.2.4264Bram Moolenaar2022-01-306-32/+42
* patch 8.2.4263: no test for the GUI find/replace dialogv8.2.4263Yegappan Lakshmanan2022-01-304-22/+133
* patch 8.2.4262: some search tests failv8.2.4262Bram Moolenaar2022-01-302-1/+3
* patch 8.2.4261: accessing invalid memory in a regular expressionv8.2.4261Bram Moolenaar2022-01-303-2/+15