Accepting request 699426 from home:cbcoutinho:branches:editors

- Update to version 0.3.5:
Maintenance release to fix issues found in v0.3.4:
	* f891131 #9894 options: properly reset directories on 'autochdir'
	* 9a5488c Remove MSVC optimization workaround for SHM_ALL
	* 1793ba8 Make SHM_ALL to a variable instead of a compound literal #define
	* 947069b doc: mention "pynvim" module rename
	* 46c7e12 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option
	* f1843c0 vim-patch:8.1.0677: look-behind match may use the wrong line number
	* 1204421 #8325 :terminal : set topline based on window height
	* aaa8c3d #9504 :recover : Fix crash on non-existent *.swp

OBS-URL: https://build.opensuse.org/request/show/699426
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=52
This commit is contained in:
Martin Liška 2019-04-29 13:10:15 +00:00 committed by Git OBS Bridge
parent 0b84e64f54
commit 1914389740
4 changed files with 21 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 29 13:06:58 UTC 2019 - Chris Coutinho <c.coutinho@redstack.nl>
- Update to version 0.3.5:
Maintenance release to fix issues found in v0.3.4:
* f891131 #9894 options: properly reset directories on 'autochdir'
* 9a5488c Remove MSVC optimization workaround for SHM_ALL
* 1793ba8 Make SHM_ALL to a variable instead of a compound literal #define
* 947069b doc: mention "pynvim" module rename
* 46c7e12 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option
* f1843c0 vim-patch:8.1.0677: look-behind match may use the wrong line number
* 1204421 #8325 :terminal : set topline based on window height
* aaa8c3d #9504 :recover : Fix crash on non-existent *.swp
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 13 20:39:11 UTC 2019 - seanlew@opensuse.org Sun Jan 13 20:39:11 UTC 2019 - seanlew@opensuse.org

View File

@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: neovim Name: neovim
Version: 0.3.4 Version: 0.3.5
Release: 0 Release: 0
Summary: Vim-fork focused on extensibility and agility Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim License: Apache-2.0 AND Vim