summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1563: GTK3: window manager resize hints are incompleteHEADmasterBram Moolenaar2023-05-162-2/+6
| | | | | | Problem: GTK3: window manager resize hints are incomplete. Solution: Use NULL for second argument of gtk_window_set_geometry_hints(). (Kenny Stauffer closes #11055)
* patch 9.0.1562: mixing package managers is not a good ideav9.0.1562Philip H2023-05-162-5/+6
| | | | | Problem: Mixing package managers is not a good idea. Solution: Install gcc 13 with apt-get. (closes #12405)
* patch 9.0.1561: display wrong when moving cursor to above the top linev9.0.1561Luuk van Baal2023-05-1510-13/+58
| | | | | | | Problem: Display wrong when moving cursor to above the top line and 'smoothscroll' is set. Solution: Call adjust_skipcol() in more places and make it work better. (Luuk van Baal, closes #12395)
* patch 9.0.1560: Win32: When 'encoding' is set $PATH has duplicate entriesv9.0.1560K.Takata2023-05-152-24/+33
| | | | | | Problem: Win32: When 'encoding' is set $PATH has duplicate entries. Solution: Only append the directory if it is not there yet. (Ken Takata, closes #12400, closes #12372)
* patch 9.0.1559: function argument types not always checkedv9.0.1559Bram Moolenaar2023-05-154-12/+89
| | | | | | | Problem: Function argument types not always checked and using v:none may cause an error. Solution: Check argument types once the function type is known. Do not give an error for using v:none as an argument. (closes #12200)
* patch 9.0.1558: wrong error for unreachable code after :throwv9.0.1558Bram Moolenaar2023-05-145-6/+39
| | | | | Problem: Wrong error for unreachable code after :throw. Solution: Adjust the error message.
* patch 9.0.1557: test failures for unreachable codev9.0.1557Bram Moolenaar2023-05-147-9/+31
| | | | | Problem: Test failures for unreachable code. Solution: Add a test override to ignore unreachable code.
* patch 9.0.1556: Vim9: error for missing "return" after "throw"v9.0.1556Bram Moolenaar2023-05-143-0/+16
| | | | | Problem: Vim9: error for missing "return" after "throw". Solution: Set had_return flag for "throw". (closes #12262)
* Update runtime filesBram Moolenaar2023-05-1442-1076/+2008
|
* patch 9.0.1555: setcharsearch() does not clear last searched char properlyv9.0.1555zeertzjq2023-05-144-3/+14
| | | | | Problem: setcharsearch() does not clear last searched char properly. Solution: Do not accept lastc_bytelen smaller than one. (closes #12398)
* patch 9.0.1554: code for handling 'switchbuf' is repeatedv9.0.1554Yegappan Lakshmanan2023-05-145-43/+39
| | | | | | Problem: Code for handling 'switchbuf' is repeated. Solution: Add a function to handle 'switchbuf'. (Yegappan Lakshmanan, closes #12397)
* patch 9.0.1553: CI: using slightly outdated gcc versionv9.0.1553Philip H2023-05-132-3/+6
| | | | | Problem: CI: using slightly outdated gcc version. Solution: Use "brew" to get a more recent gcc version. (closes #12391)
* patch 9.0.1552: CI: sound-dummy module is not installedv9.0.1552Philip H2023-05-132-2/+4
| | | | | Problem: CI: sound-dummy module is not installed. Solution: Invert using the result of the condition. (closes #12394)
* patch 9.0.1551: position of marker for 'smoothscroll' not computed correctlyv9.0.1551Luuk van Baal2023-05-135-23/+38
| | | | | | Problem: Position of marker for 'smoothscroll' not computed correctly. Solution: Take 'list' and other options into account. (Luuk van Baal, closes #12393)
* patch 9.0.1550: in cmdline window S-Tab does not select previous completionv9.0.1550Bram Moolenaar2023-05-133-0/+22
| | | | | | Problem: In cmdline window S-Tab does not select previous completion. (Maxim Kim) Solution: Add a mappint for S-Tab. (closes #12116)
* patch 9.0.1549: USD filetype is not recognizedv9.0.1549Colin Kennedy2023-05-133-0/+6
| | | | | Problem: USD filetype is not recognized. Solution: Add patterns for USD filetype. (Colin Kennedy, closes #12370)
* patch 9.0.1548: CI: check in sound-dummy module may throw an errorv9.0.1548Christian Brabandt2023-05-132-2/+4
| | | | | | Problem: CI: check in sound-dummy module may throw an error. Solution: Check whether apt-cache can show the package description. (Christian Brabandt, closes #12390)
* patch 9.0.1547: Coveralls workflow on CI is commented outv9.0.1547Philip H2023-05-122-26/+2
| | | | | Problem: Coveralls workflow on CI is commented out. Solution: Remove the Coveralls workflow. (closes #12389)
* patch 9.0.1546: some commands for opening a file don't use 'switchbuf'v9.0.1546Yegappan Lakshmanan2023-05-125-18/+106
| | | | | | Problem: Some commands for opening a file don't use 'switchbuf'. Solution: Use 'switchbuf' for more commands. (Yegappan Lakshmanan, closes #12383, closes #12381)
* patch 9.0.1545: text not scrolled when cursor moved with "g0" and "h"v9.0.1545Luuk van Baal2023-05-124-0/+16
| | | | | Problem: Text not scrolled when cursor moved with "g0" and "h". Solution: Adjust w_skipcol when needed. (Luuk van Baal, closes #12387)
* patch 9.0.1544: recent glibc marks sigset() as a deprecatedv9.0.1544ichizok2023-05-1112-75/+137
| | | | | | Problem: Recent glibc marks sigset() as a deprecated. Solution: Use sigaction() in mch_signal() if possible. (Ozaki Kiichi, closes #12373)
* patch 9.0.1543: display errors when making topline shorterv9.0.1543Luuk van Baal2023-05-1110-14/+77
| | | | | | | Problem: Display errors when making topline shorter and 'smoothscroll' is set. Solution: Reset w_skipcol when the topline becomes shorter than its current value. (Luuk van Baal, closes #12367)
* patch 9.0.1542: line not fully displayed if it doesn't fit in the screenv9.0.1542Luuk van Baal2023-05-114-5/+32
| | | | | | Problem: Line not fully displayed if it doesn't fit in the screen. Solution: Do not reset s_skipcol if not needed. (Luuk van Baal, closes #12376)
* patch 9.0.1541: CI: sound dummy is disabledv9.0.1541Philip H2023-05-112-12/+17
| | | | | Problem: CI: sound dummy is disabled. Solution: Make sound dummy work again. (closes #12380)
* patch 9.0.1540: reverse() on string doesn't work in compiled functionv9.0.1540Yegappan Lakshmanan2023-05-118-18/+31
| | | | | | Problem: reverse() on string doesn't work in compiled function. Solution: Accept string in argument type check. (Yegappan Lakshmanan, closes #12377)
* patch 9.0.1539: typst filetype is not recognizedv9.0.1539Gaetan Lepage2023-05-105-3/+65
| | | | | Problem: Typst filetype is not recognized. Solution: Distinguish between sql and typst. (Gaetan Lepage, closes #12363)
* patch 9.0.1538: :wqall does not trigger ExitPrev9.0.1538Bram Moolenaar2023-05-105-6/+37
| | | | | Problem: :wqall does not trigger ExitPre. (Bart Libert) Solution: Move preparations for :qall to a common function. (closes #12374)
* patch 9.0.1537: message for opening the cmdline window is not translatedv9.0.1537Bram Moolenaar2023-05-104-4/+9
| | | | | | Problem: Message for opening the cmdline window is not translated. Solution: Add gettext() and scan the defaults script for text to be translated. (closes #12371)
* patch 9.0.1536: CI: sound dummy stopped workingv9.0.1536Bram Moolenaar2023-05-092-11/+14
| | | | | Problem: CI: sound dummy stopped working. Solution: Temporarily stop using sound dummy.
* patch 9.0.1535: test commented out in a wrong wayv9.0.1535Bram Moolenaar2023-05-092-12/+14
| | | | | Problem: Test commented out in a wrong way. Solution: Use legacy script comment character.
* patch 9.0.1534: test for expanding "~" in substitute takes too longv9.0.1534Bram Moolenaar2023-05-092-12/+15
| | | | | Problem: Test for expanding "~" in substitute takes too long. Solution: Disable the test for now.
* patch 9.0.1533: test for 'smoothscroll' is ineffectivev9.0.1533Luuk van Baal2023-05-095-15/+17
| | | | | | Problem: Test for 'smoothscroll' is ineffective. Solution: Change the order of testing "zb" and "zt". (Luuk van Baal, closes #12366)
* patch 9.0.1532: crash when expanding "~" in substitute causes very long textv9.0.1532Bram Moolenaar2023-05-093-11/+35
| | | | | Problem: Crash when expanding "~" in substitute causes very long text. Solution: Limit the text length to MAXCOL.
* patch 9.0.1531: crash when register contents ends up being invalidv9.0.1531Bram Moolenaar2023-05-093-1/+20
| | | | | Problem: Crash when register contents ends up being invalid. Solution: Check "y_array" is not NULL.
* patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"v9.0.1530Luuk van Baal2023-05-094-43/+56
| | | | | | | Problem: Cursor moves to wrong line when 'foldmethod' is "diff". (Rick Howe) Solution: Adjust logic for scrolling. (Luuk van Baal, closes #12364, closes #12218)
* patch 9.0.1529: code style test doesn't check for space after "if"v9.0.1529Bram Moolenaar2023-05-099-11/+17
| | | | | Problem: Code style test doesn't check for space after "if". Solution: Add a test for space.
* patch 9.0.1528: libsodium encryption is only used with "huge" featuresv9.0.1528Bram Moolenaar2023-05-082-2/+4
| | | | | | Problem: Libsodium encryption is only used with "huge" features, even when manually enabled through configure. (Tony Mechelynck) Solution: Remove the condition on FEAT_HUGE.
* patch 9.0.1527: crash when using negative value for term_colsv9.0.1527Kenta Sato2023-05-083-2/+18
| | | | | Problem: Crash when using negative value for term_cols. Solution: Check for invalid term_cols value. (Kenta Sato, closes #12362)
* patch 9.0.1526: condition is always truev9.0.1526zeertzjq2023-05-082-5/+6
| | | | | Problem: Condition is always true. Solution: Remove unnecessary condition. (closes #12359)
* patch 9.0.1525: 'smoothscroll' does not always work properlyv9.0.1525Luuk van Baal2023-05-087-27/+101
| | | | | | Problem: 'smoothscroll' does not always work properly. Solution: Do not reset w_skipcol after it was intentionally set. (Luuk van Baal, closes #12360, closes #12199, closes #12323)
* patch 9.0.1524: passing -1 for bool is not always rejectedv9.0.1524zeertzjq2023-05-085-15/+29
| | | | | Problem: Passing -1 for bool is not always rejected. Solution: Check for error in a better way. (closes #12358)
* patch 9.0.1523: some error messages are not marked for translationv9.0.1523zeertzjq2023-05-074-3/+5
| | | | | Problem: Some error messages are not marked for translation. Solution: Surround the messages in _(). (closes #12356)
* patch 9.0.1522: some functions give two error messagesv9.0.1522Bram Moolenaar2023-05-074-6/+21
| | | | | Problem: Some functions give two error messages. Solution: Do not give a second error message. (closes #12352)
* patch 9.0.1521: failing redo of command with control charactersv9.0.1521zeertzjq2023-05-074-5/+34
| | | | | Problem: Failing redo of command with control characters. Solution: Use AppendToRedobuffLit() for colon commands. (closes #12354)
* patch 9.0.1520: completion for option name includes all bool optionsv9.0.1520Bram Moolenaar2023-05-065-7/+40
| | | | | | Problem: Completion for option name includes all bool options. Solution: Do not recognize the "noinv" prefix. Prefix "no" or "inv" when appropriate.
* patch 9.0.1519: global 'filetype' is set when detected from file contentv9.0.1519Bram Moolenaar2023-05-062-76/+78
| | | | | Problem: Global 'filetype' is set when it is detected from the file content. Solution: Set the local 'filetype' option value.
* patch 9.0.1518: search stats not always visible when searching backwardsv9.0.1518Christian Brabandt2023-05-067-6/+70
| | | | | | Problem: Search stats not always visible when searching backwards. Solution: Do not display the top/bot message on top of the search stats. (Christian Brabandt, closes #12322, closes #12222)
* patch 9.0.1517: MacOS: configure removes -O2 from $CFLAGSv9.0.1517Rose2023-05-063-16/+12
| | | | | Problem: MacOS: configure removes -O2 from $CFLAGS. Solution: Only adjust $CFLAGS for gcc. (closes #12351)
* patch 9.0.1516: cannot use special keys in <Cmd> mappingv9.0.1516zeertzjq2023-05-067-33/+60
| | | | | | Problem: Cannot use special keys in <Cmd> mapping. Solution: Do allow for special keys in <Cmd> and <ScriptCmd> mappings. (closes #12326)
* patch 9.0.1515: reverse() does not work for a Stringv9.0.1515Yegappan Lakshmanan2023-05-068-8/+76
| | | | | | Problem: reverse() does not work for a String. Solution: Implement reverse() for a String. (Yegappan Lakshmanan, closes #12179)