SHA256
1
0
forked from pool/neovim

- Update to version 0.1.6:

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=9
This commit is contained in:
Ronan Chagas 2016-10-31 20:42:52 +00:00 committed by Git OBS Bridge
parent 504353b1b4
commit 23ca6ac78d
4 changed files with 56 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Mon Oct 31 11:43:43 UTC 2016 - ronisbr@gmail.com
- Update to version 0.1.6:
* Features:
- 0b5a7e4 #4432 API: external UIs can render custom popupmenu
- c6ac4f8 #4934 API: call any API method from vimscript
- 31df051 #4568 API: nvim_call_atomic(): multiple calls in a
single request
- b268ba3 #5424 API: nvim_win_get_number(),
nvim_tabpage_get_number()
- e7e2844 has("nvim-1.2.3") checks for a specific Nvim version
- 522b885 #5295, #5493 `:CheckHealth` checks tmux, terminfo,
performance
- 719dae2 #5384 events: allow event processing in getchar()
- f25797f #5386 API: metadata: Nvim version & API level
- 22dfe69 #5389 API: metadata: "since", "deprecated_since"
- 605e743 Added QuickFixLine highlight group
* Changes:
- 4af6ec7 #5253 perf: Disable clipboard in do_cmdline()
- 6e9f329 #5299 perf: Skip foldUpdate() in insert-mode.
- 9d4fcec #5426 perf: Do not auto-update folds for some
foldmethods.
- eeec0ca #5419 tui: Default to normal-mode cursor shape.
* Fixes:
- e838452 #5436 tui: Fix "weird characters" / "bleeding
termcodes"
- 10a54ad #5243 signal_init: Always unblock SIGCHLD.
- bccb49b #5316 eval.c: Fix memory leak for detached pty job
- 626065d #5227 tchdir: New tab should inherit CWD.
- cd321b7 #5292 getcwd(): Return empty string if CWD is
invalid.
- 6127eae shada: Fix non-writeable ShaDa directory handling
- ca65514 #2789 system(): Respect shellxescape, shellxquote
- 2daf54e #4874 Restore vim-like tab dragging
- 0c536b5 #5319 syntax.c: Support bg/fg special color-names.
- 3c53371 #4972 from justinmk/schedule-ui_refresh
- 68bcb32 #4789 tui.c: Do not wait for tui loop on teardown.
- c8b6ec2 #5409 v:count broken in command-line window
- 6bc3bce #5461 fix emoji display
- 51937e1 #5470 fix :terminal with :argadd, :argu
- 79d77da #5481 external UIs: opening multiple files from
command-line
- 657ba62 #5501 rplugin: resolve paths in manifest file
- 6a6f188 #5502 system('foo &', 'bar'): Show error, don't
crash.
- 1ff162c #5515 os_nodetype: open fd with O_NONBLOCK
- 2a6c5bb #5450 modeline: Handle version number overflow.
- 0ade1bb #5225 CI tests now run against Windows!
- Add gperf as a build dependency.
-------------------------------------------------------------------
Mon Aug 29 22:45:13 UTC 2016 - sor.alexei@meowr.ru

View File

@ -17,7 +17,7 @@
Name: neovim
Version: 0.1.5
Version: 0.1.6
Release: 0
Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0
@ -29,6 +29,7 @@ Source2: neovim.svg
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gperf
BuildRequires: hicolor-icon-theme
BuildRequires: libmsgpack-devel >= 1.2.0
BuildRequires: libmsgpackc-devel >= 1.2.0