Commit Graph

  • d4c8e8df1c vim-patch:a24f5be: runtime(python): highlight bytes in python master nightly Christian Clason 2025-07-14 23:04:37 +02:00
  • 3eb597c999 vim-patch:baa781a: runtime(python2): highlight unicode strings in python2 Christian Clason 2025-07-14 23:04:17 +02:00
  • 73987a4301 vim-patch:e85a66a: runtime(erlang): Add support for triple-quoted strings and docstrings Christian Clason 2025-07-14 23:03:49 +02:00
  • 657540945c fix(runtime): set 'foldmethod' for Lua ftplugin #34929 release-0.11 Phạm Bình An 2025-07-14 19:28:30 +07:00
  • a945686444 feat(term): increase max scrollback to 1000000 Lewis Russell 2025-07-11 10:43:05 +01:00
  • 9261aef2f3 fix(lsp/health): always use vim.inspect to show root_markers (#34667) Gregory Anders 2025-06-26 10:22:45 -05:00
  • 12276832ab fix(runtime): set 'foldmethod' for Lua ftplugin #34929 Phạm Bình An 2025-07-14 19:28:30 +07:00
  • d185057bc7 fix(lsp/health): ensure valid table before concatenating (#34930) neovim-backports[bot] 2025-07-14 05:15:27 -07:00
  • 7bf04bc01f test(fold): flaky "doesn't open folds that are not touched" #34911 Justin M. Keyes 2025-07-13 20:05:01 -04:00
  • 9f16b598f9 vim-patch:1341176: runtime(vim): Update help syntax file, improve highlighting of included Vim examples (#34924) zeertzjq 2025-07-14 07:11:22 +08:00
  • f487ae90cf vim-patch:9.1.1539: completion: messages don't respect 'shm' setting (#34923) zeertzjq 2025-07-14 06:53:40 +08:00
  • 96ec4db3e9 build(deps): bump tree-sitter to v0.25.8 Christian Clason 2025-07-13 22:19:35 +02:00
  • 7cd5356a6f feat(net): vim.net.request(), :edit [url] #34140 Tom Ampuero 2025-07-13 21:43:11 +01:00
  • 444a8b3ec6 vim-patch:6f85cec: runtime(python): update rendering of Unicode named literals in syntax script Christian Clason 2025-07-13 10:42:22 +02:00
  • 3e7f5d95aa vim-patch:ce1d196: runtime(vim): Update base syntax, improve :match highlighting (#34912) zeertzjq 2025-07-13 16:39:19 +08:00
  • 73fbc693b5 refactor(lsp): drop vim.lsp.util._refresh() #33903 Yi Ming 2025-07-13 13:00:10 +08:00
  • 89b946aa87 fix(lua): vim.diff is nil in uv.new_work() thread #34909 Justin M. Keyes 2025-07-12 23:54:22 -04:00
  • 5c4f9b05fa Merge #34797 refactor(lsp): enable()/is_enabled() Justin M. Keyes 2025-07-12 23:44:21 -04:00
  • 7e8aa0585e refactor(lsp): rename vim.lsp.semantic_tokens start/stop to enable() Yi Ming 2025-07-07 11:58:44 +08:00
  • a8d9f3331e test(lsp): remove the deprecated feed_command Yi Ming 2025-07-06 22:30:04 +08:00
  • 7ac4cbcd2e refactor(lsp): utility functions for enable()/is_enabled() Yi Ming 2025-07-10 00:04:36 +08:00
  • 4778a4c201 fix(lsp): prevent flicker in codelens virtual text #34888 Jaehwang Jung 2025-07-13 08:55:58 +09:00
  • 815916b450 test: zig build thread_spec.lua failure after vim.text.diff rename Justin M. Keyes 2025-07-12 18:58:17 -04:00
  • f3a54e7ccf refactor(lua): rename vim.diff => vim.text.diff #34864 Justin M. Keyes 2025-07-12 18:36:07 -04:00
  • 430be9d01d ci(test): use ARM ubuntu linux for more CI jobs #34908 Justin M. Keyes 2025-07-12 17:32:59 -04:00
  • 3812cb1cd1 build(deps): bump tree-sitter to v0.25.7 Christian Clason 2025-07-12 20:50:11 +02:00
  • 6cfaa9c204 version bump Justin M. Keyes 2025-07-12 14:36:34 -04:00
  • b2684d9f66 NVIM v0.11.3 v0.11.3 stable Justin M. Keyes 2025-07-12 14:34:12 -04:00
  • 7da0c46e1b fix(health): bad format() call #34906 neovim-backports[bot] 2025-07-12 11:32:56 -07:00
  • 2422fbdd5f fix(health): bad format() call #34904 Justin M. Keyes 2025-07-12 14:27:51 -04:00
  • 91ef8606f2 build(deps): update tree-sitter parsers and queries #34905 Christian Clason 2025-07-12 20:27:31 +02:00
  • eb5b4b9e57 build(deps): bump tree-sitter-vim to v0.7.0 Christian Clason 2025-07-12 17:12:50 +02:00
  • d2098057a7 docs(autocmd): generate events enum type #34883 luukvbaal 2025-07-12 16:46:13 +02:00
  • 89959ab9dc fix(messages): recognize cmdline one_key/number prompt State (#34206) luukvbaal 2025-06-09 18:57:28 +02:00
  • adf31505d8 fix(messages): make swapfile attention message part of prompt (#34414) luukvbaal 2025-06-12 11:57:17 +02:00
  • 34fbfa3586 refactor(build): use consistent cmake names #34893 Travis Finkenauer 2025-07-12 07:00:36 -07:00
  • f1babb322b refactor(qf): move syntax code for qf-toc to qf.lua #34879 Phạm Bình An 2025-07-12 08:13:20 +07:00
  • 8c6ea76ebc fix(extui): disable cmdline highlighter when showing a message (#34887) luukvbaal 2025-07-12 01:15:31 +02:00
  • d4074b812d vim-patch:9.1.1538: tests: string options in gen_opt_test.vim not fully sorted (#34891) zeertzjq 2025-07-12 06:56:43 +08:00
  • 7f5b5d34cf fix(window): don't store invalid height in window config (#34885) luukvbaal 2025-07-11 18:53:30 +02:00
  • 9e968635ef fix(extui): check if buffers/windows exist before deleting (#34886) Tomasz N 2025-07-11 17:31:30 +02:00
  • f9f0345eba fix(vim.json): loss of precision on integers >14 digits #34876 jade 2025-07-10 19:07:56 -07:00
  • 4f3aa7bafb Merge #34558 docs Justin M. Keyes 2025-07-10 22:36:16 -04:00
  • 7a69fefdb9 fix(vim.json): loss of precision on integers >14 digits #34876 jade 2025-07-10 19:07:56 -07:00
  • c3e2926f17 docs: deprecate :ownsyntax Justin M. Keyes 2025-06-27 21:55:33 +02:00
  • e78c877688 docs: rename ui.txt => api-ui-events.txt Justin M. Keyes 2025-06-24 22:11:24 +02:00
  • 58df501913 docs: api, pack, events, develop Justin M. Keyes 2025-06-18 13:39:35 +02:00
  • 00f8f94d5b vim-patch:9.1.1535: the maximum search count uses hard-coded value 99 (#34873) zeertzjq 2025-07-11 09:17:05 +08:00
  • 54cde0674b test(ui/{cmdline,message}2_spec): reduce flakiness/runtime #34875 luukvbaal 2025-07-11 02:52:50 +02:00
  • 9809ce8b47 vim-patch:6ac2e4a: runtime(vim): Update base syntax, improve function call highlighting (#34874) zeertzjq 2025-07-11 07:20:25 +08:00
  • 68e316e3f9 feat(diagnostic): jump to related info location from open_float #34837 Riley Bruins 2025-07-10 11:24:17 -07:00
  • 7bd4dfd209 refactor(lsp): simplify multiline semantic token logic #34698 Riley Bruins 2025-07-10 11:12:18 -07:00
  • 4745270bf1 feat(lsp): support textDocument/colorPresentation (#34823) Maria José Solano 2025-07-10 08:51:26 -07:00
  • 213360c389 fix(lsp): custom 'winborder' in make_floating_popup_options() #34868 Sebastian Lyng Johansen 2025-07-10 14:51:13 +02:00
  • 5803994a1c fix(highlight): preserve bg transparency with winblend=100 #34825 glepnir 2025-07-10 20:42:45 +08:00
  • e644038f06 docs: move vim.system to own section Lewis Russell 2025-07-10 10:32:17 +01:00
  • 7f18811668 vim-patch:32a1b26: runtime(filetype): improve asm heuristics and move into FTasmsyntax() (#34863) zeertzjq 2025-07-10 20:30:39 +08:00
  • fccd016a0f vim-patch:bda55df: Revert "runtime(haskell): Add single quote to iskeyword in ftplugin (vim/vim#8191)" Christian Clason 2025-07-09 18:43:46 +02:00
  • 6f8efea940 fix(tui): check for title support correctly (#34866) zeertzjq 2025-07-10 14:17:20 +08:00
  • e65c0a0810 fix(tui): check for title support correctly (#34866) zeertzjq 2025-07-10 14:17:20 +08:00
  • fb0dc825e9 feat(option): custom chars in 'winborder' #33772 glepnir 2025-07-10 09:15:08 +08:00
  • 7526fb449d feat(extui): use winborder for msg window #34859 Sebastian Lyng Johansen 2025-07-10 02:42:47 +02:00
  • 8aed423072 vim-patch:3987eac: runtime(doc): clarify how ex ranges are adjusted when acting on folds (#34862) zeertzjq 2025-07-10 06:55:35 +08:00
  • 388b559848 fix(runtime): no conceal in qf on :lopen #34854 phanium 2025-07-10 00:36:10 +08:00
  • 76f6868e0a fix(runtime): no conceal in qf on :lopen #34854 phanium 2025-07-10 00:36:10 +08:00
  • 840cdb9589 feat(shada): shada should not store nobuflisted buffers #21818 Leonhard Kipp 2025-07-09 18:33:20 +02:00
  • 3a3484be29 test(messages/cmdline_spec): convert highlight IDs to name and format (#34845) luukvbaal 2025-07-09 11:33:19 +02:00
  • 3c9484b550 feat(extui): show dismissed message in cmdline (#34745) luukvbaal 2025-07-09 11:17:18 +02:00
  • 88774965e5 feat(api): relax contract, allow return-type void => non-void #34811 Justin M. Keyes 2025-07-08 22:40:08 -04:00
  • 96aef50624 Merge pull request #34852 from zeertzjq/vim-9.1.1526 zeertzjq 2025-07-09 08:55:08 +08:00
  • 5fe310c5e6 vim-patch:9.1.1528: completion: crash with getcompletion() zeertzjq 2025-07-09 07:47:15 +08:00
  • ef0ec7edac vim-patch:9.1.1526: completion: search completion match may differ in case zeertzjq 2025-07-09 07:38:43 +08:00
  • c97ad3cb41 fix(health): floating window closes when opening TOC (gO) neovim-backports[bot] 2025-07-08 23:10:18 +00:00
  • db7c2acbc6 vim-patch:9.1.1532: termdebug: not enough ways to configure breakpoints (#34851) zeertzjq 2025-07-09 06:38:58 +08:00
  • 435f03ee10 docs: tag of :EditQuery #34844 Phạm Bình An 2025-07-08 19:28:12 +07:00
  • bb6422f1ad docs(tutor): Chinese (zh-CN) translation #34803 PilgrimLyieu 2025-07-08 20:26:39 +08:00
  • 28b7c2df52 fix(health): floating window closes when opening TOC (gO) #34794 glepnir 2025-07-08 20:21:09 +08:00
  • f68a5c40f0 feat(messages): add "prev_cmd" argument to msg_history_show (#34779) luukvbaal 2025-07-08 11:19:02 +02:00
  • f576b59a09 docs: type fixes #34831 phanium 2025-07-08 09:56:22 +08:00
  • bf9d3e4bf8 fix(prompt): lnum update via nvim_buf_set_lines if buf != curbuf #34833 Mathias Fußenegger 2025-07-08 02:42:45 +02:00
  • d88bebfbc7 docs: misc #34834 Phạm Bình An 2025-07-08 07:31:37 +07:00
  • 2ddb5d21bb test(api): nvim_get_keymap returns correct lhsraw and lhsrawalt zeertzjq 2025-07-08 06:38:32 +08:00
  • 6889f9168b fix(api): populate lhsrawalt in nvim_get_keymap response ncrpy 2025-07-07 14:03:09 +09:00
  • 27daeb0d68 vim-patch:9.1.1520: completion: search completion doesn't handle 'smartcase' well (#34840) zeertzjq 2025-07-08 08:07:42 +08:00
  • ed8b022633 Merge pull request #34841 from zeertzjq/vim-9.1.0877 zeertzjq 2025-07-08 08:06:34 +08:00
  • 2d3a4154c5 Merge pull request #34839 from zeertzjq/backport zeertzjq 2025-07-08 07:36:36 +08:00
  • 842ca1fd5c vim-patch:9.1.1519: tests: Test_termdebug_decimal_breakpoints() may fail zeertzjq 2025-07-08 06:55:25 +08:00
  • 62822d750d vim-patch:9.1.0877: tests: missing test for termdebug + decimal signs zeertzjq 2025-07-08 06:53:45 +08:00
  • 5fd386a893 Merge pull request #34828 from ncrpy/fix-get_keymap-lhsrawalt zeertzjq 2025-07-08 07:22:02 +08:00
  • 87ba1d7465 vim-patch:9.1.1521: completion: pum does not reset scroll pos on reopen with 'noselect' (#34836) zeertzjq 2025-07-08 06:37:30 +08:00
  • 0c973bf442 test(api): nvim_get_keymap returns correct lhsraw and lhsrawalt zeertzjq 2025-07-08 06:38:32 +08:00
  • d523750de0 fix(api): populate lhsrawalt in nvim_get_keymap response ncrpy 2025-07-07 14:03:09 +09:00
  • c3c8d25293 vim-patch:9.1.1521: completion: pum does not reset scroll pos on reopen with 'noselect' (#34836) zeertzjq 2025-07-08 06:37:30 +08:00
  • 2031287e93 feat(lsp): support diagnostic related information (#34474) Riley Bruins 2025-07-07 10:05:02 -07:00
  • 0d9bf5b89f vim-patch:244198f: runtime(autopkgtest): add ftplugin file for autopkgtest Christian Clason 2025-07-06 18:14:22 +02:00
  • 4310f3f580 vim-patch:e9d331d: runtime(autopkgtest): add syntax file for autopkgtest Christian Clason 2025-07-06 18:14:07 +02:00
  • d73788fad2 vim-patch:48c823c: runtime(debcontrol): move kernel/architecture definitions to shared/debarchitectures.vim Christian Clason 2025-07-06 18:13:30 +02:00
  • 3177841bdf vim-patch:9.1.1517: filetype: autopkgtest files are not recognized Christian Clason 2025-07-06 18:10:36 +02:00
  • 8d5452c46d refactor(lsp): stateful data abstraction, vim.lsp.Capability #34639 Yi Ming 2025-07-07 11:51:30 +08:00
  • 55e3a75217 fix(lsp): convert the encoded position to line byte (#34824) Yi Ming 2025-07-07 11:39:05 +08:00