Accepting request 614348 from home:mimi_vx:branches:editors

- update to 8.1 revision 0034 
 * cursor not restored with ":edit #"
 * keys to stop Vim in terminal are wrong
 * BS in prompt buffer starts new line
 * terminal test aucmd_on_close if flaky
 * stoping Vim running in a terminal may not work
 * difficult to make a plugin that feeds a line to a job
 * gcc 8.1 warns for use of strncpy()
 * repeating put from expression register fails

OBS-URL: https://build.opensuse.org/request/show/614348
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=497
This commit is contained in:
Martin Pluskal
2018-06-05 17:26:02 +00:00
committed by Git OBS Bridge
parent 2364c79897
commit 22f40b98f2
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 5 16:04:54 UTC 2018 - mimi.vx@gmail.com
- update to 8.1 revision 0034
* cursor not restored with ":edit #"
* keys to stop Vim in terminal are wrong
* BS in prompt buffer starts new line
* terminal test aucmd_on_close if flaky
* stoping Vim running in a terminal may not work
* difficult to make a plugin that feeds a line to a job
* gcc 8.1 warns for use of strncpy()
* repeating put from expression register fails
-------------------------------------------------------------------
Wed May 23 10:15:50 UTC 2018 - mimi.vx@gmail.com