From 0f96a8cc598945e7914a6d368fecdfba9d97420473421ba5dd22c6528256e9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 2 Jan 2019 06:49:30 +0000 Subject: [PATCH] Accepting request 662221 from home:seanlew:branches:editors Update neovim OBS-URL: https://build.opensuse.org/request/show/662221 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=46 --- neovim-0.3.2.tar.gz | 3 +++ neovim.changes | 50 +++++++++++++++++++++++++++++++++++++++++++++ neovim.spec | 2 +- 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 neovim-0.3.2.tar.gz diff --git a/neovim-0.3.2.tar.gz b/neovim-0.3.2.tar.gz new file mode 100644 index 0000000..6f7ebeb --- /dev/null +++ b/neovim-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34e56127c251112c07f5a9b10636ea27685ed468a66e4158ea0a0dda71ea5a3 +size 9230960 diff --git a/neovim.changes b/neovim.changes index b7a9e25..2cea197 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Dec 31 18:07:11 UTC 2018 - sean@suspend.net + +- Update to version 0.3.2: + * Features + - clipboard: support Custom VimL functions (#9304) + - win/TUI: improve terminal/console support (#9401) + - startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if exists (#9077) + - support mapping in more places (#9299) + - diff/highlight: show underline for low-priority CursorLine (#9028) + - signs: Add "nuhml" argument (#9113) + - clipboard: support Wayland (#9230) + - TUI: add support for undercurl and underline color (#9052) + - man.vim: soft (dynamic) wrap (#9023) + * API + - API: implement object namespaces (#6920) + - API: implement nvim_win_set_buf() (#9100) + - API: virtual text annotations (nvim_buf_set_virtual_text) (#8180) + - API: add nvim_buf_is_loaded() (#8660) + - API: nvm_buf_get_offset_for_line (#8221) + - API/UI: ext_newgrid, ext_histate (#8221) + * UI + - TUI: use BCE again more often (smoother resize) (#8806) + - screen: add missing status redraw when redraw_later(CLEAR) was used (#9315) + - TUI: clip invalid regions on resize (#8779) + - TUI: improvements for scrolling and clearing (#9193) + - TUI: disable clearing almost everywhere (#9143) + - TUI: always use safe cursor movement after resize (#9079) + - ui_options: also send when starting or from OptionSet (#9211) + - TUI: Avoid reset_color_cursor_color in old VTE (#9191) + - Don't erase screen on :hi Normal during startup (#9021) + - TUI: Hint wrapped lines to terminals (#8915) + * FIXES + - RPC: turn errors from async calls into notifications + - TUI: Restore terminal title via "title stacking" (#9407) + - genappimage: Unset $ARGV0 at invocation (#9376) + - TUI: Konsole 18.07.70 supports DECSCUSR (#9364) + - provider: improve error message (#9344) + - runtime/syntax: Fix highlighting of autogroup contents (#9328) + - VimL/confirm(): Show dialog even if :silent (#9297) + - clipboard: prefer xclip (#9302) + - provider/nodejs: fix npm, yarn detection + - channel: avoid buffering output when only terminal is active (#9218) + - ruby: detect rbenv shims for other versions (#8733) + - third party/unibilium: Fix parsing of extended capabilitiy entries (#9123) + - jobstart(): Fix hang on non-executable cwd (#9204) + - provide/nodejs: Simultaneously query npm and yarn (#9054) + - undo: Fix infinite loop if undo_read_byte returns EOF (#2880) + - 'swapfile: always show dialog' (#9034) + ------------------------------------------------------------------- Thu Dec 20 00:11:35 UTC 2018 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index ad89e46..5936272 100644 --- a/neovim.spec +++ b/neovim.spec @@ -17,7 +17,7 @@ Name: neovim -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim