aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix(maparg): remove double allocation (#20033)zeertzjq2022-09-01
* vim-patch:9.0.0343: ColorScheme autocommand triggered when colorscheme not fo...zeertzjq2022-09-01
* feat(mapset): support restoring Lua callback (#20024)zeertzjq2022-09-01
* Merge pull request #16396 from bfredl/luaeventbfredl2022-08-31
|\
| * feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* | Merge pull request #20007 from dundargoc/refactor/char_u/5bfredl2022-08-31
|\ \
| * | refactor: replace char_u with charDundar Göc2022-08-31
| |/
* | refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2022-08-31
* | fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq2022-08-31
|/
* vim-patch:9b03d3e75b42 (#20013)Christian Clason2022-08-31
* vim-patch:8.2.3102: test for crash fix does not fail without the fix (#20018)zeertzjq2022-08-31
* vim-patch:8.2.0301: insufficient testing for exception handling (#20016)zeertzjq2022-08-31
* vim-patch:8.1.2037: can call win_gotoid() in cmdline window (#20015)zeertzjq2022-08-31
* vim-patch:9.0.0332: overwrite check may block BufWriteCmd (#20014)zeertzjq2022-08-31
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* Vim 9.0.{0314,0319}: some filetypes are not recognized (#20005)Christian Clason2022-08-30
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* docs(lua): present vim.o as default and vim.opt as special-purpose #19982Christian Clason2022-08-30
* fix(docs): update lsp.rpc.start docs to match return value changes (#20003)Mathias Fußenegger2022-08-30
* docs(lsp): replace formatting_sync example in lsp-faq (#19994)Mathias Fußenegger2022-08-30
* Merge pull request #19897 from bfredl/statushlbfredl2022-08-30
|\
| * fix(highlight): set the window namespace when redrawing statuslinebfredl2022-08-30
|/
* feat(tui): recognize sidescroll events (#19992)zeertzjq2022-08-30
* Merge pull request #19999 from zeertzjq/vim-9.0.0320zeertzjq2022-08-30
|\
| * vim-patch:9.0.0320: command line type of CmdlineChange differs from getcmdtype()zeertzjq2022-08-30
| * refactor: move cmdline functions to ex_getln.czeertzjq2022-08-30
|/
* vim-patch:9.0.0318: clearing screen causes flicker (#19993)zeertzjq2022-08-30
* Merge pull request #19997 from bfredl/lastsepbfredl2022-08-29
|\
| * fix(redraw): handle switching to a tabpage with larger p_ch valuebfredl2022-08-29
|/
* fix(lsp): clean the diagnostic cache when buffer delete (#19449)Raphael2022-08-29
* Merge pull request #19973 from dundargoc/refactor/char_u/3bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-29
* | Merge pull request #19916 from mfussenegger/lsp-tcpMathias Fußenegger2022-08-29
|\ \ | |/ |/|
| * feat(lsp): add tcp supportMathias Fussenegger2022-08-28
| * refactor(lsp): extract rpc client from rpc.startMathias Fussenegger2022-08-28
| * refactor(lsp): encapsulate rpc uv handleMathias Fussenegger2022-08-28
| * refactor(lsp): factor out read_loop functionMathias Fussenegger2022-08-28
* | vim-patch:9.0.0316: screen flickers when 'cmdheight' is zero (#19991)zeertzjq2022-08-29
* | Merge pull request #19971 from dundargoc/refactor/remove-castsbfredl2022-08-29
|\ \
| * | refactor: remove redundant castsDundar Göc2022-08-27
* | | Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\ \ \
| * | | refactor: replace char_u with charDundar Göc2022-08-27
| |/ /
* | | Merge pull request #19975 from bfredl/chartabsizebfredl2022-08-29
|\ \ \
| * | | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
* | | | vim-patch:9.0.0285: it is not easy to change the command line from a plugin (...Shougo2022-08-29
* | | | fix(events): triggered WinScrolled when only skipcol changed (#19972)zeertzjq2022-08-29
* | | | fix(keywordprg): default to :help if set to empty string (#19983)zeertzjq2022-08-29
| |_|/ |/| |
* | | fix(l10n): improve zh_CN and zh_TW translations (#19969)Raphael2022-08-28
|/ /
* / vim-patch:8.2.3813: confusing error when using :cc without error list (#19978)zeertzjq2022-08-28
|/
* docs: fix typos (#19798)dundargoc2022-08-27