summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1472: add_termcap_entry() is not testedv8.1.1472Bram Moolenaar2019-06-062-1/+9
| | | | | Problem: Add_termcap_entry() is not tested. Solution: Add a simple test.
* patch 8.1.1471: 'background' not correctly set for 2-digit rgb termresponsev8.1.1471Bram Moolenaar2019-06-053-15/+48
| | | | | Problem: 'background' not correctly set for 2-digit rgb termresponse. Solution: Adjust what digit to use. (closes #4495)
* patch 8.1.1470: new Unicode character U32FF missing from double-width tablev8.1.1470Bram Moolenaar2019-06-052-2/+3
| | | | | Problem: New Unicode character U32FF missing from double-width table. Solution: Add the character.
* patch 8.1.1469: no test for checking the cursor style responsev8.1.1469Bram Moolenaar2019-06-053-24/+87
| | | | | Problem: No test for checking the cursor style response. Solution: Add a simple test. Also include the missing part of 8.1.1464.
* patch 8.1.1468: the generated desktop files may be invalidv8.1.1468Bram Moolenaar2019-06-052-3/+9
| | | | | | Problem: The generated desktop files may be invalid. Solution: Check validity with desktop-file-validate. (Christian Brabandt, Will Thompson, closes #4480)
* patch 8.1.1467: cscope test failsv8.1.1467Bram Moolenaar2019-06-042-2/+4
| | | | | Problem: Cscope test fails. Solution: Update expected text.
* patch 8.1.1466: not updating priority on existing signv8.1.1466Bram Moolenaar2019-06-043-0/+21
| | | | | Problem: Not updating priority on existing sign. Solution: Set the sign priority. Add a test. (Yegappan Lakshmanan)
* patch 8.1.1465: allocating wrong amount of memoryv8.1.1465Bram Moolenaar2019-06-042-1/+3
| | | | | Problem: Allocating wrong amount of memory. (Yegappan Lakshmanan) Solution: Use sizeof() for right type of struct.
* patch 8.1.1464: only 4-digit rgb termresponse is recognizedv8.1.1464Bram Moolenaar2019-06-042-5/+13
| | | | | Problem: Only 4-digit rgb termresponse is recognized. Solution: Also recognize 2-digit rgb response. (closes #4486)
* patch 8.1.1463: gcc warns for uninitialized variablev8.1.1463Bram Moolenaar2019-06-042-3/+8
| | | | | Problem: Gcc warns for uninitialized variable. Solution: Put usage inside "if". (Ken Takata)
* patch 8.1.1462: MS-Windows: using special character requires quotingv8.1.1462Bram Moolenaar2019-06-042-1/+3
| | | | | Problem: MS-Windows: using special character requires quoting. Solution: Add quotes. (Ken Takata)
* patch 8.1.1461: tests do not run or are not reliable on some systemsv8.1.1461Bram Moolenaar2019-06-036-10/+18
| | | | | | | | Problem: Tests do not run or are not reliable on some systems. Solution: Use "findstr" instead of "grep" on MS-Windows. Clear PROMPT_COMMAND in the terminal test. Delete temp file. Wait for output after executing a debug command. (Yegappan Lakshmanan, closes #4479)
* patch 8.1.1460: popup window border characters may be wrongv8.1.1460Bram Moolenaar2019-06-032-2/+11
| | | | | | Problem: Popup window border characters may be wrong. Solution: Reset the border characters for each popup. Correct use of 'ambiwidth'.
* patch 8.1.1459: popup window border looks bad when 'ambiwidth' is "double"v8.1.1459Bram Moolenaar2019-06-032-1/+5
| | | | | | | Problem: Popup window border looks bad when 'ambiwidth' is "double". (Yasuhiro Matsumoto) Solution: Only use line drawing characters when 'ambiwidth' is "single". (Ken Takata, closes #4477)
* patch 8.1.1458: crash when using gtagsv8.1.1458Bram Moolenaar2019-06-032-1/+7
| | | | | | Problem: Crash when using gtags. (issue #4102) Solution: Check for negative row or col in screen_puts_len(). (Christian Brabandt)
* patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar2019-06-035-3/+72
| | | | | Problem: Cannot reuse a buffer when loading a screen dump. Solution: Add the "bufnr" option.
* patch 8.1.1456: WinBar not redrawn after scrolling one linev8.1.1456Bram Moolenaar2019-06-023-1/+15
| | | | | | Problem: WinBar not redrawn after scrolling one line. Solution: Exclude the winbar height when deciding what to redraw. (closes #4473)
* patch 8.1.1455: popup_atcursor() not completely implementedv8.1.1455Bram Moolenaar2019-06-025-45/+73
| | | | | Problem: Popup_atcursor() not completely implemented. Solution: Add the default for the "moved" property.
* patch 8.1.1454: build failure without the conceal featurev8.1.1454Bram Moolenaar2019-06-022-2/+2
| | | | | Problem: Build failure without the conceal feature. Solution: Remove #ifdef.
* patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar2019-06-0210-23/+191
| | | | | Problem: Popup window "moved" property not implemented yet. Solution: Implement it.
* patch 8.1.1452: line and col property of popup windows not properly checkedv8.1.1452Bram Moolenaar2019-06-026-4/+133
| | | | | Problem: Line and col property of popup windows not properly checked. Solution: Check for "+" or "-" sign.
* patch 8.1.1451: CTRL-L does not clear screen with a popup windowv8.1.1451Bram Moolenaar2019-06-022-1/+8
| | | | | | Problem: CTRL-L does not clear screen with a popup window. Solution: Do not change the type to NOT_VALID. Redraw all windows. (closes #4471)
* patch 8.1.1450: popup window positioning wrong when using padding or bordersv8.1.1450Bram Moolenaar2019-06-024-4/+73
| | | | | Problem: Popup window positioning wrong when using padding or borders. Solution: Fix computing the position.
* patch 8.1.1449: popup text truncated at end of screenv8.1.1449Bram Moolenaar2019-06-024-8/+224
| | | | | | Problem: Popup text truncated at end of screen. Solution: Move popup left if needed. Add the "fixed" property to disable that. (Ben Jackson , closes #4466)
* patch 8.1.1448: statusline is sometimes drawn on top of popupv8.1.1448Bram Moolenaar2019-06-024-1/+70
| | | | | | Problem: Statusline is sometimes drawn on top of popup. Solution: Redraw popups after the statusline. (Naruhiko Nishino, closes #4468)
* patch 8.1.1447: not allowed to create an empty popupv8.1.1447Bram Moolenaar2019-06-023-12/+27
| | | | | Problem: Not allowed to create an empty popup. Solution: Remove restriction that there is some text. (closes #4470)
* patch 8.1.1446: popup window callback not implemented yetv8.1.1446Bram Moolenaar2019-06-016-2/+65
| | | | | Problem: Popup window callback not implemented yet. Solution: Implement the callback.
* patch 8.1.1445: popup window border highlight not implemented yetv8.1.1445Bram Moolenaar2019-06-017-23/+143
| | | | | Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
* patch 8.1.1444: not using double line characters for popup borderv8.1.1444Bram Moolenaar2019-06-014-21/+57
| | | | | Problem: Not using double line characters for popup border. Solution: Use double line characters if using utf-8.
* patch 8.1.1443: popup window padding and border not implemented yetv8.1.1443Bram Moolenaar2019-06-016-20/+238
| | | | | | Problem: Popup window padding and border not implemented yet. Solution: Implement padding and border. Add core position and size to popup_getpos().
* patch 8.1.1442: popup windows not considered when the Vim window is resizedv8.1.1442Bram Moolenaar2019-06-012-0/+29
| | | | | | Problem: Popup windows not considered when the Vim window is resized. (Ben Jackson) Solution: Reallocate the w_lines structure. (closes #4467)
* patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar2019-06-0111-46/+201
| | | | | Problem: Popup window filter not yet implemented. Solution: Implement the popup filter.
* patch 8.1.1440: win_execute() test failsv8.1.1440Bram Moolenaar2019-06-013-2/+3
| | | | | Problem: Win_execute() test fails. Solution: Adjust the expected error number. Move to popup test.
* patch 8.1.1439: json_encode() is very slow for large resultsv8.1.1439Bram Moolenaar2019-06-012-0/+9
| | | | | | Problem: Json_encode() is very slow for large results. Solution: In the growarray use a growth of at least 50%. (Ken Takata, closes #4461)
* patch 8.1.1438: some commands cause trouble in a popup windowv8.1.1438Bram Moolenaar2019-06-018-4/+70
| | | | | Problem: Some commands cause trouble in a popup window. Solution: Add NOT_IN_POPUP_WINDOW.
* patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar2019-06-0113-297/+314
| | | | | Problem: Code to handle callbacks is duplicated. Solution: Add callback_T and functions to deal with it.
* Update runtime files.Bram Moolenaar2019-05-311-443/+673
|
* patch 8.1.1436: writefile test fails when run under /tmpv8.1.1436Bram Moolenaar2019-05-312-3/+6
| | | | | Problem: Writefile test fails when run under /tmp. Solution: Adjust 'backupskip. (Kenta Sato, closes #4462)
* patch 8.1.1435: memory usage test is a bit too flakyv8.1.1435Bram Moolenaar2019-05-312-4/+7
| | | | | Problem: Memory usage test is a bit too flaky. Solution: Adjust the tolerances a bit. (Christian Brabandt)
* patch 8.1.1434: test 3 is old stylev8.1.1434Bram Moolenaar2019-05-317-4460/+5127
| | | | | Problem: Test 3 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #4460)
* patch 8.1.1433: win_execute() may leave popup window focusedv8.1.1433Bram Moolenaar2019-05-313-0/+16
| | | | | | Problem: Win_execute() may leave popup window focused, eventually leading to a crash. (Bjorn Linse) Solution: When previous window was closed, go to the first window.
* patch 8.1.1432: can't build with eval featurev8.1.1432Bram Moolenaar2019-05-302-1/+3
| | | | | Problem: Can't build with eval feature. Solution: Add missing rename.
* patch 8.1.1431: popup window listed as "Scratch"v8.1.1431Bram Moolenaar2019-05-304-0/+12
| | | | | Problem: Popup window listed as "Scratch". Solution: List them as "Popup".
* patch 8.1.1430: popup window option "wrap" not supportedv8.1.1430Bram Moolenaar2019-05-305-24/+109
| | | | | Problem: Popup window option "wrap" not supported. Solution: Implement it.
* patch 8.1.1429: "pos" option of popup window not supported yetv8.1.1429Bram Moolenaar2019-05-304-38/+146
| | | | | | Problem: "pos" option of popup window not supported yet. Solution: Implement the option. Rename popup_getposition() to popup_getpos().
* patch 8.1.1428: popup_atcursor() not implemented yetv8.1.1428Bram Moolenaar2019-05-305-13/+141
| | | | | Problem: Popup_atcursor() not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4456)
* patch 8.1.1427: popup window screenshot test failsv8.1.1427Bram Moolenaar2019-05-302-0/+4
| | | | | Problem: Popup window screenshot test fails. Solution: Add missing change to popup window code.
* patch 8.1.1426: no test for syntax highlight in popup windowv8.1.1426Bram Moolenaar2019-05-304-0/+70
| | | | | | Problem: No test for syntax highlight in popup window. Solution: Add a screenshot test. Update associated documentation. Avoid 'buftype' being reset by setbufvar().
* patch 8.1.1425: win_execute() does not set window pointers properlyv8.1.1425Bram Moolenaar2019-05-305-15/+42
| | | | | | Problem: Win_execute() does not set window pointers properly. Solution: Use switch_win_noblock(). Also execute autocommands in a popup window.
* patch 8.1.1424: crash when popup menu is deleted while waiting for charv8.1.1424Bram Moolenaar2019-05-302-1/+6
| | | | | Problem: Crash when popup menu is deleted while waiting for char. Solution: Bail out when pum_array was cleared.