summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2020-05-0122-182/+296
* patch 8.2.0667: cannot install Haiku version from sourcev8.2.0667Bram Moolenaar2020-04-301-15/+17
* patch 8.2.0663: not all systemd temp files are recognizedv8.2.0663Bram Moolenaar2020-04-291-1/+3
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-2/+2
* patch 8.2.0628: error in menu translationsv8.2.0628Bram Moolenaar2020-04-2321-172/+172
* patch 8.2.0620: error in menu translationsv8.2.0620Bram Moolenaar2020-04-232-9/+9
* patch 8.2.0617: new error check triggers in Swedish menuv8.2.0617Bram Moolenaar2020-04-221-2/+2
* patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar2020-04-211-2/+4
* patch 8.2.0613: Vim9: no check for space before #commentv8.2.0613Bram Moolenaar2020-04-201-1/+1
* Update runtime filesBram Moolenaar2020-04-2026-84/+194
* patch 8.2.0599: Netbeans interface insufficiently testedv8.2.0599Bram Moolenaar2020-04-191-10/+17
* patch 8.2.0590: no 'backspace' value allows ignoring the insertion pointv8.2.0590Bram Moolenaar2020-04-171-0/+3
* patch 8.2.0589: .bsd file type not recognizedv8.2.0589Bram Moolenaar2020-04-171-2/+2
* patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar2020-04-146-24/+20
* patch 8.2.0574: ipv6 feature not shown in :version outputv8.2.0574Bram Moolenaar2020-04-131-1/+2
* patch 8.2.0568: the man filetype plugin overwrites the unnamed registerv8.2.0568Bram Moolenaar2020-04-131-4/+4
* patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar2020-04-131-0/+12
* patch 8.2.0563: Vim9: cannot split a function linev8.2.0563Bram Moolenaar2020-04-121-0/+7
* patch 8.2.0562: Vim9: cannot split an expression into multiple linesv8.2.0562Bram Moolenaar2020-04-121-0/+12
* patch 8.2.0561: Vim9: cannot split function call in multiple linesv8.2.0561Bram Moolenaar2020-04-121-0/+13
* patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar2020-04-122-0/+7
* patch 8.2.0555: Vim9: line continuation is not always neededv8.2.0555Bram Moolenaar2020-04-121-0/+11
* patch 8.2.0549: user systemd files not recognizedv8.2.0549Bram Moolenaar2020-04-121-3/+5
* Update runtime filesBram Moolenaar2020-04-1024-88/+187
* patch 8.2.0532: cannot use simplify() as a methodv8.2.0532Bram Moolenaar2020-04-081-0/+2
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-031-14/+25
* 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