summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar2020-04-012-0/+5
* patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar2020-04-011-0/+1
* patch 8.2.0478: new buffers are not added to the Buffers menuv8.2.0478Bram Moolenaar2020-03-291-2/+2
* Update runtime filesBram Moolenaar2020-03-2711-70/+67
* patch 8.2.0459: cannot check if a function name is correctv8.2.0459Bram Moolenaar2020-03-261-2/+6
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-2/+9
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+1
* patch 8.2.0427: it is not possible to check for a typo in a feature namev8.2.0427Bram Moolenaar2020-03-221-7/+17
* Update runtime filesBram Moolenaar2020-03-1915-53/+104
* patch 8.2.0415: bsdl filetype is not detectedv8.2.0415Bram Moolenaar2020-03-191-1/+4
* patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar2020-03-191-45/+70
* patch 8.2.0385: menu functionality insufficiently testedv8.2.0385Bram Moolenaar2020-03-153-2/+67
* Update runtime filesBram Moolenaar2020-03-1414-119/+253
* patch 8.2.0360: yaml files are only recognized by the file extensionv8.2.0360Bram Moolenaar2020-03-061-0/+4
* patch 8.2.0357: cannot delete a text property matching both id and typev8.2.0357Bram Moolenaar2020-03-051-0/+1
* Update runtime filesBram Moolenaar2020-03-0111-42/+78
* patch 8.2.0335: no completion for :disassemblev8.2.0335Bram Moolenaar2020-02-291-0/+8
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-2610-5/+271
* Update runtime files.Bram Moolenaar2020-02-2611-40/+80
* patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299Bram Moolenaar2020-02-222-0/+9
* patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar2020-02-221-3/+5
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-222-4/+9
* patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar2020-02-211-1/+17
* patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286Bram Moolenaar2020-02-201-1/+3
* Update runtime files.Bram Moolenaar2020-02-1514-69/+113
* patch 8.2.0258: modifyOtherKeys cannot be temporarily disabledv8.2.0258Bram Moolenaar2020-02-141-1/+15
* patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar2020-02-141-0/+17
* patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar2020-02-123-7/+0
* patch 8.2.0233: crash when using garbagecollect() in between rand()v8.2.0233Bram Moolenaar2020-02-082-1/+5
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-053-0/+7
* Update runtime files.Bram Moolenaar2020-02-0416-61/+177
* patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."v8.2.0208Bram Moolenaar2020-02-041-2/+1
* patch 8.2.0190: Kotlin files are not recognizedv8.2.0190Bram Moolenaar2020-01-311-1/+4
* patch 8.2.0161: not recognizing .gv file as dot filetypev8.2.0161Bram Moolenaar2020-01-2712-1/+1
* patch 8.2.0158: triggering CompleteDone earlier is not backwards compatiblev8.2.0158Bram Moolenaar2020-01-261-5/+18
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-267-9/+584
* Update runtime files.Bram Moolenaar2020-01-2526-104/+625
* patch 8.2.0141: no swift filetype detectionv8.2.0141Bram Moolenaar2020-01-221-0/+7
* Update runtime files.Bram Moolenaar2020-01-2115-52/+76
* patch 8.2.0140: CI does not test building doc tagsv8.2.0140Bram Moolenaar2020-01-212-5/+9
* patch 8.2.0128: cannot list options one per linev8.2.0128Bram Moolenaar2020-01-181-4/+8
* patch 8.2.0123: complete_info() does not work when CompleteDone is triggeredv8.2.0123Bram Moolenaar2020-01-171-1/+3
* patch 8.2.0122: readme files still mention MS-DOSv8.2.0122Bram Moolenaar2020-01-161-1/+1
* Update runtime files.Bram Moolenaar2020-01-1429-185/+150
* patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar2020-01-101-21/+0
* Update runtime files.Bram Moolenaar2020-01-0923-237/+405
* patch 8.2.0106: printf formats are not exactly rightv8.2.0106Bram Moolenaar2020-01-081-14/+14
* patch 8.2.0095: cannot specify exit code for :cquitv8.2.0095Bram Moolenaar2020-01-061-2/+11
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-051-7/+6
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-041-1/+2