summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2020-04-30patch 8.2.0667: cannot install Haiku version from sourcev8.2.0667Bram Moolenaar
Problem: Cannot install Haiku version from source. Solution: Update Makefile and rdef file. (Emir Sari, closes #6013)
2020-04-29patch 8.2.0663: not all systemd temp files are recognizedv8.2.0663Bram Moolenaar
Problem: Not all systemd temp files are recognized. Solution: Add two more patterns. (Jamie Macdonald, closes #6003)
2020-04-26patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar
Problem: Insufficient testing for invalid function arguments. Solution: Add more tests. (Yegappan Lakshmanan, closes #5988)
2020-04-23patch 8.2.0628: error in menu translationsv8.2.0628Bram Moolenaar
Problem: Error in menu translations. Solution: Insert a backslash before a space in one more file. (Shun Bai, Emir Sari)
2020-04-23patch 8.2.0620: error in menu translationsv8.2.0620Bram Moolenaar
Problem: Error in menu translations. Solution: Insert a backslash before a space.
2020-04-22patch 8.2.0617: new error check triggers in Swedish menuv8.2.0617Bram Moolenaar
Problem: New error check triggers in Swedish menu. Solution: Insert backslash. (Mats Tegner, closes #5966)
2020-04-21patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar
Problem: Get ml_get error when deleting a line in 'completefunc'. (Yegappan Lakshmanan) Solution: Lock the text while evaluating 'completefunc'.
2020-04-20patch 8.2.0613: Vim9: no check for space before #commentv8.2.0613Bram Moolenaar
Problem: Vim9: no check for space before #comment. Solution: Add space checks.
2020-04-20Update runtime filesBram Moolenaar
2020-04-19patch 8.2.0599: Netbeans interface insufficiently testedv8.2.0599Bram Moolenaar
Problem: Netbeans interface insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5921)
2020-04-17patch 8.2.0590: no 'backspace' value allows ignoring the insertion pointv8.2.0590Bram Moolenaar
Problem: No 'backspace' value allows ignoring the insertion point. Solution: Add the "nostop" and 3 values. (Christian Brabandt, closes #5940)
2020-04-17patch 8.2.0589: .bsd file type not recognizedv8.2.0589Bram Moolenaar
Problem: .bsd file type not recognized. Solution: Recognize .bsd as BSDL. (Daniel Kho, closes #5945)
2020-04-14patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar
Problem: Heredoc for interfaces does not support "trim". Solution: Update the script heredoc support to be same as the :let command. (Yegappan Lakshmanan, closes #5916)
2020-04-13patch 8.2.0574: ipv6 feature not shown in :version outputv8.2.0574Bram Moolenaar
Problem: Ipv6 feature not shown in :version output. Solution: Add ipv6 in :version output. (Ozaki Kiichi, closes #5924)
2020-04-13patch 8.2.0568: the man filetype plugin overwrites the unnamed registerv8.2.0568Bram Moolenaar
Problem: The man filetype plugin overwrites the unnamed register. Solution: Use the black hole register. (Jason Franklin)
2020-04-13patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar
Problem: Vim9: cannot put comments halfway expressions. Solution: Support # comments in many places.
2020-04-12patch 8.2.0563: Vim9: cannot split a function linev8.2.0563Bram Moolenaar
Problem: Vim9: cannot split a function line. Solution: Continue in next line so long as the function isn't done.
2020-04-12patch 8.2.0562: Vim9: cannot split an expression into multiple linesv8.2.0562Bram Moolenaar
Problem: Vim9: cannot split an expression into multiple lines. Solution: Continue in next line after an operator.
2020-04-12patch 8.2.0561: Vim9: cannot split function call in multiple linesv8.2.0561Bram Moolenaar
Problem: Vim9: cannot split function call in multiple lines. Solution: Find more arguments in following lines.
2020-04-12patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar
Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)
2020-04-12patch 8.2.0555: Vim9: line continuation is not always neededv8.2.0555Bram Moolenaar
Problem: Vim9: line continuation is not always needed. Solution: Recognize continuation lines automatically in list and dict.
2020-04-12patch 8.2.0549: user systemd files not recognizedv8.2.0549Bram Moolenaar
Problem: User systemd files not recognized. Solution: Add filetype patterns. (Kevin Locke, closes #5914)
2020-04-10Update runtime filesBram Moolenaar
2020-04-08patch 8.2.0532: cannot use simplify() as a methodv8.2.0532Bram Moolenaar
Problem: Cannot use simplify() as a method. Solution: Add FEARG_1. (closes #5996)
2020-04-03patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar
Problem: Vim9: func and partial types not done yet Solution: Fill in details about func declaration, drop a separate partial declaration.
2020-04-01patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar
Problem: Vim9: some error messages not tested. Solution: Add more tests. Fix uncovered bugs.
2020-04-01patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar
Problem: Cannot recognize a <script> mapping using maparg(). Solution: Add the "script" key. (closes #5873)
2020-03-29patch 8.2.0478: new buffers are not added to the Buffers menuv8.2.0478Bram Moolenaar
Problem: New buffers are not added to the Buffers menu. Solution: Turn number into string. (Yee Cheng Chin, closes #5864)
2020-03-27Update runtime filesBram Moolenaar
2020-03-26patch 8.2.0459: cannot check if a function name is correctv8.2.0459Bram Moolenaar
Problem: Cannot check if a function name is correct. Solution: Add "?funcname" to exists().
2020-03-26patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar
Problem: Cannot set the highlight group for a specific terminal. Solution: Add the "highlight" option to term_start(). (closes #5818)
2020-03-25patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar
Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)
2020-03-22patch 8.2.0427: it is not possible to check for a typo in a feature namev8.2.0427Bram Moolenaar
Problem: It is not possible to check for a typo in a feature name. Solution: Add an extra argument to has().
2020-03-19Update runtime filesBram Moolenaar
2020-03-19patch 8.2.0415: bsdl filetype is not detectedv8.2.0415Bram Moolenaar
Problem: Bsdl filetype is not detected. Solution: Add an entry in the filetype list. (Daniel Kho, closes #5810)
2020-03-19patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar
Problem: Buffer menu does not handle special buffers properly. Solution: Keep a dictionary with buffer names to reliably keep track of entries. Also trigger BufFilePre and BufFilePost for command-line and terminal buffers when the name changes.
2020-03-15patch 8.2.0385: menu functionality insufficiently testedv8.2.0385Bram Moolenaar
Problem: Menu functionality insufficiently tested. Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes #5760)
2020-03-14Update runtime filesBram Moolenaar
2020-03-06patch 8.2.0360: yaml files are only recognized by the file extensionv8.2.0360Bram Moolenaar
Problem: Yaml files are only recognized by the file extension. Solution: Check for a line starting with "%YAML". (Jason Franklin)
2020-03-05patch 8.2.0357: cannot delete a text property matching both id and typev8.2.0357Bram Moolenaar
Problem: Cannot delete a text property matching both id and type. (Axel Forsman) Solution: Add the "both" argument.
2020-03-01Update runtime filesBram Moolenaar
2020-02-29patch 8.2.0335: no completion for :disassemblev8.2.0335Bram Moolenaar
Problem: No completion for :disassemble. Solution: Make completion work. Also complete script-local functions if the name starts with "s:".
2020-02-26patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
2020-02-26Update runtime files.Bram Moolenaar
2020-02-22patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299Bram Moolenaar
Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool() not tested. Solution: Add tests. Add test_unknown() and test_void().
2020-02-22patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar
Problem: Vim9 script: cannot start command with a string constant. Solution: Recognize expression starting with '('.
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
Problem: Mixing up "long long" and __int64 may cause problems. (John Marriott) Solution: Pass varnumber_T to vim_snprintf(). Add v:numbersize.
2020-02-21patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar
Problem: Cannot use Ex command that is also a function name. Solution: Recognize an Ex command by a colon prefix.
2020-02-20patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286Bram Moolenaar
Problem: Cannot use popup_close() for a terminal popup. Solution: Allow using popup_close(). (closes #5666)
2020-02-15Update runtime files.Bram Moolenaar