Commit Graph

  • c2a3838ab2 vim-patch:8.1.0636: line2byte() gives wrong values with text properties Jan Edmund Lazo 2025-08-09 22:15:50 -04:00
  • 4cc060bf44 fix(statusline): redraw if Visual selection other end changes (#36281) zeertzjq 2025-10-23 11:27:23 +08:00
  • af0f7b59b1 fix(statusline): redraw if Visual selection other end changes (#36281) zeertzjq 2025-10-23 11:27:23 +08:00
  • 323d5527ee fix(lsp): set 'linebreak' in floating windows (#36275) Fredrik Lanker 2025-10-22 19:38:47 +02:00
  • c94b7b93c0 fix(ui2): start treesitter after deleting cmdline buffer (#36274) luukvbaal 2025-10-22 16:16:36 +02:00
  • a215da823f docs(vimfn): getcwd() behavior #36222 Robert 2025-10-21 18:40:02 +01:00
  • cf48741227 docs(vimfn): getcwd() behavior #36222 Robert 2025-10-21 18:40:02 +01:00
  • f9cad88d5a feat(vimscript): log function name in "fast" message #32616 Matthieu Coudron 2025-10-21 16:46:03 +02:00
  • a7eb110098 fix(lsp): noisy log message when enabling server without config #36264 Riley Bruins 2025-10-21 07:16:19 -07:00
  • e42050f4ae feat(vimscript): log function name in "fast" message #32616 Matthieu Coudron 2025-10-21 16:46:03 +02:00
  • 3c4acc0f1a fix(lsp): noisy log message when enabling server without config #36264 Riley Bruins 2025-10-21 07:16:19 -07:00
  • 73ee507317 Merge pull request #36258 from janlazo/vim-9.1.0918 zeertzjq 2025-10-21 12:10:45 +08:00
  • 2a28149efc vim-patch:9.1.0359: MS-Windows: relative import in a script sourced from a buffer doesn't work Jan Edmund Lazo 2025-10-20 21:20:08 -04:00
  • 96a514ed46 vim-patch:9.0.0106: illegal byte regexp test doesn't fail when fix is reversed Jan Edmund Lazo 2025-10-20 20:42:01 -04:00
  • c5dbee7910 vim-patch:9.1.0918: tiny Vim crashes with fuzzy buffer completion Jan Edmund Lazo 2025-10-20 00:15:50 -04:00
  • b67eff38fe fix(lsp): deduplicate completion items #36166 Till Bungert 2025-10-21 00:45:37 +02:00
  • c80bb5b63e fix(pumborder): wrong layout with pumborder=none #36208 glepnir 2025-10-21 06:26:23 +08:00
  • c90135d6e5 docs(ui): 'pumborder' #36255 Maria Solano 2025-10-20 15:10:03 -07:00
  • 869e55f2aa Merge pull request #36253 from janlazo/vim-9.0.1033 zeertzjq 2025-10-20 12:24:46 +08:00
  • 9f84e01dfb vim-patch:8.2.3673: crash when allocating signal stack fails Jan Edmund Lazo 2025-10-19 21:20:36 -04:00
  • 27eb0aba3c vim-patch:9.0.0433: Coverity warns for not checking allocation failure Jan Edmund Lazo 2025-10-17 23:05:08 -04:00
  • 72d3506ce9 vim-patch:9.0.1033: tiny build fails because of conflicting typedef Jan Edmund Lazo 2025-10-16 21:56:18 -04:00
  • be73c35943 Merge pull request #36242 from bfredl/o_dod bfredl 2025-10-18 20:07:19 +02:00
  • 460738e02d fix(tui): use the correct offset for invisible cursor after sync bfredl 2025-10-18 19:29:04 +02:00
  • a4319015ee vim-patch:9.1.1868: v:register is wrong in v_: command (#36238) zeertzjq 2025-10-18 23:14:20 +08:00
  • 68a54bfda6 vim-patch:9.1.1868: v:register is wrong in v_: command (#36238) zeertzjq 2025-10-18 23:14:20 +08:00
  • 86d90f3fff Merge pull request #36234 from bfredl/neoterm2 bfredl 2025-10-18 13:05:59 +02:00
  • 03eb331abf fix(tui): CSI is not ESC (sync mode) bfredl 2025-10-18 12:17:36 +02:00
  • d44d7f7c5e Merge pull request #35952 from bfredl/neocurses bfredl 2025-10-18 12:07:31 +02:00
  • e656d7be2e perf(tui): faster implementation of terminfo bfredl 2025-09-29 13:18:59 +02:00
  • 671841673e vim-patch:ce4f9d2: runtime(nohlsearch): fix CursorHold loop (#36221) An Guoli 2025-10-18 09:28:58 +08:00
  • a04c73ca07 build(deps): bump luajit to 25a61a182 (#36212) Christian Clason 2025-10-17 08:02:07 +02:00
  • a08aa77e40 vim-patch:9.1.1859: completion: whitespace not cleared with 'ai' (#36218) zeertzjq 2025-10-17 10:51:49 +08:00
  • 550033d51d Fix more issue links in github templates (#36202) David Briscoe 2025-10-16 18:48:06 -07:00
  • d3f5437542 docs(lsp): specify exactly how vim.lsp.config merges configs (#36214) Calum Smith 2025-10-16 21:43:15 -04:00
  • ad172eb762 vim-patch:9.1.1858: v:register not reset after Visual mode command (#36215) zeertzjq 2025-10-17 08:36:27 +08:00
  • aeeadddac4 vim-patch:9.1.1858: v:register not reset after Visual mode command (#36215) zeertzjq 2025-10-17 08:36:27 +08:00
  • 371ad48135 fix(lsp): replace string types with LSP method alias type annotations where appropriate. (#36180) David 2025-10-17 00:39:53 +08:00
  • b459bf5961 fix(lsp): include missing LSP methods and update type annotations Davidyz 2025-10-14 22:07:52 +08:00
  • 0791594101 fix(coverity/530033): free lp->sl_info to fix resource leak #36198 Ethan Praeter 2025-10-15 17:43:31 -04:00
  • 7bf12db0c8 docs: update version.c #36125 github-actions[bot] 2025-10-15 14:40:24 -07:00
  • 183f8cc59d vim-patch:8.1.1979: code for handling file names is spread out (#36176) Jan Edmund Lazo 2025-10-15 02:35:55 -04:00
  • 382963891c fix(undotree): check foldmethod before invoking fold (#36192) Maria Solano 2025-10-14 21:59:25 -07:00
  • eaa9aca130 fix(jobs): jobstart(term=true) accepts width/height #33904 phanium 2025-10-15 12:42:02 +08:00
  • f93747ee3a revert "fix(lsp): _get_workspace_folders does not handle root_dir() function" Justin M. Keyes 2025-10-14 22:31:49 -04:00
  • cdc3702f8d revert "fix(lsp): _get_workspace_folders does not handle root_dir() function" #36183 Mathias Fußenegger 2025-10-15 04:26:01 +02:00
  • 106cacc93b fix(pumblend): do not apply special highlight attrs from bg layer #36186 Tomasz N 2025-10-15 03:48:27 +02:00
  • 2668a46902 fix(lsp): "attempt to index nil config" #36189 Justin M. Keyes 2025-10-14 20:43:25 -04:00
  • bf4710d8c3 fix(lsp): "attempt to index nil config" #36189 Justin M. Keyes 2025-10-14 20:43:25 -04:00
  • c8d6f3cf8a vim-patch:c95e143: runtime(doc): Miscellaneous documentation fixes (#36187) zeertzjq 2025-10-15 07:09:25 +08:00
  • bd41f6eb6c fix(lsp): add deprecation comment to gen_lsp (#36185) Maria Solano 2025-10-14 13:55:06 -07:00
  • be94fe3156 Merge pull request #36179 from zeertzjq/backport zeertzjq 2025-10-14 14:03:16 +08:00
  • 95cc67538b fix(clipboard): avoid using stale register width (#36178) zeertzjq 2025-10-14 13:04:37 +08:00
  • 41199c45d6 fix(clipboard): avoid using stale register width (#36178) zeertzjq 2025-10-14 13:04:37 +08:00
  • 55bd54e526 Merge pull request #36174 from zeertzjq/vim-0940465 zeertzjq 2025-10-14 11:38:55 +08:00
  • c5d85646eb vim-patch:64c8105: runtime(rst): Preserve indentation of directives zeertzjq 2025-10-14 10:44:55 +08:00
  • 1ccbaa6c25 vim-patch:5ffb23c: runtime(rst): Update b:undo_ftplugin variable zeertzjq 2025-10-14 10:44:45 +08:00
  • 6a6ba5c567 vim-patch:46d8697: runtime(rst): Style update zeertzjq 2025-10-14 10:44:35 +08:00
  • d6a9679b46 vim-patch:a70f346: runtime(rst): Enable spell checking for more syntax constructs zeertzjq 2025-10-14 10:44:26 +08:00
  • 263d0f86b4 vim-patch:d7fb4cd: runtime(rst): Inline literal escape support zeertzjq 2025-10-14 10:44:17 +08:00
  • 08e29ec4a1 vim-patch:5485827: runtime(rst): Recognise numeric footnotes [1] correctly zeertzjq 2025-10-14 10:44:06 +08:00
  • 2b2a297bf1 vim-patch:4e9f16d: runtime(rst): Correctly end nested comments zeertzjq 2025-10-14 10:43:45 +08:00
  • 6b006a03c4 vim-patch:47949b4: runtime(rst): Fix highlights nested in directive body zeertzjq 2025-10-14 10:43:06 +08:00
  • dbddd5989a vim-patch:310082f: runtime(rst): Add support for rst_minlines zeertzjq 2025-10-14 10:42:03 +08:00
  • 7455c5ce88 vim-patch:0940465: runtime(rst): Fix doctest block syntax zeertzjq 2025-10-14 10:41:51 +08:00
  • fc74b9fb34 vim-patch:83eb1da: runtime(doc): Normalise formatting of builtin function descriptions (#36172) zeertzjq 2025-10-14 10:23:26 +08:00
  • 72578e5e28 vim-patch:5fe4faa: runtime(bitbake): fix multiline Python function parameter syntax (#36173) zeertzjq 2025-10-14 10:17:24 +08:00
  • c5ed5504f4 vim-patch:6ab4547: runtime(doc): fix inconsistent alignment (#36171) zeertzjq 2025-10-14 09:51:23 +08:00
  • d78215f6a2 vim-patch:9.1.1854: unnecessary code in optionstr.c (#36170) zeertzjq 2025-10-14 09:49:17 +08:00
  • b1b6234208 Merge pull request #36169 from zeertzjq/vim-9.1.1849 zeertzjq 2025-10-14 09:12:17 +08:00
  • 93d1473732 vim-patch:9.1.1853: Ctrl-F and Ctrl-B at more prompt not working with key protocol zeertzjq 2025-10-14 08:42:36 +08:00
  • 92b834fc7a vim-patch:9.1.1849: CTRL-F and CTRL-B don't work in more prompt zeertzjq 2025-10-12 22:30:29 +08:00
  • d590644620 fix(difftool): silence :only command in setup_layout #36168 Tomas Slusny 2025-10-14 02:04:48 +02:00
  • 0ed5e00077 fix(coverity/532324): free skip_until to prevent leak #36109 Ethan Praeter 2025-10-13 19:29:37 -04:00
  • aaec3e5b0d fix(difftool): add check for window number when cleaning up layout #36161 Tomas Slusny 2025-10-13 20:12:42 +02:00
  • 25322a3a3b fix(help): only set url for help files in $VIMRUNTIME #36165 Yochem van Rosmalen 2025-10-13 20:08:37 +02:00
  • a65202e6bd vim-patch:partial:c58f91c: runtime(doc): Whitespace updates (#36160) zeertzjq 2025-10-13 16:53:21 +08:00
  • 7468db5187 vim-patch:partial:9.1.1847: No cmdline completion for :echoconsole and :echowindow (#36157) zeertzjq 2025-10-13 15:35:16 +08:00
  • 7ac6e91d06 Merge pull request #36159 from janlazo/vim-8.2.3962 zeertzjq 2025-10-13 13:07:55 +08:00
  • b764a1ba93 vim-patch:8.2.2423: missing error message Jan Edmund Lazo 2025-10-13 00:15:21 -04:00
  • e96c61d92d vim-patch:8.2.4773: build failure without the +eval feature Jan Edmund Lazo 2025-10-12 23:52:35 -04:00
  • 24675ffa97 vim-patch:8.2.3968: build failure Jan Edmund Lazo 2025-10-12 23:12:57 -04:00
  • f211af3ab7 vim-patch:8.2.3962: build fails for missing error message Jan Edmund Lazo 2025-10-12 22:56:52 -04:00
  • 446161ae08 vim-patch:2a33b49: runtime(make): syntax highlighting update for makeDefine (#36158) zeertzjq 2025-10-13 08:57:59 +08:00
  • 83c7193c11 vim-patch:9.1.1850: completion: not triggered after i_Ctrl-W/i_Ctrl-U (#36156) zeertzjq 2025-10-13 08:08:53 +08:00
  • 72b0bfa1fb fix(api): nvim_parse_cmd handle nextcmd for commands without EX_TRLBAR (#36055) glepnir 2025-10-13 07:36:06 +08:00
  • b0edab3631 vim-patch:40dec46: runtime(doc): Replace rotted URL links (#36151) zeertzjq 2025-10-13 07:24:58 +08:00
  • 398c861daf vim-patch:37c8ce7: runtime(cangjie): Fixes and improvements for syntax script (#36150) zeertzjq 2025-10-13 07:24:45 +08:00
  • 62d3a2110d fix(help): wrong tag url in third-party help docs #36115 Yochem van Rosmalen 2025-10-13 00:08:18 +02:00
  • c6113da5a9 fix(difftool): fully resolve symlinks when comparing paths #36147 Tomas Slusny 2025-10-12 20:25:14 +02:00
  • 638d44ded8 test(shada/buffers_spec): cleanup output file #36154 Vlad 2025-10-12 11:09:37 -07:00
  • c9b74f8b7e fix(difftool): ensure split layout, use systemlist #36145 Tomas Slusny 2025-10-12 07:11:27 +02:00
  • f4e4799f27 docs: small fixes (#36146) zeertzjq 2025-10-12 12:16:14 +08:00
  • 2ea7333f64 test(plugin/pack_spec): handle pcall path truncation #36143 Vlad 2025-10-11 20:23:19 -07:00
  • 072f126453 fix(ui): 'pumborder' parsing, shadow #36127 glepnir 2025-10-12 10:48:27 +08:00
  • c7fd0c17b1 fix(window): don't make hidden/unfocusable previous window current #36142 luukvbaal 2025-10-12 04:41:09 +02:00
  • fec02ae8e4 feat(plugins): nvim.difftool can compare directories #35448 Tomas Slusny 2025-10-12 04:24:39 +02:00
  • 21540d21ca fix(lsp): _get_workspace_folders does not handle root_dir() function (#36141) Justin M. Keyes 2025-10-11 21:25:54 -04:00
  • bc2fe135d1 vim-patch:6800da6: runtime(doc): Add missing optional tail command-name specs (#36140) zeertzjq 2025-10-12 07:41:13 +08:00
  • b261515775 vim-patch:37aabac: runtime(doc): update credit section for Girish Palya (#36132) zeertzjq 2025-10-12 07:04:53 +08:00