Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.2.0158: triggering CompleteDone earlier is not backwards compatiblev8.2.0158 | Bram Moolenaar | 2020-01-26 | 1 | -5/+18 |
| | | | | | | Problem: Triggering CompleteDone earlier is not backwards compatible. (Daniel Hahler) Solution: Add CompleteDonePre instead. | ||||
* | patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149 | Bram Moolenaar | 2020-01-26 | 7 | -9/+584 |
| | | | | | Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes. | ||||
* | Update runtime files. | Bram Moolenaar | 2020-01-25 | 26 | -104/+625 |
| | |||||
* | patch 8.2.0141: no swift filetype detectionv8.2.0141 | Bram Moolenaar | 2020-01-22 | 1 | -0/+7 |
| | | | | | Problem: No swift filetype detection. Solution: Add swift, swiftgyb and sil. (Emir Sarı, closes #5517) | ||||
* | Update runtime files. | Bram Moolenaar | 2020-01-21 | 15 | -52/+76 |
| | |||||
* | patch 8.2.0140: CI does not test building doc tagsv8.2.0140 | Bram Moolenaar | 2020-01-21 | 2 | -5/+9 |
| | | | | | | Problem: CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513) | ||||
* | patch 8.2.0128: cannot list options one per linev8.2.0128 | Bram Moolenaar | 2020-01-18 | 1 | -4/+8 |
| | | | | | Problem: Cannot list options one per line. Solution: Use ":set!" to list one option per line. | ||||
* | patch 8.2.0123: complete_info() does not work when CompleteDone is triggeredv8.2.0123 | Bram Moolenaar | 2020-01-17 | 1 | -1/+3 |
| | | | | | Problem: complete_info() does not work when CompleteDone is triggered. Solution: Trigger CompleteDone before clearing the info. | ||||
* | patch 8.2.0122: readme files still mention MS-DOSv8.2.0122 | Bram Moolenaar | 2020-01-16 | 1 | -1/+1 |
| | | | | | Problem: Readme files still mention MS-DOS. Solution: Update readme files. (Ken Takata, closes #5486) | ||||
* | Update runtime files. | Bram Moolenaar | 2020-01-14 | 29 | -185/+150 |
| | |||||
* | patch 8.2.0110: prop_find() is not implementedv8.2.0110 | Bram Moolenaar | 2020-01-10 | 1 | -21/+0 |
| | | | | | Problem: prop_find() is not implemented. Solution: Implement prop_find(). (Ryan Hackett, closes #5421, closes #4970) | ||||
* | Update runtime files. | Bram Moolenaar | 2020-01-09 | 23 | -237/+405 |
| | |||||
* | patch 8.2.0106: printf formats are not exactly rightv8.2.0106 | Bram Moolenaar | 2020-01-08 | 1 | -14/+14 |
| | | | | | Problem: Printf formats are not exactly right. Solution: Adjust signed/unsigned conversions. (Frazer Clews, closes #5456) | ||||
* | patch 8.2.0095: cannot specify exit code for :cquitv8.2.0095 | Bram Moolenaar | 2020-01-06 | 1 | -2/+11 |
| | | | | | Problem: Cannot specify exit code for :cquit. Solution: Add optional argument. (Thinca, Yegappan Lakshmanan, closes #5442) | ||||
* | patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088 | Bram Moolenaar | 2020-01-05 | 1 | -7/+6 |
| | | | | | | Problem: Insufficient tests for tags; bug in using extra tag field when using an ex command to position the cursor. Solution: Fix the bug, add more tests. (Yegappan Lakshmanan, closes #5439) | ||||
* | patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084 | Bram Moolenaar | 2020-01-04 | 1 | -1/+2 |
| | | | | | Problem: Complete item "user_data" can only be a string. Solution: Accept any type of variable. (closes #5412) | ||||
* | Update a few runtime files. | Bram Moolenaar | 2020-01-02 | 8 | -15/+21 |
| | |||||
* | patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077 | Bram Moolenaar | 2020-01-02 | 1 | -4/+14 |
| | | | | | Problem: settagstack() cannot truncate at current index. Solution: Add the "t" action. (Yegappan Lakshmanan, closes #5417) | ||||
* | patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074 | Bram Moolenaar | 2020-01-01 | 2 | -2/+2 |
| | | | | | Problem: Python 3 unicode test someitmes fails. Solution: Make 'termencoding' empty. Correct number of error message. | ||||
* | patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054 | Bram Moolenaar | 2019-12-29 | 1 | -0/+1 |
| | | | | | Problem: :diffget and :diffput don't have good completion. Solution: Add proper completion. (Dominique Pelle, closes #5409) | ||||
* | patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047 | Bram Moolenaar | 2019-12-27 | 1 | -0/+7 |
| | | | | | Problem: Cannot skip tests for specific MS-Windows platform. Solution: Add windowsversion(). | ||||
* | Update runtime files. | Bram Moolenaar | 2019-12-26 | 28 | -209/+194 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-12-19 | 10 | -18/+144 |
| | |||||
* | patch 8.2.0024: filetype Rego not recognizedv8.2.0024 | Bram Moolenaar | 2019-12-19 | 1 | -0/+3 |
| | | | | | Problem: Filetype Rego not recognized. Solution: Add *.rego. (Matt Dunford, closes #5376) | ||||
* | patch 8.2.0019: cannot number of lines of another bufferv8.2.0019 | Bram Moolenaar | 2019-12-17 | 1 | -0/+2 |
| | | | | | | Problem: Cannot number of lines of another buffer. Solution: Add "linecount" to getbufinfo(). (Yasuhiro Matsumoto, closes #5370) | ||||
* | patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017 | Bram Moolenaar | 2019-12-17 | 19 | -131/+118 |
| | | | | | | Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368) | ||||
* | Vim 8.2 releasev8.2.0000v8.2.0 | Bram Moolenaar | 2019-12-12 | 137 | -139/+137 |
| | |||||
* | Minor runtime file updates. | Bram Moolenaar | 2019-12-11 | 6 | -9/+93 |
| | |||||
* | patch 8.1.2416: loading menus sets v:errmsgv8.1.2416 | Bram Moolenaar | 2019-12-10 | 2 | -22/+23 |
| | | | | | Problem: Loading menus sets v:errmsg. Solution: Avoid setting v:errmsg and add a test for that. (Jason Franklin) | ||||
* | Update a few runtime files. | Bram Moolenaar | 2019-12-09 | 8 | -413/+504 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2019-12-08 | 7 | -16/+108 |
| | |||||
* | patch 8.1.2408: syntax menu and build instructions outdatedv8.1.2408 | Bram Moolenaar | 2019-12-07 | 2 | -207/+229 |
| | | | | | Problem: Syntax menu and build instructions outdated. Solution: Update build instructions and syntax menu. | ||||
* | Runtime file updates. | Bram Moolenaar | 2019-12-07 | 30 | -212/+290 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-12-05 | 17 | -93/+383 |
| | |||||
* | Update version 8.2 notes and make syntax. | Bram Moolenaar | 2019-12-04 | 2 | -15/+17 |
| | |||||
* | Update a few runtime files | Bram Moolenaar | 2019-12-03 | 9 | -84/+158 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-11-30 | 20 | -125/+6572 |
| | |||||
* | patch 8.1.2362: cannot place signs in a popup windowv8.1.2362 | Bram Moolenaar | 2019-11-30 | 1 | -0/+4 |
| | | | | | | Problem: Cannot place signs in a popup window. (Maxim Kim) Solution: Use the group prefix "PopUp" to specify which signs should show up in a popup window. (closes #5277) | ||||
* | patch 8.1.2356: rand() does not use the best algorithmv8.1.2356 | Bram Moolenaar | 2019-11-28 | 1 | -7/+7 |
| | | | | | | Problem: rand() does not use the best algorithm. Solution: use xoshiro128** instead of xorshift. (Kaito Udagawa, closes #5279) | ||||
* | Update runtime files | Bram Moolenaar | 2019-11-26 | 25 | -903/+1331 |
| | |||||
* | patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350 | Bram Moolenaar | 2019-11-26 | 2 | -1/+15 |
| | | | | | | | Problem: Other text for CTRL-V in Insert mode with modifyOtherKeys. Solution: Convert the Escape sequence back to key as if modifyOtherKeys is not set, and use CTRL-SHIFT-V to get the Escape sequence itself. (closes #5254) | ||||
* | patch 8.1.2345: .cjs files are not recognized as Javascriptv8.1.2345 | Bram Moolenaar | 2019-11-26 | 1 | -3/+3 |
| | | | | | Problem: .cjs files are not recognized as Javascript. Solution: Add the *.cjs pattern. (closes #5268) | ||||
* | patch 8.1.2342: random number generator in Vim script is slowv8.1.2342 | Bram Moolenaar | 2019-11-25 | 1 | -0/+29 |
| | | | | | Problem: Random number generator in Vim script is slow. Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277) | ||||
* | patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341 | Bram Moolenaar | 2019-11-25 | 1 | -1/+15 |
| | | | | | Problem: Not so easy to interrupt a script programatically. Solution: Add the interrupt() function. (Yasuhiro Matsumoto, closes #2834) | ||||
* | patch 8.1.2327: cannot build with Hangul inputv8.1.2327 | Bram Moolenaar | 2019-11-21 | 1 | -104/+9 |
| | | | | | Problem: Cannot build with Hangul input. Solution: Remove Hangul input support. | ||||
* | patch 8.1.2326: cannot parse a date/time stringv8.1.2326 | Bram Moolenaar | 2019-11-21 | 2 | -10/+41 |
| | | | | | Problem: Cannot parse a date/time string. Solution: Add strptime(). (Stephen Wall, closes #) | ||||
* | Update runtime files. | Bram Moolenaar | 2019-11-20 | 6 | -84/+105 |
| | |||||
* | patch 8.1.2315: not always using the right window when jumping to an errorv8.1.2315 | Bram Moolenaar | 2019-11-17 | 1 | -0/+2 |
| | | | | | Problem: Not always using the right window when jumping to an error. Solution: Add the "uselast" flag in 'switchbuf'. (closes #1652) | ||||
* | Update runtime files. | Bram Moolenaar | 2019-11-17 | 21 | -2203/+2437 |
| | |||||
* | patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304 | Bram Moolenaar | 2019-11-16 | 2 | -10/+35 |
| | | | | | Problem: Cannot get the mouse position when getting a mouse click. Solution: Add getmousepos(). |