Commit Graph

  • 9716020293 vim-patch:d9ebd46bd090 Christian Clason 2024-03-04 22:36:57 +01:00
  • 66c9f987e7 vim-patch:1bdc9435c1a1 Christian Clason 2024-03-04 22:36:35 +01:00
  • 56734226af vim-patch:e84490311ba3 Christian Clason 2024-03-04 22:36:01 +01:00
  • 633bf61d3b fix(ui_client): check return value of channel_job_start (#27729) Sean Dewar 2024-03-04 13:15:04 +00:00
  • a8131aee9e fix(tohtml): replace hex escape with digit escape (#27728) altermo 2024-03-04 12:08:23 +01:00
  • 3df1211ebc docs(lua): clarify when vim.bo/vim.wo acts like :setlocal (#27708) Luna Saphie Mittelbach 2024-03-04 00:33:09 +01:00
  • 181b620580 Merge pull request #27724 from zeertzjq/vim-c4aef9a97b36 zeertzjq 2024-03-04 07:05:30 +08:00
  • fc2be84e44 vim-patch:691aee8b0705 zeertzjq 2024-03-04 06:43:36 +08:00
  • b86799a076 vim-patch:c4aef9a97b36 zeertzjq 2024-03-04 06:35:29 +08:00
  • bf0c69e504 fix(eval): correct failure return value for readfile/blob (#27722) Sean Dewar 2024-03-03 22:33:28 +00:00
  • 3971797be1 vim-patch:b3030b653bbd Christian Clason 2024-03-03 16:07:23 +01:00
  • da2130934b build: don't allow Xcode as generator dundargoc 2024-03-02 11:20:02 +01:00
  • bf695b5ef4 vim-patch:e93afc2e6126 Christian Clason 2024-03-02 19:29:12 +01:00
  • dbf6be296d fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712) luukvbaal 2024-03-03 01:40:46 +01:00
  • dc8c086c7e fix(lsp): directly rename the existing buffers when renaming (#27690) Jaehwang Jung 2024-03-02 23:21:53 +09:00
  • 0d553c8347 Merge pull request #27687 from luukvbaal/floatpos bfredl 2024-03-02 11:22:40 +01:00
  • 39cc38a87b fix(lsp): defer writing error msgs (#27688) Jaehwang Jung 2024-03-02 18:51:10 +09:00
  • ee4bbc3af2 build(deps): bump treesitter-vimdoc to v2.2.0 Christian Clason 2024-03-02 10:04:40 +01:00
  • 72e0ef2f46 vim-patch:100a665634a0 Christian Clason 2024-03-02 09:48:57 +01:00
  • 72e3d8c3f9 fix(deps): bump luv to 1.48.0-2 zhaozg 2024-03-02 11:46:21 +08:00
  • 39928a7f24 Merge pull request #27347 from lewis6991/fswatch Lewis Russell 2024-03-01 23:31:20 +00:00
  • a5fe8f59d9 docs: improve/add documentation of Lua types Lewis Russell 2024-02-27 15:20:32 +00:00
  • 4ff3217bbd feat(lsp): add fswatch watchfunc backend Lewis Russell 2024-02-07 11:28:35 +00:00
  • 813dd36b72 fix(types): rename win_get_config return type to win_config Will Hopkins 2024-03-01 14:59:32 -08:00
  • 62d04f21d9 vim-patch:9.1.0146: v:echospace wrong with invalid value of 'showcmdloc' (#27697) zeertzjq 2024-03-02 06:48:11 +08:00
  • 1fe65b3457 vim-patch:87410ab3f556 (#27696) zeertzjq 2024-03-02 06:42:39 +08:00
  • 816b56f878 fix(lsp): cancel watchers when closing a client Lewis Russell 2024-02-07 13:05:33 +00:00
  • bf1e098d97 refactor(watch): simplify filechanges processing Lewis Russell 2024-02-07 11:27:37 +00:00
  • b87505e116 refactor(watch): general tidy up Lewis Russell 2024-02-07 11:24:44 +00:00
  • b413f5d048 fix(lsp): rename undofile when renaming (#27684) Jaehwang Jung 2024-03-02 02:31:54 +09:00
  • 884470124d fix(float): allow floating window in cmdline area Luuk van Baal 2024-03-01 14:51:49 +01:00
  • a5ade3c63d fix(snippet): correct indent with newline glepnir 2024-02-29 18:50:40 +08:00
  • 5d4e1693cb vim-patch:9.1.0145: v:echospace not correct when 'showcmdloc' != last (#27682) zeertzjq 2024-03-01 06:13:38 +08:00
  • 57e5b9f4ea vim-patch:9.1.0144: getregion() needs more tests (#27681) zeertzjq 2024-03-01 06:09:20 +08:00
  • 41f2cbe171 vim-patch:8fad5d58874e Christian Clason 2024-02-29 18:27:01 +01:00
  • c8299d15db vim-patch:b4eb3f1e4489 Christian Clason 2024-02-29 18:28:31 +01:00
  • bfcf5666cc vim-patch:56b7da3c051f Christian Clason 2024-02-29 18:02:29 +01:00
  • 6ab0876f51 docs(eval): getline and indent function support string type glepnir 2024-02-29 19:39:11 +08:00
  • 2c8f36a3b0 fix(lsp): use plain loop for non-list-like table of protocol values Christian Clason 2024-02-29 10:21:02 +01:00
  • 86c3f284fc vim-patch:9ecf02cd5f5f Christian Clason 2024-02-29 09:36:07 +01:00
  • 0eaae1bc05 vim-patch:9.1.0143: [security]: autocmd causes use-after-free in set_curbuf() (#27664) zeertzjq 2024-02-29 08:33:02 +08:00
  • f9e7c4c9c4 refactor(defaults): use getregion() for Visual mode gx (#27663) zeertzjq 2024-02-29 08:21:13 +08:00
  • ce7c51a1a3 vim-patch:9.1.0142: getregion() can be improved (#27662) zeertzjq 2024-02-29 07:19:26 +08:00
  • e592657df8 vim-patch:9.1.0141: Put in Visual mode wrong if it replaces fold marker (#27661) zeertzjq 2024-02-29 06:48:29 +08:00
  • f912030d4e docs(lpeg): remove double backticks from meta (#27659) Maria José Solano 2024-02-28 14:14:49 -08:00
  • 853f647da6 fix(lsp): handle reverse lookup in capabilities Maria José Solano 2024-02-25 12:45:39 -08:00
  • d981670bc9 refactor(lsp): remove outdated comment Maria José Solano 2024-02-25 12:05:35 -08:00
  • 0246f1a897 fix(tohtml): set filetype of generated HTML to html Christian Clason 2024-02-28 18:01:38 +01:00
  • aa62898ae3 fix(lsp): correct the error message's cmd on spawning (#27632) notomo 2024-02-29 01:36:28 +09:00
  • 7311958e12 fix(lsp): remove unnecessary file load/write when renaming (#27621) Jaehwang Jung 2024-02-29 01:32:25 +09:00
  • 2f85bbe615 feat!: rewrite TOhtml in lua altermo 2024-02-26 11:42:51 -08:00
  • c538ec8522 Merge pull request #27643 from bfredl/metadata2 bfredl 2024-02-28 11:32:25 +01:00
  • de5cf09cf9 refactor(metadata): generate all metadata in lua bfredl 2024-02-26 18:00:46 +01:00
  • 07b4b7524f vim-patch:e84d2d4432cd Christian Clason 2024-02-28 10:38:25 +01:00
  • 0190771713 fix(lua): remove uri fragment from file paths (#27647) Ilia Choly 2024-02-28 04:50:53 -05:00
  • cb146cc4aa docs(lpeg): merge upstream changes Maria José Solano 2024-02-09 10:35:13 -08:00
  • a7788c2e25 vim-patch:b1427b46f5fe (#27652) zeertzjq 2024-02-28 07:57:18 +08:00
  • 7e46ff791c vim-patch:9.1.0140: cursor on wrong row after 1 char 'below' virtual text when EOL is shown (#27651) zeertzjq 2024-02-28 07:28:48 +08:00
  • 63f9c2da9a feat(lsp): support completion itemDefaults Maria José Solano 2024-02-26 11:42:51 -08:00
  • 3d96e3f9f2 refactor(lsp): alias for CompletionResult Maria José Solano 2024-02-26 11:42:16 -08:00
  • 9beb40a4db feat(docs): replace lua2dox.lua Lewis Russell 2024-02-15 17:16:04 +00:00
  • 7ad2e3c645 docs: fix type of setreg() argument {options} (#27631) Maria José Solano 2024-02-27 03:53:49 -08:00
  • 1a7c38caec vim-patch:c7ddc9b73543 Christian Clason 2024-02-27 10:12:56 +01:00
  • c6c19c3b2d build(deps): bump luv to 1.48.0-1 Christian Clason 2024-02-27 09:57:28 +01:00
  • a4b4442524 vim-patch:2c51e15b66a4 (#27637) zeertzjq 2024-02-27 06:22:57 +08:00
  • 0d75324e3b vim-patch:9.1.0137: <Del> in cmdline mode doesn't delete composing chars (#27636) zeertzjq 2024-02-27 06:09:06 +08:00
  • 2ce3a9efa7 Merge pull request #27635 from bfredl/nomsgvalid bfredl 2024-02-26 20:28:59 +01:00
  • a8e4ee2f2b fix(defaults): validate 'channel' before responding to OSC request (#27594) Gregory Anders 2024-02-26 11:33:16 -06:00
  • cdcdc10411 refactor(msgpack): remove dead unpacker code in helpers bfredl 2024-02-26 14:46:32 +01:00
  • 7038fdeee2 Merge pull request #27599 from bfredl/nofilealloc bfredl 2024-02-26 14:43:42 +01:00
  • ad5a155b1f fix(mbyte): fix bugs in utf_cp_*_off() functions VanaIgr 2024-02-26 04:12:55 -06:00
  • 8b4e269156 test(terminal/buffer_spec): re-skip bang test on Windows zeertzjq 2024-02-26 10:11:59 +08:00
  • 268066e014 fix(process): start pty process eof timer on main thread (#27625) zeertzjq 2024-02-26 09:47:49 +08:00
  • 185752614d refactor(types): fix miscellaneous type warnings Maria José Solano 2024-02-18 18:46:19 -08:00
  • 7447b035ca refactor(shada): devirtualize writer bfredl 2024-02-24 11:22:02 +01:00
  • 77e928fd3e refactor(fileio): remove API shell layer encouraging unnecessary allocations bfredl 2024-02-24 10:17:20 +01:00
  • 0fcbda5987 fix(lsp): add snippet regression test (#27618) Maria José Solano 2024-02-25 02:05:37 -08:00
  • c651a0f643 vim-patch:partial:d086b8f646a6 (#27623) zeertzjq 2024-02-25 16:38:34 +08:00
  • b72dc2d8ad test: don't use minimal timeout for "intermediate" flag (#27620) zeertzjq 2024-02-25 13:35:24 +08:00
  • 2e1f5055ac fix(lsp): add assertion for explicit bufnr in apply_text_edits (#27614) Gregory Anders 2024-02-24 19:21:57 -06:00
  • c2ddef30e7 docs: fix several misleading and superfluous wordings (#27609) Evgeni Chasnovski 2024-02-25 02:45:34 +02:00
  • 52fe3741aa vim-patch:374e26aba2e5 (#27617) zeertzjq 2024-02-25 08:19:43 +08:00
  • 091e374c7f vim-patch:9.1.0135: Insufficient testing for 'delcombine' (#27616) zeertzjq 2024-02-25 07:48:54 +08:00
  • 71384129f7 build: download libiconv and gettext from deps repository dundargoc 2024-02-24 15:06:15 +01:00
  • 8addd27504 fix(lsp): when renaming directory, check path prefix of buffer names (#27603) Jaehwang Jung 2024-02-25 00:47:34 +09:00
  • 04f723f1a5 vim-patch:9.1.0131: buffer-completion may not always find all matches (#27610) zeertzjq 2024-02-24 22:59:28 +08:00
  • a0394b648c docs(lsp): mark ClientConfig.init_options as optional Christian Clason 2024-02-24 14:49:36 +01:00
  • febf481002 vim-patch:9.1.0132: "C" doesn't include composing chars with 'virtualedit' (#27605) zeertzjq 2024-02-24 22:04:52 +08:00
  • 63c9e0c4ae build(deps): bump lua-compat-5.3 to v0.13 Christian Clason 2024-02-24 14:31:29 +01:00
  • 9ea8a77b04 vim-patch:9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL list char (#27600) zeertzjq 2024-02-24 20:16:39 +08:00
  • 90f6d999b1 refactor(lsp): remove redundant code (#27601) Jaehwang Jung 2024-02-24 21:14:12 +09:00
  • 9418381ccc vim-patch:a35235e824bb (#27598) zeertzjq 2024-02-24 17:55:32 +08:00
  • acb13c7ac7 Merge pull request #27562 from bfredl/envalloc bfredl 2024-02-24 09:57:33 +01:00
  • c5990f2cdc perf(os/env): os_getenv() allocation when there is no env var set bfredl 2024-02-21 10:49:05 +01:00
  • 15f7ac6a04 docs(lsp): remove obsolete didChangeConfiguration explanation (#27595) Tim Pope 2024-02-24 01:19:33 -05:00
  • 99288ecc77 fix(terminal): block input when there is pending TermRequest (#27589) zeertzjq 2024-02-24 05:12:30 +08:00
  • cb5ae22eab Merge pull request #27590 from bfredl/signcolfix bfredl 2024-02-23 13:37:11 +01:00
  • b97d5038f1 fix(marktree): some marks counted twice when checking for overlap bfredl 2024-02-23 11:38:27 +01:00
  • 7e008799a8 vim-patch:315cd1fbcbba Christian Clason 2024-02-23 00:39:21 +01:00
  • eb4783fb6c refactor(defaults): use getregion() for default * and # mappings zeertzjq 2024-02-23 08:12:46 +08:00