Commit Graph

172 Commits

Author SHA256 Message Date
Ana Guerrero
796a51680a Accepting request 1205619 from editors
- 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 (forwarded request 1205561 from mvyskocil)

OBS-URL: https://build.opensuse.org/request/show/1205619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=67
2024-10-04 15:11:03 +00:00
Richard Rahl
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

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=164
2024-10-04 05:40:33 +00:00
Ana Guerrero
f02d9060f5 Accepting request 1202253 from editors
- fix the post scriptlet (forwarded request 1202252 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1202253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=66
2024-09-22 09:06:07 +00:00
Richard Rahl
d8bad18096 - fix the post scriptlet
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=162
2024-09-20 18:24:59 +00:00
Richard Rahl
d33675bdbd OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=161 2024-09-20 00:26:53 +00:00
Richard Rahl
9cfdc519b2 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=160 2024-09-20 00:22:00 +00:00
Richard Rahl
401c1ada19 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=159 2024-09-19 23:10:13 +00:00
Richard Rahl
d04a2f387c - remove the integration of vimplugins into neovim. If the user wants that
he needs to add it himself

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=158
2024-09-15 19:45:28 +00:00
Dominique Leuenberger
f5fc7eca3a Accepting request 1194028 from editors
OBS-URL: https://build.opensuse.org/request/show/1194028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=65
2024-08-16 10:23:30 +00:00
Richard Rahl
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

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=156
2024-08-15 00:37:54 +00:00
Dominique Leuenberger
637b2aa1c5 Accepting request 1191018 from editors
- add versioning to some dependencies, as neovim is quite picky
- fix template.spec so when creating a new spec file, it doesn't pull in
  vims skeleton.spec
- Update to 0.10.1
- Features
  * lsp: Update LSP healthcheck format
- Build System
  * deps: Bump tree-sitter-query to v0.4.0
  * deps: Bump tree-sitter-c to v0.21.3
  * deps: Bump tree-sitter-vimdoc to v3.0.0
  * deps: Drop unused bundled bash, python parsers and queries
  * macos: Disable deduplication in link step
  * "popcount" name conflict on NetBSD
  * Remove -O2 from gen_cflags
  * Reuse code for deps.txt for both deps and main build
- Bug Fixes
  * Show swapfile warning as a warning
  * Assert failure in VimL expression parser
  * api: Alloc and draw cursor window in nvim__redraw
  * colorscheme: Underline StatusLineNC with 'notermguicolors'
  * column: Crash with 'signcolumn' set to "number"
  * column: Clamp line number for legacy signs
  * column: Modifying a sign should update placed signs
  * comment: Fall back to using trimmed comment markers
  * defaults: Default @/Q broken when 'ignorecase' is set
  * drawline: Don't draw beyond end of window
  * drawline: Don't draw beyond end of window with 'rnu'
  * extmarks: Issues with revalidating marks
  * filetype: Fix typos in filetype detection
  * float: Handle error in win_float_create()
  * fs: Make vim.fs.root work for relative paths and unnamed buffers
  * health: Broken ruby detect
  * health: Fix fetching url with python in provider health
  * input: Handle vim.on_key() properly with ALT and K_SPECIAL
  * lsp: Add textDocument/documentLink to capability map
  * lsp: Hide layout in codelenses in virtual text
  * lsp: Detach all clients on_reload to force buf_state reload
  * lsp: Trigger LspDetach on buffer delete
  * lsp: Check if buffer was detached in on_init callback
  * lsp: Handle nil root_dir in health check
  * lsp: Do not detach from buffer if there are uninitialized clients
  * lsp: Clear lsp client diagnostics
  * lsp: Remove superfluous on_detach callback from semantic tokens module
  * lsp: Do not reset buf version when detaching client
  * lsp: Avoid vim.keymap.del error when stopping a client
  * lsp: Don't show codelens for buffers that don't support it
  * lsp: Inlay hints are rendered in the correct order
  * lua: Change some vim.fn.expand() to vim.fs.normalize()
  * marks: Revalidate marks whose position did not change
  * mouse: Early return when clicking in padded 'statuscolumn'
  * move: Half-page scrolling with resized grid at eob
  * path: Avoid chdir() when resolving path
  * quickfix: Make shortmess+=O work with cmdheight=0 
  * runtime: Source c ftplugin properly for cpp on Windows
  * runtime: Add commentstring for glsl ftplugin
  * snippet: Don't override unnamed register on tabstop select
  * snippet: Cancel snippet session when leaving the buffer
  * snippet: Modify base indentation when there's actually whitespace
  * tohtml: Replace ipairs with pairs
  * tohtml: Ignore lsp inlay hints
  * tohtml: Show how many warnings are hidden
  * tohtml: Properly handle multiple hl groups
  * tohtml: Extmark text may be out of bounds
  * tohtml: Support ranges again
  * treesitter: Do not modify highlight state for _on_spell_nav
  * treesitter: Ensure syntaxset augroup exists
  * treesitter: Display fields for anonymous nodes in :InspectTree
  * treesitter: Recognize aliased parsers in omnifunc, query linter
  * tui: Remove duplicate disabling of synchronized output
  * tui: Move $COLORTERM check to _defaults.lua
  * tui: Skip TUI in ui_rgb_attached
  * ui: Flush ext_cmdline events before doing cmdpreview
  * ui: Superfluous showmode / excessive grid_cursor_goto
  * ui: Avoid ambiguity about last chunk when flushing halfway
  * version: Fix vim.version().prerelease
  * vim.text: Remove assert from vim.text.hexdecode
  * win-msi: Add bin to PATH per-machine after installation
- Documentation
  * Update LSP quickstart
  * Misc
  * Document 'list' behavior when 'listchars' excludes "tab"
  * Fix more treesitter parsing errors
  * Misc
  * lpeg: Merge upstream changes
  * lsp: Format the handwritten part
* Refactor
  * Replace deprecated vim.loop with vim.uv
  * lsp: Reuse buf_detach_client logic in on_detach
  * path.c: Add nonnull attributes
  * tests: Use more global highlight definitions
  * tests: More global highlight definitions

OBS-URL: https://build.opensuse.org/request/show/1191018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=64
2024-08-02 15:26:50 +00:00
Richard Rahl
aaa5b187d9 Accepting request 1189408 from home:rrahl0
- add versioning to some dependencies, as neovim is quite picky
- fix template.spec so when creating a new spec file, it doesn't pull in
  vims skeleton.spec

OBS-URL: https://build.opensuse.org/request/show/1189408
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=154
2024-07-24 13:12:38 +00:00
Richard Rahl
4b0c61058b Accepting request 1189348 from home:mvyskocil:branches:editors
- Update to 0.10.1

OBS-URL: https://build.opensuse.org/request/show/1189348
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=153
2024-07-24 12:55:25 +00:00
Ana Guerrero
64a7d0a47a Accepting request 1182975 from editors
OBS-URL: https://build.opensuse.org/request/show/1182975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=63
2024-06-25 21:07:33 +00:00
Martin Pluskal
f5be35cbf4 Accepting request 1182855 from home:rrahl0:branches:editors
- add new make and runtime dependencies (Closes #1225887)
- enable LTO
- fix spec template creation (fill in macros)
- switch to more common defaults in the spec template
- turn off the usage of the bundled luajit

OBS-URL: https://build.opensuse.org/request/show/1182855
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=151
2024-06-24 08:31:17 +00:00
Ana Guerrero
0ea7285839 Accepting request 1178579 from editors
OBS-URL: https://build.opensuse.org/request/show/1178579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=62
2024-06-06 10:31:44 +00:00
Martin Pluskal
1e08408073 Accepting request 1178385 from home:breadyx_:branches:editors
Add lua51-lpeg as dependency, since without it neovim doesn't want to start (tested on a fresh container)

OBS-URL: https://build.opensuse.org/request/show/1178385
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=149
2024-06-04 17:18:16 +00:00
Ana Guerrero
93b6984471 Accepting request 1177072 from editors
OBS-URL: https://build.opensuse.org/request/show/1177072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=61
2024-05-27 09:56:41 +00:00
Martin Pluskal
bfff8a956c Accepting request 1177052 from home:mvyskocil:branches:editors
- remove fedora compatibility as requested by a reviewer 
- remove the older SUSE releases compatibility as 0.10.0 requires
  newer stuff anyway
- remove spec-template and lj-busted.sh from sources

- Update to 0.10.0
- Packaging changes:
  - remove %check as it depends on a lua code bump now
  - bump vterm and other dependencies to match upstream
- Breaking changes:
  - nvim_open_win() now blocks all autocommands when noautocmd is set, rather
    than just those from setting the buffer to display in the window.
- Defaults:
  - Default color scheme has been updated to be "Nvim branded" and accessible.
    Use :colorscheme vim to revert to the old legacy color scheme.
  These Nvim specific highlight groups are now defined in a meaningfully
    different way and might need an update:
    - hl-FloatBorder is linked to hl-NormalFloat instead of hl-WinSeparator.
    - hl-NormalFloat is not linked to hl-Pmenu.
    - hl-WinBar has different background.
    - hl-WinBarNC is similar to hl-WinBar but not bold.
    - hl-WinSeparator is linked to hl-Normal instead of hl-VertSplit.
  - This also might result into some color schemes looking differently due to them
    relying on implicit assumptions about how highlight groups are defined by
    default. To account for this, define all attributes of highlight groups
    explicitly. Alternatively, use :colorscheme vim or :source
    $VIMRUNTIME/colors/vim.lua to restore previous definitions.
  - 'termguicolors' is enabled by default when Nvim is able to determine that
    the host terminal emulator supports 24-bit color. 
- Editor:

OBS-URL: https://build.opensuse.org/request/show/1177052
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=147
2024-05-27 08:56:31 +00:00
Ana Guerrero
fe8b947e19 Accepting request 1157204 from editors
OBS-URL: https://build.opensuse.org/request/show/1157204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=60
2024-03-13 21:18:36 +00:00
Martin Pluskal
0dcd311fdf Accepting request 1157022 from home:dheidler:branches:editors
- Run modern tests for >=1500
- Use pkg-config instead of pkgconf
- Provide nvim

OBS-URL: https://build.opensuse.org/request/show/1157022
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=145
2024-03-12 13:31:47 +00:00
Ana Guerrero
3328d49b1a Accepting request 1152969 from editors
- Update license field based on legaldb review 
  - GPL-3.0+ for neovim-0.8.3/runtime/syntax/poke.vim
  - CC-BY-3.0 for neovim-0.8.3/runtime/doc/dev_style.txt

OBS-URL: https://build.opensuse.org/request/show/1152969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=59
2024-02-28 18:45:28 +00:00
Martin Pluskal
6b1251ee59 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=143 2024-02-28 15:32:13 +00:00
Martin Pluskal
ce1604eb39 Accepting request 1152442 from home:lkocman:branches:editors
- Update license field based on legaldb review 
  - GPL-3.0+ for neovim-0.8.3/runtime/syntax/poke.vim
  - CC-BY-3.0 for neovim-0.8.3/runtime/doc/dev_style.txt

OBS-URL: https://build.opensuse.org/request/show/1152442
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=142
2024-02-27 17:37:52 +00:00
Dominique Leuenberger
9e885d3d0d Accepting request 1136267 from editors
OBS-URL: https://build.opensuse.org/request/show/1136267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=58
2024-01-03 11:30:47 +00:00
Martin Pluskal
c7b32fc9ef Accepting request 1135834 from home:mcepl:branches:editors
- Update to version 0.9.5:
  This is a maintenance release, focusing on bugfixes.
  Notably, fixes were made for issues with using and testing Nvim
  on less common platforms, like big endian platforms.

OBS-URL: https://build.opensuse.org/request/show/1135834
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=140
2024-01-02 20:36:56 +00:00
Ana Guerrero
6db05c02e1 Accepting request 1125802 from editors
OBS-URL: https://build.opensuse.org/request/show/1125802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=57
2023-11-30 20:59:59 +00:00
Martin Pluskal
f256005274 Accepting request 1123257 from home:jengelh:branches:editors
- msgpack has changed its pkgconfig name, follow suit in neovim.
[see SR 1122998]

OBS-URL: https://build.opensuse.org/request/show/1123257
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=138
2023-11-14 07:15:23 +00:00
Ana Guerrero
e51a5a6459 Accepting request 1117794 from editors
- 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 ✓

OBS-URL: https://build.opensuse.org/request/show/1117794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=56
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 ✓

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=136
2023-10-14 11:33:29 +00:00
Ana Guerrero
a89fd0d3d9 Accepting request 1109538 from editors
- 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
    - events: Don't expand non-file as file name
    - events: Trigger VimResume on next UI request
    - extmarks: Wrong display when changing text with virt_lines
    - folds: Update folds in Insert mode with fdm=indent
    - helptags: Make multibyte help tags work properly
    - highlight: Make CurSearch work properly with 'winhl'
    - inccommand: Fix saving of undo info
    - keycodes: Recognize <t_xx> as a key
    - lsp: Do not assume client capability exists in watchfiles
      check (#24558)
    - mouse: Handle folded lines with virt_lines attached to line
      above
    - remote: Make --remote-expr print to stdout
    - remote: Restore previous --remote-expr output formatting
    - spell: Splice extmarks on :spellrepall
    - startup: Don't truncate when printing with -l
    - startup: Run embedded Nvim with real path
    - statusline: Redraw when Visual submode changes
    - statusline: Fill for double-width char after moving items
    - treesitter: updates to queries and injections
    - treesitter: Fix TSNode:tree() double free
    - ui: Propagate line wrapping state on grid_line events
    - ui: Avoid ambiguity about chunk that clears part of line
  - Performance:
    - extmarks: Avoid unnecessary marktree traversal with folds
    - substitute: Don't reallocate new_start every time
- Remove unnecessary neovim-rpmlintrc.

OBS-URL: https://build.opensuse.org/request/show/1109538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=55
2023-09-07 19:14:03 +00:00
b451353859 - Remove unnecessary neovim-rpmlintrc.
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=134
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

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=133
2023-09-07 12:01:19 +00:00
Dominique Leuenberger
2222086849 Accepting request 1093942 from editors
OBS-URL: https://build.opensuse.org/request/show/1093942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=54
2023-06-20 14:49:32 +00:00
4a208d1df3 Accepting request 1093917 from home:pluskalm:branches:editors
- Update to version 0.9.1:
  * For notable changes see `:help news`

OBS-URL: https://build.opensuse.org/request/show/1093917
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=131
2023-06-20 09:30:42 +00:00
Dominique Leuenberger
3a6a5670a5 Accepting request 1079504 from editors
OBS-URL: https://build.opensuse.org/request/show/1079504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=53
2023-04-16 14:07:02 +00:00
534a66aa5b Accepting request 1079500 from home:gladiac:branches:editors
- Update to version 0.9.0
  * For notable changes see `:help news`
- Remove snprintf-buf-ovrflw-FORTIFY-3.patch

OBS-URL: https://build.opensuse.org/request/show/1079500
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=129
2023-04-14 18:05:57 +00:00
Dominique Leuenberger
8f1faee073 Accepting request 1074680 from editors
- Add snprintf-buf-ovrflw-FORTIFY-3.patch to fix
  gh#neovim/neovim#22779 in the released 0.8

OBS-URL: https://build.opensuse.org/request/show/1074680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=52
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

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=127
2023-03-27 11:42:58 +00:00
Dominique Leuenberger
4806caf538 Accepting request 1074186 from editors
OBS-URL: https://build.opensuse.org/request/show/1074186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=51
2023-03-25 17:55:32 +00:00
490e9dc9ee Accepting request 1074181 from home:PSuarezHernandez:branches:editors
- Adjust SUSE spec file template to updated format
- Modified:
  * suse-spec-template

OBS-URL: https://build.opensuse.org/request/show/1074181
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=125
2023-03-24 13:28:08 +00:00
Dominique Leuenberger
0d987a9b53 Accepting request 1062687 from editors
- 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

OBS-URL: https://build.opensuse.org/request/show/1062687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=50
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

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=123
2023-02-02 16:32:29 +00:00
Dominique Leuenberger
3d1a175cbb Accepting request 1061030 from editors
Forwarded request #1060833 from kukuk

- Remove useless BuildRequire libnsl, our version does not provide
    gethostbyname and libnsl is deprecated

OBS-URL: https://build.opensuse.org/request/show/1061030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=49
2023-01-26 12:58:25 +00:00
82d76abdbc Accepting request 1060833 from home:kukuk:branches:editors
- Remove useless BuildRequire libnsl, our version does not provide
  gethostbyname and libnsl is deprecated

OBS-URL: https://build.opensuse.org/request/show/1060833
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=121
2023-01-25 21:10:33 +00:00
Dominique Leuenberger
02aed2ef4f Accepting request 1045759 from editors
- 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

OBS-URL: https://build.opensuse.org/request/show/1045759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=48
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

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=119
2022-12-29 22:33:21 +00:00
Dominique Leuenberger
806130816b Accepting request 1043914 from editors
OBS-URL: https://build.opensuse.org/request/show/1043914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=47
2022-12-20 19:21:09 +00:00
Martin Liška
7ebc264aff Accepting request 1043902 from home:dimstar:Factory
- Update to version 0.8.1:
  + Features
    - extmarks: Allow preventing spellchecking with spell = false
    - spell: Support nospell in treesitter queries
    - man: Add health check
    - docs-html: Try to use tags for ToC headings
  + Bug Fixes
    - ui: Setting 'cmdheight' with global statusline
    - ui: Fix highlights not being updated with 'winhl'
    - Make_filter_cmd for :! powershell
    - :! pwsh redirection for command not found
    - Find multibyte file name in line
    - Avoid unsigned overflow in home_replace()
    - docs-html: Update parser
    - folds: Fix fold marker multibyte comparison
    - health: Correct tmux rgb verification
    - man.lua: Set modifiable before writing page
    - mouse: Ensure no scrolling with "ver:0" in 'mousescroll'
    - paste: Feed keys as typed in cmdline mode
    - qflist: Avoid read of uninitialized memory
    - spell: Fix wrong cast
    - stdpath: Default to /tmp if stdpath('run') cannot be created
    - tui: Resume main thread if suspending isn't implemented

OBS-URL: https://build.opensuse.org/request/show/1043902
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=117
2022-12-20 13:08:24 +00:00
Dominique Leuenberger
9505a17697 Accepting request 1037365 from editors
OBS-URL: https://build.opensuse.org/request/show/1037365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=46
2022-11-23 08:48:07 +00:00