Commit Graph

  • 731f83ea4a test: add decor benchmarks vanaigr 2024-10-20 20:13:42 -05:00
  • 146b8300a1 docs(lsp): update example, optional parameters #31299 Yi Ming 2024-11-29 00:08:27 +08:00
  • 864f25d6b0 docs: more accurate typing for LSP references context Riley Bruins 2024-11-25 20:56:18 -08:00
  • 344923fe9a vim-patch:9.1.0867: ins_compl_add() has too many args glepnir 2024-11-28 13:54:59 +08:00
  • 5897994cb7 vim-patch:9.1.0890: %! item not allowed for 'rulerformat' (#31369) zeertzjq 2024-11-28 09:02:10 +08:00
  • 76dcc7029b docs: add tag vim.fs.exists() and document suggested replacement dundargoc 2024-11-27 15:36:38 +01:00
  • 203e7a43d1 fix(lsp): mention function name in warning #31301 glepnir 2024-11-27 21:44:29 +08:00
  • c24e6e66dd ci: remove myself from lsp reviewers Mathias Fussenegger 2024-11-27 12:39:51 +01:00
  • 078e8e57d3 vim-patch:7e501f4: runtime(gzip): load undofile if there exists one Christian Clason 2024-11-26 15:39:15 +01:00
  • d460928263 feat(tui): update 'background' on theme change events (#31350) Gregory Anders 2024-11-26 14:22:01 -06:00
  • 99b5ffd688 perf(vim.text): use lookup table implementation for hex encoding (#30080) Gregory Anders 2024-11-26 13:56:01 -06:00
  • e8450ef236 vim-patch:9.1.0889: Possible unnecessary redraw after adding/deleting lines (#31356) zeertzjq 2024-11-26 22:55:05 +08:00
  • 3d707e6f14 fix(lua): remove vim.loader.disable() #31344 Justin M. Keyes 2024-11-26 06:15:50 -08:00
  • 66bb1e577c vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349) zeertzjq 2024-11-26 07:53:07 +08:00
  • c644228e1d fix(defaults): omit empty line from unimpaired mapping messages (#31347) Marcus Caisey 2024-11-25 22:33:11 +00:00
  • f81131cca2 fix(tui): also reset cursor color if it was invisible (#31348) Gregory Anders 2024-11-25 16:32:03 -06:00
  • 29c72cdf4a fix(lsp): retrigger diagnostics request on server cancellation (#31345) Gregory Anders 2024-11-25 11:48:11 -06:00
  • 8d55cc218c feat(keysets): teach Union and LuaRefOf Lewis Russell 2024-11-24 10:40:56 +00:00
  • 99e7323aa3 feat(diagnostic): inherit parent 'path' option in open_float (#31273) Mathias Fußenegger 2024-11-25 17:11:22 +01:00
  • 165b099fa3 refactor(lsp): rename offset_encoding to position_encoding #31286 Yi Ming 2024-11-26 00:06:05 +08:00
  • a811d4babd fix(tui): only reset cursor color if it was changed (#31337) Gregory Anders 2024-11-25 09:00:42 -06:00
  • b47b0b3f75 fix(grid): double grid_line_start() with ext_messages #31292 luukvbaal 2024-11-25 14:54:43 +01:00
  • beec377e90 refactor(options): fix confusing naming of scope and req_scope (#31317) Famiu Haque 2024-11-25 15:07:56 +06:00
  • 9e7b0bcf51 fix(editorconfig): fix indent style for local.mk (#31342) Theo Fabi 2024-11-24 23:04:27 -05:00
  • ff00d583af vim-patch:9.1.0886: filetype: debian control file not detected Christian Clason 2024-11-24 15:05:48 +01:00
  • af112e605d docs(build): suggest ucrt64 for msys2 #31312 Axel 2024-11-24 16:44:37 +01:00
  • 21371c9259 vim-patch:d7745ac: runtime(netrw): Fixing powershell execution issues on Windows (#31333) zeertzjq 2024-11-24 22:46:21 +08:00
  • 5c60306442 vim-patch:9.1.0883: message history cleanup is missing some tests (#31331) zeertzjq 2024-11-24 22:36:33 +08:00
  • ef4f13d85c vim-patch:c1e6621: runtime(c3): include c3 filetype plugin Christian Clason 2024-11-24 15:05:10 +01:00
  • 9738b405fd vim-patch:ccc024f: runtime(apache): Update syntax directives for apache server 2.4.62 Christian Clason 2024-11-24 15:04:50 +01:00
  • 2a1f604c77 fix(lsp): delete bufvar inside WinClosed event glepnir 2024-11-23 19:11:30 +08:00
  • d9b08c58c3 vim-patch:partial:a01148d: runtime(doc): Expand docs on :! vs. :term (#31321) zeertzjq 2024-11-24 06:54:39 +08:00
  • 46d124a933 vim-patch:cacfccf: runtime(netrw): update netrw's decompress logic Christian Clason 2024-11-23 13:44:25 +01:00
  • 91295db97d vim-patch:4dd6c22: runtime(apache): Update syntax keyword definition Christian Clason 2024-11-23 13:43:58 +01:00
  • 8516c2dc1f refactor(options): autogenerate valid values and flag enums for options (#31089) Famiu Haque 2024-11-23 14:22:06 +06:00
  • 9a681ad09e fix(lsp): hover keymap (#31208) andrew snelling 2024-11-22 13:51:30 +01:00
  • bff07f6dd0 fix(api): don't try to get/set option for invalid option name (#31302) Famiu Haque 2024-11-22 18:32:51 +06:00
  • 1a12dea191 test(filetype): symlink detection works after expand('<afile>') (#31307) zeertzjq 2024-11-22 19:16:54 +08:00
  • c697c49a76 test(filetype): symlink detection works after expand('<afile>') (#31307) zeertzjq 2024-11-22 19:16:54 +08:00
  • 7d8db54441 fix(lsp): delete b:lsp_floating_preview buf var after win close glepnir 2024-11-22 15:34:49 +08:00
  • 6e44a6a289 fix(treesitter): update queries Christian Clason 2024-11-19 09:46:55 +01:00
  • c2f08d294a build(deps): bump tree-sitter-c to v0.23.2 Christian Clason 2024-11-19 09:45:43 +01:00
  • 6f2786433d test(autocmd/termxx_spec): fix TextChangedT test flakiness (#31296) zeertzjq 2024-11-22 08:08:12 +08:00
  • 3597633075 test(autocmd/termxx_spec): fix TextChangedT test flakiness (#31296) zeertzjq 2024-11-22 08:08:12 +08:00
  • ff75f345ab fix(highlight): 'winhl' shouldn't take priority over API (#31288) zeertzjq 2024-11-22 06:52:32 +08:00
  • 92a83f671b Merge pull request #31193 from bfredl/winrt bfredl 2024-11-21 18:58:51 +01:00
  • be89d520d7 refactor(windows)!: only support UCRT, even for mingw bfredl 2024-11-13 13:25:10 +01:00
  • 534544cbf7 test: move exec_lua logic to separate module Lewis Russell 2024-11-18 17:15:05 +00:00
  • 01026ba47b vim-patch:9.1.0862: 'wildmenu' not enabled by default in nocp mode (#31261) zeertzjq 2024-11-21 15:37:35 +08:00
  • 07db909eb5 docs: misc (#31138) dundargoc 2024-11-20 23:50:30 +01:00
  • cedf155fb5 refactor(options): impl default 'titlestring' by format flags #30843 zshuzh 2024-11-20 22:01:59 +00:00
  • 629483e24e feat(lsp): require offset_encoding param #31249 Yi Ming 2024-11-21 04:19:07 +08:00
  • 1b6442034f fix(messages): more ext_messages kinds #31279 luukvbaal 2024-11-20 21:11:20 +01:00
  • 0e2f92ed79 build(clint): make NOLINT work with header checks (#31281) zeertzjq 2024-11-20 22:51:58 +08:00
  • 454ae672aa feat(lsp): deprecate non-method client functions Lewis Russell 2024-11-14 11:53:20 +00:00
  • f55c842ec7 vim-patch:9.1.0880: filetype: C3 files are not recognized Christian Clason 2024-11-20 08:51:39 +01:00
  • 23ead4f2cb vim-patch:9.1.0876: filetype: openCL files are not recognized Christian Clason 2024-11-19 22:33:30 +01:00
  • 4c85c217d3 vim-patch:9.1.0875: filetype: hyprlang detection can be improved Christian Clason 2024-11-19 22:30:50 +01:00
  • de9ed1ca54 vim-patch:9.1.0874: filetype: karel files are not detected Christian Clason 2024-11-19 22:29:18 +01:00
  • fd57f39766 vim-patch:4927dae: runtime(compiler): fix escaping of arguments passed to :CompilerSet Christian Clason 2024-11-20 08:53:12 +01:00
  • ac7e0ff32f fix(move): redraw for 'concealcursor' after changing w_wcol (#31276) zeertzjq 2024-11-20 08:24:58 +08:00
  • f111c32ff9 fix(messages): no message kind for search pattern #31272 Tomasz N 2024-11-20 01:06:36 +01:00
  • 081beb3659 fix(lsp): restore get_language_id behaviour Lewis Russell 2024-11-19 10:11:40 +00:00
  • 0183c32474 vim-patch:9.1.0870: too many strlen() calls in eval.c (#31267) zeertzjq 2024-11-19 19:03:29 +08:00
  • c12be1249f vim-patch:9.1.0873: filetype: Vivado files are not recognized Christian Clason 2024-11-19 08:41:02 +01:00
  • 085f1cc99d feat(main): expand file ~\ or ~/ prefix on Windows Rafael Kitover 2024-11-18 23:26:37 +00:00
  • 989a37a594 refactor(lsp): fold in dynamic_registration code into the client Lewis Russell 2024-11-05 17:34:21 +00:00
  • e2ad251c8d fix(api): nvim_get_option_value does not clean up on FileType error #31219 altermo 2024-11-18 15:40:51 +01:00
  • 40347f6e27 fix(api): only flush nvim__redraw when necessary #31250 luukvbaal 2024-11-18 15:35:21 +01:00
  • 1763eddede vim-patch:9.1.0869: Problem: curswant not set on gm in folded line (#31247) zeertzjq 2024-11-18 09:52:11 +08:00
  • 965dc81f81 fix(checkhealth): disable 'listchars' #31245 Yochem van Rosmalen 2024-11-18 00:33:34 +01:00
  • cc6992f1ca feat(defaults): dot-repeat [<Space> #31186 Peter Aronoff 2024-11-17 16:31:24 -05:00
  • 44229bb85b feat(lsp): highlight hover target/range #31110 Riley Bruins 2024-11-17 12:31:32 -08:00
  • 235cb5bc5f fix(api): update "range" windows in nvim__redraw #31042 luukvbaal 2024-11-17 20:43:36 +01:00
  • e025f5a5b3 fix(messages): proper multiline Lua print() messages #31205 luukvbaal 2024-11-17 19:21:50 +01:00
  • 6ea45031d5 fix(api): nvim_echo free text memory with invalid highlight (#31243) luukvbaal 2024-11-17 15:06:44 +01:00
  • 10beeee06f build(deps): bump uncrustify to uncrustify-0.80.1 Christian Clason 2024-11-17 12:49:09 +01:00
  • 38838fb00a fix(lsp): type-errors, other nits in vim.lsp.log #31235 Maria José Solano 2024-11-16 18:32:09 -08:00
  • cdc9baeaf8 fix(treesitter): remove redundant on_bytes callback #31041 luukvbaal 2024-11-17 01:25:10 +01:00
  • 9c718bc2bc fix(api): validation, documentation of hl_group #31195 luukvbaal 2024-11-17 00:36:11 +01:00
  • f85bc41c80 feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984 luukvbaal 2024-11-17 00:32:36 +01:00
  • 29ded88957 refactor(options): remove .indir, redesign option scopes #31066 Famiu Haque 2024-11-17 02:56:16 +06:00
  • be8648f345 build(deps): bump uncrustify to uncrustify-0.80.0 Christian Clason 2024-11-15 08:58:31 +01:00
  • f164e1e35c vim-patch:partial:9.1.0851: too many strlen() calls in getchar.c (#31230) zeertzjq 2024-11-16 09:55:41 +08:00
  • 2f7b0018b0 docs: standardize doc for ChanInfo/ChanOpen autocmds/v:event (#31099) errael 2024-11-15 17:37:36 -08:00
  • 2eb227f5b6 test(lua/ui_event_spec): avoid polluting log file (#31229) zeertzjq 2024-11-16 08:56:42 +08:00
  • fbbb9d6f7b vim-patch:9.1.0866: filetype: LLVM IR files are not recognized (#31228) zeertzjq 2024-11-16 08:42:12 +08:00
  • 6e4df18b45 fix(ui): no fast context for prompt message kinds #31224 luukvbaal 2024-11-15 23:34:42 +01:00
  • f1748b78e3 feat(default): bind vim.lsp.buf.signature_help in select mode (#31223) Yi Ming 2024-11-16 00:13:41 +08:00
  • c33ec2d7ce vim-patch:7c3b65e: runtime(cfg): only consider leading // as starting a comment Christian Clason 2024-11-15 08:39:38 +01:00
  • a785be9cc7 vim-patch:0acd3ab: runtime(sh): better function support for bash/zsh in indent script Christian Clason 2024-11-15 08:39:12 +01:00
  • c9045f5ba3 vim-patch:460799d: runtime(netrw): small fixes to netrw#BrowseX Christian Clason 2024-11-15 08:38:48 +01:00
  • f0fd9acc4b vim-patch:9.1.0865: filetype: org files are not recognized Christian Clason 2024-11-15 08:40:22 +01:00
  • 2024c10d74 ci(win): remove python workaround (#31212) Christian Clason 2024-11-15 08:47:22 +01:00
  • 6ef80eb42c fix(treesitter): keep treeview open if source window is still open #31198 Hyker 2024-11-15 04:00:18 +01:00
  • 54c85bcb6d vim-patch:9.1.0855: setting 'cmdheight' may missing output (#31216) zeertzjq 2024-11-15 08:18:53 +08:00
  • fa0dcde3d9 vim-patch:9.1.0864: message history is fixed to 200 (#31215) zeertzjq 2024-11-15 08:04:49 +08:00
  • 05d354e216 Merge pull request #27874 from luukvbaal/funcerr bfredl 2024-11-14 18:56:56 +01:00
  • 434d5936b6 build(deps): bump luajit to HEAD - fe71d0fb5 Christian Clason 2024-11-14 17:24:58 +01:00
  • d3e4ffafff feat(lsp): support utf-8 and utf-32 position encodings Lewis Russell 2024-11-14 14:17:33 +00:00