Accepting request 544500 from home:avindra

- Update to version 0.2.2:
  * Features
    + 'viewoptions': add "curdir" flag
    + node.js remote-plugin support
    + :checkhealth : validate 'runtimepath'
  * Fixes
    + :terminal : fix crash on resize
    + work around gnome-terminal memory leak
    + 'guicursor': use DECSCUSR for xterm-likes
    + 'os_open: UV_EINVAL on NULL filename'
    + :checkhealth : fix check for npm and yarn
    + health.vim: normalize slashes for script path
    + cmake: install runtime/rgb.txt
    + runtime: syntax error in `runtime/syntax/tex.vim`
    + tutor: some fixes
    + windows: provider: Detect(): return *.cmd path
  * Changes
    + remove legacy alias to `v:count`
    + runtime: revert netrw update
    + defaults: scrollback=10000
    + process_close(): uv_unref() detached processes

OBS-URL: https://build.opensuse.org/request/show/544500
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=19
This commit is contained in:
Martin Pluskal 2017-11-24 08:53:03 +00:00 committed by Git OBS Bridge
parent 00aac63182
commit e37131b2a2
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e2c068a8994c9023a5f84cde9eb7188d3c85996a7e42e611e3cd0996e345dd3
size 8326881

3
neovim-0.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a838ee07cc9a2ef8ade1b31a2a4f2d5e9339e244ade68e64556c1f4b40ccc5ed
size 8325879

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Nov 20 16:54:24 UTC 2017 - aavindraa@gmail.com
- Update to version 0.2.2:
* Features
+ 'viewoptions': add "curdir" flag
+ node.js remote-plugin support
+ :checkhealth : validate 'runtimepath'
* Fixes
+ :terminal : fix crash on resize
+ work around gnome-terminal memory leak
+ 'guicursor': use DECSCUSR for xterm-likes
+ 'os_open: UV_EINVAL on NULL filename'
+ :checkhealth : fix check for npm and yarn
+ health.vim: normalize slashes for script path
+ cmake: install runtime/rgb.txt
+ runtime: syntax error in `runtime/syntax/tex.vim`
+ tutor: some fixes
+ windows: provider: Detect(): return *.cmd path
* Changes
+ remove legacy alias to `v:count`
+ runtime: revert netrw update
+ defaults: scrollback=10000
+ process_close(): uv_unref() detached processes
-------------------------------------------------------------------
Thu Nov 16 15:48:29 UTC 2017 - ronisbr@gmail.com

View File

@ -17,7 +17,7 @@
Name: neovim
Version: 0.2.1
Version: 0.2.2
Release: 0
Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim