aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | vim-patch:8.2.4715: Vagrantfile not recognized (#18052)Christian Clason2022-04-09
| | | | | | | | | | | | | | | Problem: Vagrantfile not recognized. Solution: Recognize Vagrantfile as ruby. (Julien Voisin, closes vim/vim#10119) https://github.com/vim/vim/commit/5e1792270a072a96157e5d5e1d6a97414e26d0bf
* | | chore(packaging): use transparent windows logo (#18051)Henry Fraser2022-04-09
| | |
* | | vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048)zeertzjq2022-04-09
| | | | | | | | | | | | | | | Problem: With modifyOtherKeys CTRL-^ doesn't work. Solution: Handle the exception. https://github.com/vim/vim/commit/828ffd596394f714270a01a55fc3f949a8bd9b35
* | | vim-patch:partial:cbaff5e06ec5 (#18044)Sean Dewar2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508 Docs only. Omit json_encode (different impl, Nvim throws E474 instead; see v8.2.4695). Skip <MouseMove> (Nvim *kinda* has <MouseMove>, but most of this doc needs v8.2.4674 anyway...). Nvim's 'hidden' doc was reworded somewhat, so manually integrate the changes (https://github.com/neovim/neovim/commit/8331cd13c45fb75bff0cec328ccba79b3ae61fa5). Also apply "comma-separated" changes to all possible places in options.txt. Cherry-pick *highlight-clear* tag from v8.2.3578.
* | | vim-patch:partial:cbaff5e06ec5 (#18042)Christian Clason2022-04-08
| | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508 omit doc updates here
* | | Merge pull request #17971 from chentau/extmark_spellbfredl2022-04-08
|\ \ \ | | | | | | | | fix(extmarks): splice extmarks on accepting spell
| * | | fix(extmarks): splice extmarks on accepting spellTony Chen2022-04-02
| | | |
* | | | build(deps): bump LuaJIT to HEAD - 5e3c45c43 (#18027)Christian Clason2022-04-08
| | | |
* | | | Merge pull request #17786 from gpanders/autocmd-argsbfredl2022-04-08
|\ \ \ \ | | | | | | | | | | feat(api)!: pass args table to autocommand callbacks
| * | | | feat(api)!: pass args table to autocommand callbacksGregory Anders2022-04-08
| | | | |
* | | | | Merge pull request #18038 from zeertzjq/vim-8.2.4711zeertzjq2022-04-08
|\ \ \ \ \ | | | | | | | | | | | | vim-patch:8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehaves
| * | | | | test: add a test for #16823zeertzjq2022-04-08
| | | | | |
| * | | | | vim-patch:8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehaveszeertzjq2022-04-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When 'insermode' is set :edit from <Cmd> mapping misbehaves. Solution: Don't set "need_start_insertmode" when already in Insert mode. (closes vim/vim#10116) https://github.com/vim/vim/commit/3a56b6d405fc0f1ca928b77382f97d0c552bea64
* | | | | vim-patch:8.2.3925: diff mode confused by NUL bytes (#18033)zeertzjq2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Diff mode confused by NUL bytes. Solution: Handle NUL bytes differently. (Christian Brabandt, closes vim/vim#9421, closes vim/vim#9418) https://github.com/vim/vim/commit/06f6095623cfcc72da08748c058d13b465652fd4
* | | | | vim-patch:8.2.4704: using "else" after return or break increases indent (#18032)zeertzjq2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using "else" after return or break increases indent. Solution: Remove "else" and reduce indent. (Goc Dundar, closes vim/vim#10099) https://github.com/vim/vim/commit/f26c16144ddb27642c09f2cf5271afd163b36306
* | | | | Merge pull request #18031 from zeertzjq/vim-8.2.0004zeertzjq2022-04-08
|\ \ \ \ \ | | | | | | | | | | | | vim-patch:8.2.{0004,4700,4706}: buffer closing is interrupted
| * | | | | vim-patch:8.2.4706: buffer remains active with WinClosed and tabpageszeertzjq2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Buffer remains active if a WinClosed event throws an exception when there are multiple tabpages. Solution: Ignore aborting() when closing the buffer. (closes vim/vim#10101) https://github.com/vim/vim/commit/6a06940f8ae7283999c83ccdf268540220573105
| * | | | | vim-patch:8.2.4700: buffer remains active if WinClosed event throws an exceptionzeertzjq2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Buffer remains active if a WinClosed event throws an exception. Solution: Ignore aborting() when closing the buffer. (closes vim/vim#10097) https://github.com/vim/vim/commit/c947b9ae419114ebfef9725814ea41a466fcf879
| * | | | | vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Get E685 and E931 if buffer reload is interrupted. Solution: Do not abort deleting a dummy buffer. (closes vim/vim#5361) https://github.com/vim/vim/commit/a6e8f888e7fc31b8ab7233509254fb2e2fe4089f
| * | | | | refactor(window): cherry-pick win_close_buffer() from Vim patch 8.1.1391zeertzjq2022-04-08
|/ / / / /
* | | | | vim-patch:8.2.4710: smart indenting does not work after completion (#18030)zeertzjq2022-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | Problem: Smart indenting does not work after completion. Solution: Set "can_si". (Christian Brabandt, closes vim/vim#10113, closes vim/vim#558) https://github.com/vim/vim/commit/ac72c21da696cf6c31630a9e5ff4c0d3e2049c11
* | | | | vim-patch:8.2.4708: PHP test files are not recognized (#18025)Christian Clason2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | Problem: PHP test files are not recognized. Solution: Add the *.phpt pattern. (Julien Voisin, closes vim/vim#10112) https://github.com/vim/vim/commit/177847e67a495f80a15b6dfd0a3fcd151b44249e
* | | | | ci: add script to bump versions (#17884)Abraham Francis2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | * ci: add script for bumping dependencies * docs: add usage information for bump-deps.sh
* | | | | vim-patch:8.2.4707: redrawing could be a bit more efficient (#18022)zeertzjq2022-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | Problem: Redrawing could be a bit more efficient. Solution: Optimize redrawing. (closes vim/vim#10105) https://github.com/vim/vim/commit/8c9796085071950f9a03ca0fe116608e4f86aac2
* | | | | Merge pull request #18021 from zeertzjq/fix-clearing-reg-executingzeertzjq2022-04-07
|\ \ \ \ \ | |/ / / / |/| | | | Fix clearing of reg_executing
| * | | | fix(event-loop): check if executed register has endedzeertzjq2022-04-07
| | | | |
| * | | | fix(input): fix clearing of reg_executingzeertzjq2022-04-07
|/ / / / | | | | | | | | | | | | vim-patch:8.2.4705
* | | | Merge pull request #17979 from zeertzjq/autocmd-show-fixbfredl2022-04-07
|\ \ \ \ | | | | | | | | | | fix(autocmd): restore autocmd showing behavior
| * | | | fix(autocmd): restore autocmd showing behaviorzeertzjq2022-04-06
| | | | |
* | | | | vim-patch:8.2.4701: Kuka Robot Language files not recognized (#18012)Christian Clason2022-04-07
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Problem: Kuka Robot Language files not recognized. Solution: Recognize *.src and *.dat files. (Patrick Meiser-Knosowski, closes vim/vim#10096) https://github.com/vim/vim/commit/3ad2090316edc85e93094bba7af64f9991cc7f85
* | | | vim-patch:8.2.0836: not all :cdo output is visible (#18007)zeertzjq2022-04-06
|/ / / | | | | | | | | | | | | | | | | | | Problem: Not all :cdo output is visible. Solution: Reset 'shortmess' temporarily. (Yegappan Lakshmanan, closes vim/vim#6155) https://github.com/vim/vim/commit/14798ab9a5ee4b94f6c12f1986207569356acfc8 Cherry pick relevant changes form patches 8.1.1826 and 8.2.0557.
* | | vim-patch:8.2.4696: delete() with "rf" argument does not report a failure ↵zeertzjq2022-04-06
| | | | | | | | | | | | | | | | | | | | | (#18002) Problem: delete() with "rf" argument does not report a failure. Solution: Return -1 if the directory could not be removed. (closes vim/vim#10078) https://github.com/vim/vim/commit/478700336d1c72e133b8ff6841e968c1bb1658ed
* | | Merge pull request #18003 from bfredl/incperf2bfredl2022-04-05
|\ \ \ | | | | | | | | fix(ui): inccomand performance degradation
| * | | fix(ui): inccomand performance degradationKillTheMule2022-04-05
| | | | | | | | | | | | | | | | It was broken since the introduction of the macro.
* | | | Merge pull request #17335 from famiu/fix/ui/win-resizebfredl2022-04-05
|\ \ \ \ | |/ / / |/| | | fix: Make window resize commands manage cmdheight
| * | | fix(tests): update legacy tab switch test to be sanebfredl2022-04-05
| | | |
| * | | fix(ui): make window resize commands manage cmdheightFamiu Haque2022-04-05
| | | | | | | | | | | | | | | | Previously, the window resize commands did not resize the value of `cmdheight` when they caused a change in the topframe height, leaving a gap between the end of topframe and the start of the command line, this commit fixes that by making window resize commands automatically change the value of cmdheight if the resize affects the height of topframe.
* | | | vim-patch:8.2.{4692,4691,4690}: fix Insert mode <LeftDrag> mapping bug (#17999)zeertzjq2022-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.2.4692: no test for what 8.2.4691 fixes Problem: No test for what 8.2.4691 fixes. Solution: Add a test. Use a more generic sotlution. (closes vim/vim#10090) https://github.com/vim/vim/commit/0f68e6c07aaf62c034a242f183b93c1bb44e7f93 Test cannot be used because it must use test_setmouse(). Use a Lua test. Reverted patches: vim-patch:8.2.4691: solution for <Cmd> in a mapping causes trouble Problem: Solution for <Cmd> in a mapping causes trouble. Solution: Use another solution: put back CTRL-O after reading the <Cmd> sequence. https://github.com/vim/vim/commit/ca9d8d2cb9fc6b9240f2a74ccd36f9d966488294 vim-patch:8.2.4689: using <Cmd> in a mapping does not work for mouse keys Problem: Using <Cmd> in a mapping does not work for mouse keys in Insert mode. (Sergey Vlasov) Solution: When reading the <Cmd> argument do not use the stuff buffer. (closes vim/vim#10080) https://github.com/vim/vim/commit/d0fb2d804183c2786578b4c32ba5b92938f93d0e
* | | | vim-patch:8.2.4687: "vimgrep /%v/ *" may cause a crash (#17995)zeertzjq2022-04-05
|/ / / | | | | | | | | | | | | | | | | | | Problem: "vimgrep /\%v/ *" may cause a crash. Solution: When compiling the pattern with the old engine fails, restore the regprog of the new engine instead of leaving it NULL. (closes vim/vim#10079) https://github.com/vim/vim/commit/e8a4c0d91f89544e4f94b7bd612b5fb780944c33
* | | refactor(pos.h): remove unused include; make formatting consistent (#17892)Miyelsh2022-04-04
| | | | | | | | | | | | - remove include of limit.h from pos.h, because it is no longer used - make formatting more consistent in pos.h
* | | test: move completion :stopinsert test to completion_spec.lua (#17992)zeertzjq2022-04-04
| | |
* | | Merge pull request #17991 from zeertzjq/vim-8.2.4253zeertzjq2022-04-04
|\ \ \ | | | | | | | | vim-patch:8.2.4253: using freed memory when substitute with function call
| * | | refactor: pass "preview" to regtilde()zeertzjq2022-04-04
| | | |
| * | | vim-patch:8.2.4253: using freed memory when substitute with function callzeertzjq2022-04-04
|/ / / | | | | | | | | | | | | | | | | | | | | | Problem: Using freed memory when substitute uses a recursive function call. Solution: Make a copy of the substitute text. https://github.com/vim/vim/commit/37f47958b8a2a44abc60614271d9537e7f14e51a 'compatible' doesn't seem needed for the test.
* | | Merge pull request #17988 from zeertzjq/vim-8.2.4247zeertzjq2022-04-04
|\ \ \ | | | | | | | | vim-patch:8.2.{4247,4258}: stack corruption when looking for spell suggestions
| * | | vim-patch:8.2.4258: Coverity warns for array overrunzeertzjq2022-04-04
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Coverity warns for array overrun. Solution: Restrict depth to MAXWLEN - 1. https://github.com/vim/vim/commit/6970e1e36a1ecdb4d330d6ac9ca76f97fa515e36
| * | | vim-patch:8.2.4247: stack corruption when looking for spell suggestionszeertzjq2022-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Stack corruption when looking for spell suggestions. Solution: Prevent the depth increased too much. Add a five second time limit to finding suggestions. https://github.com/vim/vim/commit/06f15416bb8d5636200a10776f1752c4d6e49f31 Cherry-pick parentheses from patch 8.2.4402.
| * | | test(old): fix test_spell.vim encodingzeertzjq2022-04-04
|/ / /
* | | test(old): fix test_regexp_latin.vim encoding (#17989)zeertzjq2022-04-04
| | | | | | | | | Cherry-pick a change from Vim patch 8.2.3982
* | | Merge pull request #17987 from leungbk/vim-patch-4402zeertzjq2022-04-04
|\ \ \ | | | | | | | | vim-patch:8.2.{4639,4402}: missing parenthesis may cause unexpected problems