diff --git a/neovim-0.3.0.tar.gz b/neovim-0.3.0.tar.gz deleted file mode 100644 index 7179a7f..0000000 --- a/neovim-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7acb61b16d3f521907d99c486b7a9f1e505e8b2a18c9ef69a6d7f18f29f74b8 -size 8903630 diff --git a/neovim-0.3.1.tar.gz b/neovim-0.3.1.tar.gz new file mode 100644 index 0000000..d504611 --- /dev/null +++ b/neovim-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5e392d4c076407906ccecbc283e1a44b7832c2f486cad81aa04cc29973ad22 +size 8937900 diff --git a/neovim.changes b/neovim.changes index fa3e956..bf43572 100644 --- a/neovim.changes +++ b/neovim.changes @@ -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 diff --git a/neovim.spec b/neovim.spec index 81ab3f1..bdfc2c5 100644 --- a/neovim.spec +++ b/neovim.spec @@ -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