summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta
AgeCommit message (Expand)AuthorFiles
2024-03-13vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)Sean Dewar1
2024-03-12vim-patch:9a660d2883f9Sean Dewar1
2024-03-12vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar1
2024-03-12vim-patch:0049a495c8d4 (#27817)zeertzjq1
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-03-10docs(editorconfig): move to sourceLewis Russell1
2024-03-09Merge pull request #27330 from seandewar/win_set_config-fixesSean Dewar2
2024-03-09docs: support inline markdownLewis Russell1
2024-03-08vim-patch:partial:9.1.0117: Stop split-moving from firing WinNew and WinNewPr...Sean Dewar1
2024-03-08fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar1
2024-03-08fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar1
2024-03-08vim-patch:9.1.0154: shm=F not respected when reloading buffer with 'autoread'zeertzjq1
2024-03-08vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)zeertzjq1
2024-03-07fix(type): remove incorrect arguments from vim.rpc*altermo1
2024-03-07vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)zeertzjq1
2024-03-06refactor(types): more fixesLewis Russell1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell3
2024-03-02fix(types): rename win_get_config return type to win_configWill Hopkins1
2024-03-02vim-patch:87410ab3f556 (#27696)zeertzjq1
2024-02-29docs(eval): getline and indent function support string typeglepnir1
2024-02-29vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq1
2024-02-29docs(lpeg): remove double backticks from meta (#27659)Maria José Solano1
2024-02-28docs(lpeg): merge upstream changesMaria José Solano1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell7
2024-02-27docs: fix type of setreg() argument {options} (#27631)Maria José Solano1
2024-02-25docs: fix several misleading and superfluous wordings (#27609)Evgeni Chasnovski1
2024-02-24vim-patch:a35235e824bb (#27598)zeertzjq1
2024-02-23vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()zeertzjq1
2024-02-23vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq1
2024-02-21feat(extmark): window scoped extmarkaltermo2
2024-02-21docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp1
2024-02-20fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq1
2024-02-19docs: improve 'tabline' click label docs (#27529)zeertzjq1
2024-02-15docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders1
2024-02-15fix: type warnings in shared.luaLewis Russell2
2024-02-13refactor(lua): use a keyset for vim.diff opts parsingbfredl1
2024-02-13docs(builtin): fix lua types for vim.fn.sign_getplacedJongwook Choi1
2024-02-13docs: stricter bufname and bufnr types (#27454)Maria José Solano1
2024-02-11feat(shortmess): "q" flag fully hides recording message (#27415)Trevor Arjeski1
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins2
2024-02-08feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber1
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2
2024-01-29feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins1
2024-01-28feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders1
2024-01-28vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar1
2024-01-26feat: improve return type annotations for vim.api.*Lewis Russell2
2024-01-26vim-patch:9.1.0058: Cannot map Super Keys in GTK UI (#27204)zeertzjq1
2024-01-25docs: various fixes (#27063)dundargoc1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2
2024-01-24fix(spell): always accept ':' as filename char in 'spellfile' (#27172)zeertzjq1