SHA256
1
0
forked from pool/neovim
Dominique Leuenberger 2019-01-21 09:51:39 +00:00 committed by Git OBS Bridge
commit 55968473bd
4 changed files with 83 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,81 @@
-------------------------------------------------------------------
Sun Jan 13 20:39:11 UTC 2019 - seanlew@opensuse.org
- Update to version 0.3.4:
* Merge pull request #9492 from bfredl/cul_cole
* test: add tests for conceal cursor movement
* display: unify ursorline and concealcursor redraw logic
* Merge pull request #9490 from bfredl/vim-patch-8.1.0726
-------------------------------------------------------------------
Sun Jan 6 03:27:02 UTC 2019 - sean@suspend.net
- Update to version 0.3.3:
* Fixes
- Merge pull request from jamessan/revert-pynvim
- health/provider: Check for available pynvim when neovim mod
is missing
- python#CheckForModule: Use the given module string instead
of hard-coding pynvim
- (health.provider)/python: Import the neovim, rather than
pynvim, module
- #9423 TUI: Konsole DECSCUSR fixup
-------------------------------------------------------------------
Wed Jan 2 07:59:39 UTC 2019 - Martin Liška <mliska@suse.cz>
- Remove not used neovim-0.3.1.tar.gz.
-------------------------------------------------------------------
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 <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package neovim
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: neovim
Version: 0.3.1
Version: 0.3.4
Release: 0
Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim