aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * 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
| * | Merge pull request #21631 from bfredl/request_memorybfredl2023-01-03
| |\ \
| | * | refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
| * | | fix(fs): duplicate path separator #21509Eric Haynes2023-01-03
| * | | Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
| |\ \ \ | | |_|/ | |/| |
| | * | test: add test cases for command line issuesLuuk van Baal2022-12-31
| | * | fix: issues with command line if ui elements are externalizedLuuk van Baal2022-12-31
| | * | fix(ui): allow resize commands to set 'cmdheight' to 0Luuk van Baal2022-12-31
| * | | fix(diagnostic): revert notification on missing diagnostics (#21632)Gregory Anders2023-01-03
| | |/ | |/|
| * | fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string ...Christian Segundo2023-01-03
| * | vim-patch:9.0.1137: some conditions are always false (#21628)zeertzjq2023-01-03
| * | feat!: remove hardcopyLewis Russell2023-01-03
| * | refactor(diagnostic): DRY for loop #21521Raphael2023-01-03
| * | fix(exit): the TUI should not ui_flush() itself (#21625)zeertzjq2023-01-03
| * | vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
| * | docs: readme cleanupJustin M. Keyes2023-01-02
| * | refactor: eliminate os_unix.c #21621Justin M. Keyes2023-01-02
| * | vim-patch:9.0.1129: sporadic Test_range() failure (#21619)zeertzjq2023-01-02
| * | vim-patch:8.2.0711: temp directory might be cleared (#21614)zeertzjq2023-01-02
| * | fix(tui): do not set ui_client_termname if it is already set (#21607)zeertzjq2023-01-01
| * | Merge pull request #21570 from clason/vimdoc-parsingChristian Clason2023-01-01
| |\ \
| | * | docs(manual): fix treesitter parsing errorsChristian Clason2023-01-01
| | * | docs(luvref): fix treesitter parsing errorsChristian Clason2023-01-01
| | * | docs(lua): fix treesitter parsing errorsChristian Clason2023-01-01
| | * | docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
| | * | docs: fix treesitter parsing errorsChristian Clason2023-01-01
| |/ /
| * | vim-patch:partial:f1dcd14fc5d4 (#21602)Christian Clason2023-01-01
| * | Merge pull request #21597 from gi1242/tex-ft-detectionzeertzjq2023-01-01
| |\ \
| | * | fix(filetype): correctly detect tex filesGautam Iyer2022-12-31
| | * | vim-patch:9.0.1120: tex filetype detection not sufficiently testedChristian Clason2022-12-31