From e37131b2a2b0c5c49db2aa974e61cebb6e39ef996cd50d16e75765b6f5d1d9cd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 24 Nov 2017 08:53:03 +0000 Subject: [PATCH] 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 --- neovim-0.2.1.tar.gz | 3 --- neovim-0.2.2.tar.gz | 3 +++ neovim.changes | 25 +++++++++++++++++++++++++ neovim.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 neovim-0.2.1.tar.gz create mode 100644 neovim-0.2.2.tar.gz diff --git a/neovim-0.2.1.tar.gz b/neovim-0.2.1.tar.gz deleted file mode 100644 index 6aeb187..0000000 --- a/neovim-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2c068a8994c9023a5f84cde9eb7188d3c85996a7e42e611e3cd0996e345dd3 -size 8326881 diff --git a/neovim-0.2.2.tar.gz b/neovim-0.2.2.tar.gz new file mode 100644 index 0000000..a125cb7 --- /dev/null +++ b/neovim-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a838ee07cc9a2ef8ade1b31a2a4f2d5e9339e244ade68e64556c1f4b40ccc5ed +size 8325879 diff --git a/neovim.changes b/neovim.changes index d6f9855..03cf13e 100644 --- a/neovim.changes +++ b/neovim.changes @@ -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 diff --git a/neovim.spec b/neovim.spec index 574b12a..8937304 100644 --- a/neovim.spec +++ b/neovim.spec @@ -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