Commit Graph

  • 0fcf372c8f Accepting request 1324588 from editors factory Ana Guerrero 2025-12-29 14:16:45 +00:00
  • 2e294e1401 - Add tree-sitter-system.lua for the registration of system-wide installed tree-sitter parsers. Richard Rahl 2025-12-28 19:37:42 +00:00
  • 38c3bfa5e5 Accepting request 1316089 from editors Ana Guerrero 2025-11-07 17:22:15 +00:00
  • f04379af7d - Update to version 0.11.5: * help: gx opens help tag in web browser * vimscript: log function name in "fast" message * api: reduce redundant win_find_tabpage calls * vim.lsp.omnifunc should not throw away other items * api: nvim_open_win default to half-size for splits * api: nvim_open_win respects requested split window size * 5aa6257 api: win_set_config error message for splitting from a float * 66b8018 channel: closing socket with pending writes leaks memory * 3237f63 cjson: fix strbuf_set_length incorrectness * 95cc675 clipboard: avoid using stale register width * d31953d diagnostics: extend conversion support from/to quickfix format * 7304fc2 excmd: :trust executed even when inside false condition * 0e1c83f filetype: handle invalid bufnr in _getlines(), _getline() * 86b2c0f float: crash from nasty :fclose autocmds * d8a7c86 health: errors in :checkhealth with pyenv-virtualenv * 8e00534 health: hard fail on invalid "python-*" bin * 2668a46 lsp: "attempt to index nil config" * 21540d2 lsp: _get_workspace_folders does not handle root_dir() function * 14e74d9 lsp: misleading logs in non-applicable filetypes * a7eb110 lsp: noisy log message when enabling server without config * eb48372 lsp: restore Client:stop() force-stopping behavior * 556d8d0 lsp: treat 2-triggers-at-once as "last char wins" * 7b1ac20 lua: don't leak handle when vim._watch.watch() fails * c84ba83 options: increase t_Co buffer size * 7aea000 paste: don't use :echo immediately before :redraw * 47f6f21 plines: count 'showbreak' in EOL inline virt_text in line size * 4338eea rpc: handle more cases when identifying loopback * d399ed3 socket: avoid stack-use-after-return after timeout * 4cc060b statusline: redraw if Visual selection other end changes Richard Rahl 2025-11-06 18:13:06 +00:00
  • df6f778b2d - Don't use pkgconf(luajit), it confuses between LuaJIT we use (OpenResty) and moonjit. - Use luajit-* packages for the LuaJIT build. Richard Rahl 2025-11-06 15:24:25 +00:00
  • cb8163efcd Accepting request 1314206 from editors Ana Guerrero 2025-10-29 20:06:08 +00:00
  • 551dc14dcc - remove unneeded build and runtime dependencies Richard Rahl 2025-10-28 21:14:13 +00:00
  • 2a6bc74369 Accepting request 1306066 from editors Dominique Leuenberger 2025-09-20 20:04:18 +00:00
  • 2ab5091a71 - update to version 0.11.4: * fix(lsp/health): ensure valid table before concatenating * fix(lsp/health): always use vim.inspect to show root_markers * docs(tutor): Chinese (zh-CN) translation * fix(lsp): close floating preview window correctly * fix(tutor): use invalidate field in nvim_buf_set_extmark() * fix(iter): ArrayIter:last returns nil when filtered to empty * fix(clipboard): correct blockwise register width computation * fix(cmdline): :checkhealth completion with multiple args * fix(snippet): setting end_right_gravity * fix(api): nvim_create_user_command addr option should allow ranges * fix(lsp): show title when global winborder is set * vim-patch:9.1.1599: :bnext doesn't go to unlisted help buffers * fix(float): cursor visible in "hidden" floating window * fix(treesitter): inconsistent highlight of multiline combined injection * fix(api): fix not capturing output in cmdline mode * feat(provider): detect venv python via "pynvim-python" tool * fix(treesitter): run FileType autocmds in the context of <abuf> * fix(folds): error when deleting lines at end of buffer * fix(diff): set default diff flags properly * fix(health): accept TERM=tmux-direct * docs(lsp): mention lsp/after/ in faq * fix(lua): report error in Lua Funcref callback properly * fix(health): update advice for Python - update suse-spec-template Richard Rahl 2025-09-19 20:40:31 +00:00
  • 9f74883169 Accepting request 1294648 from editors leap-16.1 leap-16.0 Ana Guerrero 2025-07-21 18:00:41 +00:00
  • 8d07677312 - disable tests on ppc64le and s390x, otherwise works fine (lua fails) - move s390x back onto lua, not luajit, as nvim coredumps otherwise Richard Rahl 2025-07-20 20:59:49 +00:00
  • af4e3b4a68 - update to 0.11.3: * fix(terminal): stack overflow when too many csi args * fix(terminal): stack overflow when too many csi args * fix(api): add missing nargs field to user command Lua callbacks * fix(api): reconfiguring float "relative" does not clear "win" * fix(api): adjust fix for reconfiguring float "relative" * fix(menu): fix listing of submenus * fix(treesitter): ensure TSNode's tree is immutable * fix(lsp): only auto-detach lsp.config enabled clients * test(treesitter): test node access after tree edit * fix(api): update topline when flushing with nvim__redraw() * fix(treesitter): scope highlight state per window * fix(treesitter): support multiple @injection.content captures * fix(treesitter): ensure window is valid in async parsing * test(screen): still match by full row when {MATCH:} is present * fix(editorconfig): a custom property is treated as a section * fix(msgpack): flush incomplete big UI event before packing RPC event * fix(lsp): advertise supported fold kinds * fix(lsp) type annotation for vim.lsp.Config.cmd * fix(vim.system): clear_env=true gives an invalid env to uv.spawn * fix(tui): don't crash when nvim__screenshot() is called with bad path * fix(term): terminal attr index may exceed TERM_ATTRS_MAX * test(editor/defaults_spec): fix flakiness * fix(api): populate lhsrawalt in nvim_get_keymap response * fix(runtime): no conceal in qf on :lopen * fix(messages): make swapfile attention message part of prompt * fix(health): bad format() call - remove patch bad-format-call.patch, as upstream included the patch in the release - remove skipping Rpath tests Richard Rahl 2025-07-20 16:29:29 +00:00
  • 3999b5838d Accepting request 1292423 from editors Dominique Leuenberger 2025-07-14 08:51:35 +00:00
  • 3002c21eba - add patch bad-format-call.patch, which fixes an isuse where by accident, you could pass on nil. - fixes ppc64le build - rearrange where the tests are in the specfile Richard Rahl 2025-07-12 16:56:38 +00:00
  • 7b9fcb9d25 Accepting request 1281528 from editors Dominique Leuenberger 2025-05-31 17:16:47 +00:00
  • 61ca4cf06a - update to 0.11.2: * lsp: Vim.lsp.is_enabled() * lsp: root_markers can control priority * lsp: Start/stop LSPs as necessary during vim.lsp.enable() * lsp: Detach LSP clients when 'filetype' changes * checkhealth: Trigger FileType event after showing report * health: Summary in section heading * lsp: Detect if Client:request resolved synchronously * lsp: Use bufnr when getting clients in symbols_to_items * lsp: Improper diagnostic end_col computation * lsp: Only auto-detach lsp.config clients * lsp: Improve error completion message * lsp: Check if client is stopping before reuse * lsp: Fix error with InsertReplaceEdit events * :print: Don't use schar_from_ascii() for illegal byte * cmdline: Do not move UI cursor when entering cmdline * decor: Extmark highlight not applied * display: Adjust setting winline info for concealed lines * folds: Avoid unnecessary loop with horizontal scrolling * folds: Adjust filler text drawing for transparent folds * health: Checkhealth float opens extra empty buffer * lua: Vim.validate message param * move: Consume skipcol before revealing filler lines * runtime: Cpoptions is reset in Lua file * runtime: Conceal paths in help, man ToC loclist * runtime: 'includeexpr' with non-Nvim-style Lua modules * system: Don't treat NUL at start as no input * terminal: Check size when switching buffers * termkey: Out-of-bounds write in array * treesitter: Close :InspectTree with q Richard Rahl 2025-05-30 15:56:24 +00:00
  • cbb0c7d2c0 Accepting request 1275539 from editors Dominique Leuenberger 2025-05-08 16:23:56 +00:00
  • 7d9b3ed98f - export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes minimum version warnings Richard Rahl 2025-05-08 13:03:01 +00:00
  • a31a18d04e Accepting request 1273476 from editors Dominique Leuenberger 2025-04-30 17:03:30 +00:00
  • 4d91958e90 - use %_libidir, not /usr/lib64, as it breaks otherwise i586 Richard Rahl 2025-04-29 15:07:16 +00:00
  • 728b4de70f The patch was a band aid and complicates the packaging. This puts the system tree sitter for vimdoc to the runtimepath of a tested nvim. Have no clue how the upstream CI does that, but I think this as a correct approach. The runtime/ is a part of a source code and contains all other neovim's runtime files, which are tested by the make oldtest. Richard Rahl 2025-04-29 10:59:04 +00:00
  • 523bce370a Accepting request 1272859 from editors Dominique Leuenberger 2025-04-26 20:26:04 +00:00
  • c0af3569e9 - update to 0.11.1: * fix(ui): wincmd _ should not increase 'cmdheight' above 0 * fix(display): scroll logic does not take into account concealed topline * fix(health): message should mention "vim.provider" * fragile setup to get (preferred) keys from key_name_entry * fix(mouse): crash with click on win-separator in statusline * fix(cmdline): empty ext_cmdline block events for :<CR> * fix(provider)!: drop Python 3.7, 3.8 support * fix(lsp): warn on missing config in :checkhealth * fix(cmdline): avoid empty @: register after :<CR> * fix(pum): fix heap-buffer-overflow with 'rightleft' * fix(api): use original LHS in keymap error message * fix(checkhealth): don't override user "q" keymap * fix(desktop): cannot open filename with spaces using OS file manager * fix(checkhealth): check g:loaded_xx_provider for all providers * fix(provider): misleading :checkhealth if user sets g:loaded_python3 * feat(checkhealth): use emoji for OK/WARN/ERROR * vim-patch:9.1.1260: Hang when filtering buffer with NUL bytes * docs: faq, lua packages * fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled * fix(checkhealth): check outdated pynvim version properly * fix(defaults): visual-mode [[,]] for :terminal shell prompts * fix(treesitter): don't memoize modified headings * fix(defaults): enable :terminal [[,]] motion in operator-pending mode * feat(float): 'winborder' "bold" style * docs: remove duplicate news file * test(float): restore border tests * fix(display): wrong cursor column with 'concealcursor' = "n" * fix(move): adjust for concealed lines above topline after scrolling up * docs(eval): fix lnum type for functions using tv_get_lnum Richard Rahl 2025-04-26 16:35:30 +00:00
  • 32588eea54 Accepting request 1269228 from editors Ana Guerrero 2025-04-15 14:47:25 +00:00
  • 9688bd3e16 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=176 Richard Rahl 2025-04-14 10:31:31 +00:00
  • d30b8dbef2 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=175 Richard Rahl 2025-04-14 10:30:36 +00:00
  • c75ea84341 Accepting request 1246157 from editors Ana Guerrero 2025-02-17 19:53:59 +00:00
  • 27e7297b0b Accepting request 1246005 from home:rrahl0 Richard Rahl 2025-02-14 19:41:37 +00:00
  • 8a768b1db9 Accepting request 1242247 from home:mvyskocil:branches:editors Richard Rahl 2025-02-03 15:22:29 +00:00
  • eeb536a679 Accepting request 1241252 from editors Ana Guerrero 2025-01-30 13:52:11 +00:00
  • c27922a421 - Update to 0.10.4 - Bug Fixes * checkhealth: Failed if 'lua' in plugin name ... - Packaging changes: * add a %check section with make oldtest * require tree-sitter module vimdoc for a build * add 0001-neovim-0.10.4-install-treesitter-vimdoc.patch ensuring tested nvim has installed tree sitter plugin enabled. Richard Rahl 2025-01-29 18:15:26 +00:00
  • 157c038a4a Accepting request 1233145 from editors Ana Guerrero 2024-12-23 15:54:33 +00:00
  • 06fc50472f - Update to 0.10.3 - Features * main: Expand file ~\ or ~/ prefix on Windows - Bug Fixes * api: Make nvim_set_hl() respect all cterm attributes (#31390) * completion: Avoid deleting text when completion leader changes #31448 * coverity/510275: Linematch out of bounds access (#30687) * defaults: Don't replace keycodes in Visual search mappings (#31460) * events: Don't expand args.file for Lua callback (#31473) * extmark: Builtin completion can still affect nearby extmarks #31387 * filetype: Make filetype detection work with :doautocmd (#31470) * inccommand: Ensure cursor is where it belongs * inspect: Show priority for treesitter highlights * inspect: Always show priority * lsp: Str_byteindex_enc bounds checking #30747 * lsp: Retrigger diagnostics request on server cancellation (#31345) (#31427) * lsp: Cancel pending requests before refreshing (#31500) * marks: Skip right_gravity marks when deleting text * startup: Report --startuptime error to stderr (#31131) * treesitter: Show proper node name error messages * tui: Avoid flushing buffer halfway an OSC 2 sequence (#30793) * uri: Uri_encode encodes brackets incorrectly for RFC2732 #31284 * vim.system: Invalid MAX_TIMEOUT for 32-bit systems #31638 - Documentation * Misc (#29410) * lua: "vim.bo" is always equivalent to :setlocal (#30733) * lua: Clarify when on_key "typed" will be empty (#30774) - Refactor * Fix incorrect use of enum (#30924) * Sort various Lua tables in src/ alphabetically (#30978) Richard Rahl 2024-12-23 14:09:49 +00:00
  • 2ce239899d Accepting request 1230960 from editors Ana Guerrero 2024-12-15 11:37:47 +00:00
  • 25bc4875dd Accepting request 1230959 from home:rrahl0:branches:editors Richard Rahl 2024-12-14 04:35:11 +00:00
  • 796a51680a Accepting request 1205619 from editors Ana Guerrero 2024-10-04 15:11:03 +00:00
  • bb82ee52cd - Update to 0.10.2 - Features * jumplist: Allow opting out of removing unloaded buffers (#30419) - Bug Fixes * api: Error properly with invalid field in nvim_open_win (#30078) * api: Nvim_buf_get_text() crashes with large negative column #28740 * api: Fix crash/leak with float title/footer on error (#30543) * channel: Handle writing to file instead of pipe (#30520) * column: Set signcolumn width after splitting window (#30556) * completion: Don't include <Lua function> in -complete= (#30209) * decor: Don't use separate DecorSignHighlight for url (#30096) * decor: Exclude invalid marks from meta total * diagnostics: Don't apply extmarks to invalid lines #29321 * diff: Use mmfile_t in linematch * filetype: Handle .in files with no filename (#30487) * float: Properly find last window of tabpage (#30571) * health: Fix pyenv root and python exepath detect issue * health: Return correct name from 'path2name()' * lsp: Don't send foreign diagnostics to servers in buf.code_action (#29501) * lsp: Avoid reusing diagnostics from different servers in actions (#30002) * lsp: Return call hierarchy item, not the index (#30145) * lsp: Handle out-of-bounds character positions #30288 * lsp: Handle encoding bounds in str_utfindex_enc * lsp: Handle nil bytes in strings * lua: Ignore stdout and stderr for xdg-open * man: Avoid setting v:errmsg (#30052) * man: Check if buffer is valid before restoring 'tagfunc' (#30180) * regexp: Fix typo in E888 error message (#30161) * runtime: Sync bundled treesitter queries * runtime: Sync bundled treesitter queries Richard Rahl 2024-10-04 05:40:33 +00:00
  • f02d9060f5 Accepting request 1202253 from editors Ana Guerrero 2024-09-22 09:06:07 +00:00
  • d8bad18096 - fix the post scriptlet Richard Rahl 2024-09-20 18:24:59 +00:00
  • d33675bdbd OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=161 Richard Rahl 2024-09-20 00:26:53 +00:00
  • 9cfdc519b2 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=160 Richard Rahl 2024-09-20 00:22:00 +00:00
  • 401c1ada19 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=159 Richard Rahl 2024-09-19 23:10:13 +00:00
  • d04a2f387c - remove the integration of vimplugins into neovim. If the user wants that he needs to add it himself Richard Rahl 2024-09-15 19:45:28 +00:00
  • f5fc7eca3a Accepting request 1194028 from editors Dominique Leuenberger 2024-08-16 10:23:30 +00:00
  • 4a74e5ecc0 - add make-tree-sitter-optional.patch for making the tree-sitter plugins optional (behind bcond) - this fixes s390x - enable luajit for riscv64, which leaves ppc64le as the lone arch which uses lua - remove post and postun from the spec template, as most standard packages don't need this (and ChangeLog file, as most projects dont use this file anymore. - revert back to default compiler flags Richard Rahl 2024-08-15 00:37:54 +00:00
  • 637b2aa1c5 Accepting request 1191018 from editors Dominique Leuenberger 2024-08-02 15:26:50 +00:00
  • aaa5b187d9 Accepting request 1189408 from home:rrahl0 Richard Rahl 2024-07-24 13:12:38 +00:00
  • 4b0c61058b Accepting request 1189348 from home:mvyskocil:branches:editors Richard Rahl 2024-07-24 12:55:25 +00:00
  • 64a7d0a47a Accepting request 1182975 from editors Ana Guerrero 2024-06-25 21:07:33 +00:00
  • f5be35cbf4 Accepting request 1182855 from home:rrahl0:branches:editors Martin Pluskal 2024-06-24 08:31:17 +00:00
  • 0ea7285839 Accepting request 1178579 from editors Ana Guerrero 2024-06-06 10:31:44 +00:00
  • 1e08408073 Accepting request 1178385 from home:breadyx_:branches:editors Martin Pluskal 2024-06-04 17:18:16 +00:00
  • 93b6984471 Accepting request 1177072 from editors Ana Guerrero 2024-05-27 09:56:41 +00:00
  • bfff8a956c Accepting request 1177052 from home:mvyskocil:branches:editors Martin Pluskal 2024-05-27 08:56:31 +00:00
  • fe8b947e19 Accepting request 1157204 from editors Ana Guerrero 2024-03-13 21:18:36 +00:00
  • 0dcd311fdf Accepting request 1157022 from home:dheidler:branches:editors Martin Pluskal 2024-03-12 13:31:47 +00:00
  • 3328d49b1a Accepting request 1152969 from editors Ana Guerrero 2024-02-28 18:45:28 +00:00
  • 6b1251ee59 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=143 Martin Pluskal 2024-02-28 15:32:13 +00:00
  • ce1604eb39 Accepting request 1152442 from home:lkocman:branches:editors Martin Pluskal 2024-02-27 17:37:52 +00:00
  • 9e885d3d0d Accepting request 1136267 from editors Dominique Leuenberger 2024-01-03 11:30:47 +00:00
  • c7b32fc9ef Accepting request 1135834 from home:mcepl:branches:editors Martin Pluskal 2024-01-02 20:36:56 +00:00
  • 6db05c02e1 Accepting request 1125802 from editors Ana Guerrero 2023-11-30 20:59:59 +00:00
  • f256005274 Accepting request 1123257 from home:jengelh:branches:editors Martin Pluskal 2023-11-14 07:15:23 +00:00
  • e51a5a6459 Accepting request 1117794 from editors Ana Guerrero 2023-10-15 17:27:34 +00:00
  • 770c96d230 - Update to version 0.9.4: This is a maintenance release, focusing on bug fixes. - build: Fix exporting symbols on macOS Sonoma - api: Handle NUL in nvim_err_write() and nvim_out_write() - autocmd: Api functions accepting garbage after event name - clang: Null pointer dereference in parse_msgpack - clipboard: Don't pass --foreground to wl-copy - exception: Remember whether message is multiline - float: Update position of anchored windows first - float: Fix some other crashes with :unhide or :all - lua: Not using global value in vim.opt_global - lua: Show error message when failing to set variable - mouse: Click on 'statuscolumn' with 'rightleft' - path: Accept special characters on Windows - provider: Fix python3 provider cannot detect python3.12 - provider/pythonx: Import the correct module - rpc: Fix race condition - runtime: Add commentstring for D ftplugin - statuscolumn: Update number hl for each screen line - terminal: Check terminal size at end of screen update - treesitter: Remove more double recursion - ui: "resize -1" with cmdheight=0 - unhide: Close floating windows first - unittests: Ignore __s128 and __u128 types in ffi - tutor: Clarify the meaning of ✗ and ✓ Matej Cepl 2023-10-14 11:33:29 +00:00
  • a89fd0d3d9 Accepting request 1109538 from editors Ana Guerrero 2023-09-07 19:14:03 +00:00
  • b451353859 - Remove unnecessary neovim-rpmlintrc. Matej Cepl 2023-09-07 12:02:41 +00:00
  • 25ef49ce54 - Update to version 0.9.2: - Bram: Nvim is a fork of the Vim editor, created and developed by Bram Moolenaar. On August 3, 2023, he passed away at the age of 62. If Vim or Nvim have been of use to you in your life, read :help Bram and :help Uganda and consider honoring his memory in a way you see fit. - Breaking change: - An adjustment was made to the grid_line event as part of the exernal UI protocol: the cells array might now end with a [' ', attr, 0] item with a repeat count of zero. This is needed by the TUI to disambiguate final spaces from a line from just clearing the line, which will make a difference when copying text using the terminal emulators builtin primary selection support. External UI:s can safely ignore such an empty item and most UIs already handle this fine. But it could break UI:s which has an assert to validate the cell count to be bigger than zero, or similar. - Features: - tui: Support Super and Meta modifiers - terminal: forward more special keys and modifier-mouse combinations - Bug Fixes: - lua: Always set arg0 to lua scripts - api: Redundant error when using nvim_cmd - api, lua: Make blank lines in a message work properly - column: fix bugs related to signs in 'statuscol' - completion: Don't add backslash in runtime completion - diff: Filler lines for hunks bigger than linematch limit - edit: Fix K_EVENT interfering with 'digraph' - editorconfig: Better validation and error handling Matej Cepl 2023-09-07 12:01:19 +00:00
  • 2222086849 Accepting request 1093942 from editors Dominique Leuenberger 2023-06-20 14:49:32 +00:00
  • 4a208d1df3 Accepting request 1093917 from home:pluskalm:branches:editors Matej Cepl 2023-06-20 09:30:42 +00:00
  • 3a6a5670a5 Accepting request 1079504 from editors Dominique Leuenberger 2023-04-16 14:07:02 +00:00
  • 534a66aa5b Accepting request 1079500 from home:gladiac:branches:editors Matej Cepl 2023-04-14 18:05:57 +00:00
  • 8f1faee073 Accepting request 1074680 from editors Dominique Leuenberger 2023-03-27 16:17:44 +00:00
  • f32fd91485 - Add snprintf-buf-ovrflw-FORTIFY-3.patch to fix gh#neovim/neovim#22779 in the released 0.8 Matej Cepl 2023-03-27 11:42:58 +00:00
  • 4806caf538 Accepting request 1074186 from editors Dominique Leuenberger 2023-03-25 17:55:32 +00:00
  • 490e9dc9ee Accepting request 1074181 from home:PSuarezHernandez:branches:editors Matej Cepl 2023-03-24 13:28:08 +00:00
  • 0d987a9b53 Accepting request 1062687 from editors Dominique Leuenberger 2023-02-03 21:05:22 +00:00
  • 2c24831e0a - Update 0.8.3: - clipboard: Show provider warning when not during batch changes - diff: Avoid restoring invalid 'foldcolumn' value - filetype: Don't pass empty string to detect - messages: Reset msg_grid_scroll_discount when redrawing - rbuffer: Handle edge case where write_ptr has wrapped around - rpc: Don't parse msgpack if buflen is 0 - treesitter: Properly restore 'syntax' (#21358) - treesitter: Validate language name Matej Cepl 2023-02-02 16:32:29 +00:00
  • 3d1a175cbb Accepting request 1061030 from editors Dominique Leuenberger 2023-01-26 12:58:25 +00:00
  • 82d76abdbc Accepting request 1060833 from home:kukuk:branches:editors Matej Cepl 2023-01-25 21:10:33 +00:00
  • 02aed2ef4f Accepting request 1045759 from editors Dominique Leuenberger 2022-12-30 10:08:46 +00:00
  • 4755bbf031 - Update to version 0.8.2: - This primarily a bug fix release but some improvements to documentation has been back-ported as well. - Features help: Highlighted codeblocks - Documentation - lua: Add guide to using Lua in Neovim - Mention how to remove the "How-to disable mouse" menu item - Fix order of numbers in syntax.txt - lua: Correct the tags for vim.opt_local and vim.opt_global - Bug Fixes - api: Set correct curbuf when temporarily changing curwin - api: "emsg_silent" should imply "silent" in nvim_cmd - decoration: Do not reset must_redraw after calling providers - diagnostic: Clear stale cache on reset - events: Save v:event for cmdline autocommands separately - float: Fix ml_get error with bufpos - float: Fix crash with bufpos and non-existent window - folds: Use long for number of folded lines - mappings: Use all buckets in second round of unmap - memory: Fix memory alignment for dynamic allocation - options: Fix local 'sidescrolloff' doesn't work for mouse - options: Restore exists() behavior for options - terminal: Fix 'mousescroll' not respected in terminal mode - tui: Set cursor color parameter as string when required - win_close: Remove float grid after closing buffer - Build System Fixes - Restrict git describe to top level source directory Matej Cepl 2022-12-29 22:33:21 +00:00
  • 806130816b Accepting request 1043914 from editors Dominique Leuenberger 2022-12-20 19:21:09 +00:00
  • 7ebc264aff Accepting request 1043902 from home:dimstar:Factory Martin Liška 2022-12-20 13:08:24 +00:00
  • 9505a17697 Accepting request 1037365 from editors Dominique Leuenberger 2022-11-23 08:48:07 +00:00
  • f566c933b2 Accepting request 1037361 from openSUSE:Factory:RISCV Matej Cepl 2022-11-22 16:45:39 +00:00
  • 44d19243d6 Accepting request 1007737 from editors Richard Brown 2022-10-04 18:37:35 +00:00
  • aa061c70a3 Accepting request 1007735 from home:mcepl:branches:editors Matej Cepl 2022-10-03 17:41:20 +00:00
  • 51c294fa22 Accepting request 1001084 from editors Dominique Leuenberger 2022-09-05 19:21:35 +00:00
  • 5b8fd1465b Accepting request 1001018 from home:jengelh:branches:editors Martin Liška 2022-09-04 06:28:25 +00:00
  • 174b29c3ce Accepting request 985779 from editors Dominique Leuenberger 2022-06-30 11:18:14 +00:00
  • 0deaa93952 Accepting request 985778 from home:gladiac:branches:editors Martin Liška 2022-06-29 11:53:33 +00:00
  • e087a92ac0 Accepting request 970881 from editors Dominique Leuenberger 2022-04-20 14:54:38 +00:00
  • 3d51a72f50 - Tests fail on aarch64 gh#neovim/neovim#18176 - Add 7657-run-tests-aarch64.patch fixing some tests on aarch64 (gh#neovim/neovim#7423). Matej Cepl 2022-04-19 16:11:17 +00:00
  • 910f60058b Fix the patch Matej Cepl 2022-04-19 08:33:46 +00:00
  • cb9ad5ba67 - Add 7657-run-tests-aarch64.patch fixing running tests on aarch64 (gh#neovim/neovim#7423). Matej Cepl 2022-04-19 07:48:59 +00:00
  • 236a563b0d Fix SPEC Matej Cepl 2022-04-19 07:31:49 +00:00
  • 665cbac586 Accepting request 970669 from home:gladiac:branches:editors Martin Liška 2022-04-19 07:08:58 +00:00
  • 60e0ea6303 Accepting request 970507 from home:uncomfyhalomacro:branches:editors Matej Cepl 2022-04-18 08:39:39 +00:00
  • c0144462f3 Accepting request 943404 from editors Dominique Leuenberger 2022-01-03 09:49:39 +00:00