- Updated to revision 762, fixes the following problems
* Automatically setting 'ttymouse' doesn't work. * Memory leaks when using location lists. * Cannot properly test conceal mode. * Python interface doesn't build without the multi-byte feature. * The justify macro does not always work correctly. * Test 61 is flaky, it fails once in a while. * Test 49 script file doesn't fold properly. * When there is a QuitPre autocommand using ":q" twice does not work * Autoconf doesn't find Python 3 if it's called "python". * A location list can get a wrong count in :lvimgrep. * Issue 96: May access freed memory when a put command triggers * Matchit plugin does not handle space in #ifdef. * dv_ deletes the white space before the line. * In Visual mode a "-p does not work. (Marcin Szamotulski) * On some systems the tabline is not redrawn. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=120
This commit is contained in:
parent
503b5405da
commit
c20bc9fb4d
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5e5b43982b6349803754d1c27543d5f78fabd27fe8f85d0c4b1dd673c652556
|
||||
size 815045
|
||||
oid sha256:6ea1b4986fad04a6dc8d4413fd3fd98f91d83320ea9d1d391a03cf01be64fd9a
|
||||
size 826087
|
||||
|
20
vim.changes
20
vim.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 1 11:16:59 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 762, fixes the following problems
|
||||
* Automatically setting 'ttymouse' doesn't work.
|
||||
* Memory leaks when using location lists.
|
||||
* Cannot properly test conceal mode.
|
||||
* Python interface doesn't build without the multi-byte feature.
|
||||
* The justify macro does not always work correctly.
|
||||
* Test 61 is flaky, it fails once in a while.
|
||||
* Test 49 script file doesn't fold properly.
|
||||
* When there is a QuitPre autocommand using ":q" twice does not work
|
||||
* Autoconf doesn't find Python 3 if it's called "python".
|
||||
* A location list can get a wrong count in :lvimgrep.
|
||||
* Issue 96: May access freed memory when a put command triggers
|
||||
* Matchit plugin does not handle space in #ifdef.
|
||||
* dv_ deletes the white space before the line.
|
||||
* In Visual mode a "-p does not work. (Marcin Szamotulski)
|
||||
* On some systems the tabline is not redrawn.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 10:56:26 UTC 2012 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vim
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.3
|
||||
%define official_ptchlvl 744
|
||||
%define official_ptchlvl 762
|
||||
%define VIM_SUBDIR vim73
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user