aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | 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
| | * ci: use nvim -l in api-docs jobJustin M. Keyes2023-01-05
| | * feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
| |/
| * dist: generated version of ccomplete.vim (#21623)TJ DeVries2023-01-05
| * fix(ui): fix fragile UI_CALL macro invocation (#21656)bfredl2023-01-05
| * project: rearrange ISSUE_TEMPLATE/bug_report.ymlJustin M. Keyes2023-01-05
| * Merge pull request #21605 from bfredl/uidvpbfredl2023-01-05
| |\
| | * refactor(ui): devirtualize the ui layerbfredl2023-01-05
| |/
| * fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)zeertzjq2023-01-05
| * fix(tui): make a copy of data->params before unibi_format() (#21643)zeertzjq2023-01-05
| * docs(website): soft wrap code blocks #21644Chris DeLuca2023-01-04
| * docs(lua): adjust some type annotationsnotomo2023-01-04
| * test(tui_spec): avoid race between nvim_paste and nvim_input (#21639)zeertzjq2023-01-04
| * project: update feature request templateJustin M. Keyes2023-01-03
| * docs: fix typos (#21427)dundargoc2023-01-04
| * fix(clipboard): show provider warning when not during batch changes #21451zeertzjq2023-01-03
| * Merge pull request #21633 from gpanders/editorconfigGregory Anders2023-01-03
| |\
| | * docs(editorconfig): add editorconfig.txtGregory Anders2023-01-03
| | * test(editorconfig): add editorconfig testsGregory Anders2023-01-03
| | * docs(editorconfig): update news.txtGregory Anders2023-01-03
| | * feat(editorconfig): add editorconfig syntax fileGregory Anders2023-01-03
| | * feat(editorconfig): add builtin EditorConfig supportGregory Anders2023-01-03