- Updated to revision 169, fixes the following problems

* Running tests in shadow dir doesn't work.
  * By default, after closing a buffer changes can't be undone.
  * Auto-loading a function for code that won't be executed.
  * Fixes are not tested.
  * Can't compile with Ruby 2.1.0.
  * ":sleep" puts cursor in the wrong column. (Liang Li)
- Dropped vim-7.4-ruby21.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=188
This commit is contained in:
Ismail Dönmez
2014-02-07 09:57:20 +00:00
committed by Git OBS Bridge
parent 5b1175d5c8
commit ca39a93150
4 changed files with 15 additions and 64 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 7 09:48:35 UTC 2014 - idonmez@suse.com
- Updated to revision 169, fixes the following problems
* Running tests in shadow dir doesn't work.
* By default, after closing a buffer changes can't be undone.
* Auto-loading a function for code that won't be executed.
* Fixes are not tested.
* Can't compile with Ruby 2.1.0.
* ":sleep" puts cursor in the wrong column. (Liang Li)
- Dropped vim-7.4-ruby21.patch, fixed upstream
-------------------------------------------------------------------
Tue Feb 4 11:20:35 UTC 2014 - idonmez@suse.com