SHA256
1
0
forked from pool/neovim

Accepting request 624577 from home:Ronis_BR

- Update to version 0.3.1:
  * Features
    - 07499a8 #8709 man.vim: C highlighting for EXAMPLES section
    - 07f82ad #8699 TUI: urxvt: also send xterm focus-reporting
      seqs
    - 40911e4 #8616 API: emit nvim_buf_lines_event from :terminal
    - c46997a #8546 fillchars: Add "eob" flag
  * Fixes
    - 74d19f6 #8576 startup: avoid blank stdin buffer if other
      files were opened
    - 4874214 #8737 Only waitpid() for processes that we care about
    - cd6e7e8 #8743 Check all child processes for exit in SIGCHLD
      handler
    - c230ef2 #8746 channel.c: Prevent channel_destroy_early() from
      freeing uninitialized rpc stuff
    - 0ed8b12 #8681 transstr_buf: fix length comparison
    - d241f27 #8708 TUI: Fix standout mode
    - 9afed40 #8698 man.vim: fix for mandoc
    - e889640 #8682 provider/node: npm --loglevel silent
    - 1cbc830 #8613 API: nvim_win_set_cursor: set curswant
    - bf6048e #8628 checkhealth: Python: fix VIRTUAL_ENV check
    - 3cc3506 #8528 checkhealth: node.js: also search yarn
  * Changes
    - b751449 #8619 defaults: shortmess+=F
    - 1248178 #8578 highlight: high-priority CursorLine if fg is
      set.
    - 01570f1 #8726 terminal: handle &confirm and :confirm on
      unloading
    - 56065bb #8721 screen: truncate showmode messages
    - bf2460e #7551 buffer: fix copying :setlocal options
    - c1c14fa #8520 Ex mode: always "improved" (gQ)
    - 050f397 #7992 options: remove 'maxcombine` option (always 6)
  * Internal
    - 463da84 #7992 screen: use UTF-8 representation

OBS-URL: https://build.opensuse.org/request/show/624577
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=33
This commit is contained in:
Ronan Chagas 2018-07-22 18:42:26 +00:00 committed by Git OBS Bridge
parent 4ade0f6966
commit caf6ba52d2
4 changed files with 42 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Sun Jul 22 17:45:11 UTC 2018 - ronisbr@gmail.com
- Update to version 0.3.1:
* Features
- 07499a8 #8709 man.vim: C highlighting for EXAMPLES section
- 07f82ad #8699 TUI: urxvt: also send xterm focus-reporting
seqs
- 40911e4 #8616 API: emit nvim_buf_lines_event from :terminal
- c46997a #8546 fillchars: Add "eob" flag
* Fixes
- 74d19f6 #8576 startup: avoid blank stdin buffer if other
files were opened
- 4874214 #8737 Only waitpid() for processes that we care about
- cd6e7e8 #8743 Check all child processes for exit in SIGCHLD
handler
- c230ef2 #8746 channel.c: Prevent channel_destroy_early() from
freeing uninitialized rpc stuff
- 0ed8b12 #8681 transstr_buf: fix length comparison
- d241f27 #8708 TUI: Fix standout mode
- 9afed40 #8698 man.vim: fix for mandoc
- e889640 #8682 provider/node: npm --loglevel silent
- 1cbc830 #8613 API: nvim_win_set_cursor: set curswant
- bf6048e #8628 checkhealth: Python: fix VIRTUAL_ENV check
- 3cc3506 #8528 checkhealth: node.js: also search yarn
* Changes
- b751449 #8619 defaults: shortmess+=F
- 1248178 #8578 highlight: high-priority CursorLine if fg is
set.
- 01570f1 #8726 terminal: handle &confirm and :confirm on
unloading
- 56065bb #8721 screen: truncate showmode messages
- bf2460e #7551 buffer: fix copying :setlocal options
- c1c14fa #8520 Ex mode: always "improved" (gQ)
- 050f397 #7992 options: remove 'maxcombine` option (always 6)
* Internal
- 463da84 #7992 screen: use UTF-8 representation
-------------------------------------------------------------------
Mon Jul 16 14:33:03 UTC 2018 - mliska@suse.cz

View File

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