summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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