aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | vim-patch:1b5f03ec9c55 (#21715)Christian Clason2023-01-10
| |/
| * fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael2023-01-10
| * test(statuscolumn): add more tests for wrapped lines (#21718)zeertzjq2023-01-10
| * refactor: replace char_u with char 19 (#21241)dundargoc2023-01-10
| * docs: add 'statuscolumn' docstrings (#21717)luukvbaal2023-01-10
| * vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq2023-01-10
| * feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
| * refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
| * Merge pull request #21704 from bfredl/nofreebfredl2023-01-09
| |\
| | * fix(rpc): don't free args on error in rpc_send_eventbfredl2023-01-09
| * | refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
| |/
| * Merge pull request #21702 from glepnir/fix_2bfredl2023-01-09
| |\
| | * fix: use enum typeRaphael2023-01-09
| | * fix: formatRaphael2023-01-09
| | * fix(ui): add test caseRaphael2023-01-09
| | * fix(ui): convert title_pos string in nvim_win_get_configRaphael2023-01-09
| * | Merge pull request #21675 from bfredl/nonstdiobfredl2023-01-09
| |\ \
| | * | fix(embed): handle stdio in server properlybfredl2023-01-09
| | |/
| * | Merge pull request #21488 from dundargoc/refactor/char_u/16.1zeertzjq2023-01-09
| |\ \
| | * | test: add more tests for Unicodezeertzjq2023-01-09
| | * | refactor: replace char_u with chardundargoc2023-01-09
| |/ /
| * / test(tui_spec): doesn't use Unicode in cursor_address test (#21703)zeertzjq2023-01-09
| |/
| * test(tui_spec): improve cursor_address test (#21700)zeertzjq2023-01-09
| * vim-patch:9.0.1158: code is indented more than necessary (#21697)zeertzjq2023-01-09
| * dist: transpile cfilter.vim => cfilter.lua #21662TJ DeVries2023-01-08
| * Merge pull request #21678 from dundargoc/build/remove-old-workaroundsdundargoc2023-01-08
| |\
| | * build: remove workaround for ancient clang versionsdundargoc2023-01-08
| | * build: remove workaround for old luajit versionsdundargoc2023-01-08
| * | feat(lsp): show active clients in :checkhealth vim.lsp (#21670)Mathias Fußenegger2023-01-08
| * | fix(lsp): partially revert semantic token gravity change from #21574 (#21680)jdrouhard2023-01-08
| |/
| * ci(news): checkout to HEAD commit instead of merge commit (#21679)dundargoc2023-01-07
| * fix(editorconfig): do not highlight unknown properties as errors (#21673)Gregory Anders2023-01-07
| * Merge pull request #21649 from gpanders/editorconfig-enableGregory Anders2023-01-07
| |\
| | * refactor(editorconfig)!: change editorconfig_enable to editorconfigGregory Anders2023-01-07
| | * feat(editorconfig): allow editorconfig to be toggled dynamicallyGregory Anders2023-01-07
| |/
| * Merge #21663 lua: "nvim -l" scriptname in _G.arg[0]Justin M. Keyes2023-01-06
| |\
| | * feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes2023-01-07
| | * refactor: eliminate bump-deps.sh using "nvim -l"Justin M. Keyes2023-01-07
| | * lint: bump_deps.luaJustin M. Keyes2023-01-07
| |/
| * fix(coverity/433537): don't call kv_concat_len() when read_size is 0 (#21664)zeertzjq2023-01-07
| * fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...2023-01-06
| * Merge pull request #21666 from bfredl/padbellbfredl2023-01-06
| |\
| | * fix(tui): do not invoke loop recursively for pad()bfredl2023-01-06
| |/
| * Merge #18706 execute Lua with "nvim -l"Justin M. Keyes2023-01-05
| |\
| | * refactor: extract code to open stdin for readingJustin M. Keyes2023-01-05
| | * refactor(lua): move _G.arg init to nlua_init()Justin M. Keyes2023-01-05
| | * feat(message): avoid spam on failed os_msgJustin M. Keyes2023-01-05
| | * feat(lua): execute stdin ("-") as LuaJustin M. Keyes2023-01-05
| | * feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes2023-01-05
| | * feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes2023-01-05