Go to file
Matej Cepl 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
.gitattributes Accepting request 356572 from home:Ronis_BR 2016-02-21 12:15:11 +00:00
.gitignore Accepting request 356572 from home:Ronis_BR 2016-02-21 12:15:11 +00:00
lj-busted.sh Fix SPEC 2022-04-19 07:31:49 +00:00
neovim-0.9.2.tar.gz - Update to version 0.9.2: 2023-09-07 12:01:19 +00:00
neovim-rpmlintrc Accepting request 630074 from home:mcepl:work 2018-08-18 15:11:48 +00:00
neovim.changes - Update to version 0.9.2: 2023-09-07 12:01:19 +00:00
neovim.spec - Update to version 0.9.2: 2023-09-07 12:01:19 +00:00
spec-template Accepting request 630074 from home:mcepl:work 2018-08-18 15:11:48 +00:00
suse-spec-template Accepting request 1074181 from home:PSuarezHernandez:branches:editors 2023-03-24 13:28:08 +00:00
sysinit.vim Accepting request 660221 from home:mcepl:branches:editors 2018-12-20 14:46:57 +00:00