This commit is contained in:
parent
9b49030cff
commit
40055ca064
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:907d30c1a2ccb0262dd6f2b7a2444ae1e992d1fb2a1b7e600b91c184289f48a9
|
|
||||||
size 103328
|
|
3
vim-7.0-official_patches_001-188.bz2
Normal file
3
vim-7.0-official_patches_001-188.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9cd0287cd5346650d872a4f7ff62cb87137c66abda8b221e0a9d9d539940e0c4
|
||||||
|
size 131669
|
46
vim.changes
46
vim.changes
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 22 14:25:35 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- added official patches 147-188:
|
||||||
|
* no error message for ":call d.foo()" when "foo" doesn't exist
|
||||||
|
* when resizing windows scrolling is not done in the best way
|
||||||
|
* when resizing the Vim window scrollbinding doesn't work
|
||||||
|
* button order in GTK file dialog is different from Gnome rules
|
||||||
|
* crash when using lesstif 2
|
||||||
|
* crash with cscope when temp file can't be opened
|
||||||
|
* when 'foldnextmax' is negative Vim could hang
|
||||||
|
* when getchar() returns a mouse button the position is unknown
|
||||||
|
* (extra) Vim doesn't compile on Amiga OS4
|
||||||
|
* profiling info was bogus for a recursively called function
|
||||||
|
* cursor in closed fold after adding new line
|
||||||
|
* not enough information for an I/O error in the swap file
|
||||||
|
* ":@a" echoes the command
|
||||||
|
* (extra) Win32: window and tabline menu may use wrong encoding
|
||||||
|
* doesn't exit with "vim -o a b" and abort at ATTENTION prompt
|
||||||
|
* can't get the position of a sign over the netbeans interface
|
||||||
|
* ":redir @+" doesn't work
|
||||||
|
* using CTRL-L to add to a search pattern fails for some chars
|
||||||
|
* crash with cscope when a file descriptor is NULL
|
||||||
|
* can't redefine a function in a dictionary
|
||||||
|
* reading uninitialized memory and a memory leak in recovery
|
||||||
|
* Visual block highlighting not removed for "I" and "A"
|
||||||
|
* (extra) Win32: un-maximizing and tab pages line problem
|
||||||
|
* (extra) VMS: problem with file names with multiple paths
|
||||||
|
* crash when recovering a file and quitting hit-enter prompt
|
||||||
|
* ":call f().TT()" doesn't work
|
||||||
|
* ":mksession" doesn't restore tab page window layout properly
|
||||||
|
* tr() didn't add a final NUL
|
||||||
|
* ":emenu" isn't executed directly, breaks the crypt key prompt
|
||||||
|
* key from mapping at press-enter prompt would be remapped
|
||||||
|
* comparing utf-8 strings with 'ic' may look past NUL bytes
|
||||||
|
* crash when recovering without a swap file name
|
||||||
|
* (extra) VMS: build problem and problem with swap files
|
||||||
|
* when reloading a buffer an extra empty line may appear
|
||||||
|
* cannot reach every point in the undo tree after using "g-"
|
||||||
|
* accessing memory already freed after ":redir => var" ":let"
|
||||||
|
* cscope interface doesn't work with mlcscope
|
||||||
|
* multi-byte chars in message get attributes from previous char
|
||||||
|
* ml_get error when doing "/\_s*/e" with utf-8 'encoding'
|
||||||
|
* can't properly source a remote script
|
||||||
|
* (after 7.0.186) warning for wrong pointer type
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 6 11:05:29 CET 2006 - mkoenig@suse.de
|
Mon Nov 6 11:05:29 CET 2006 - mkoenig@suse.de
|
||||||
|
|
||||||
|
49
vim.spec
49
vim.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vim (Version 7.0)
|
# spec file for package vim (Version 7.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,14 +11,14 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
%define official_ptchlvl 146
|
%define official_ptchlvl 188
|
||||||
BuildRequires: db-devel gettext-devel gpm gtk2-devel libacl-devel ncurses-devel python-devel ruby-devel tcl-devel update-alternatives update-desktop-files
|
BuildRequires: db-devel gettext-devel gpm gtk2-devel libacl-devel ncurses-devel python-devel ruby-devel tcl-devel update-alternatives update-desktop-files
|
||||||
License: Other License(s), see package
|
License: Other License(s), see package
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
Provides: vi_clone
|
Provides: vi_clone
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 27
|
Release: 46
|
||||||
%define VIM_SUBDIR vim70
|
%define VIM_SUBDIR vim70
|
||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -343,6 +343,49 @@ rm -rf $RPM_BUILD_ROOT;
|
|||||||
/usr/bin/vim-enhanced
|
/usr/bin/vim-enhanced
|
||||||
|
|
||||||
%changelog -n vim
|
%changelog -n vim
|
||||||
|
* Mon Jan 22 2007 - mkoenig@suse.de
|
||||||
|
- added official patches 147-188:
|
||||||
|
* no error message for ":call d.foo()" when "foo" doesn't exist
|
||||||
|
* when resizing windows scrolling is not done in the best way
|
||||||
|
* when resizing the Vim window scrollbinding doesn't work
|
||||||
|
* button order in GTK file dialog is different from Gnome rules
|
||||||
|
* crash when using lesstif 2
|
||||||
|
* crash with cscope when temp file can't be opened
|
||||||
|
* when 'foldnextmax' is negative Vim could hang
|
||||||
|
* when getchar() returns a mouse button the position is unknown
|
||||||
|
* (extra) Vim doesn't compile on Amiga OS4
|
||||||
|
* profiling info was bogus for a recursively called function
|
||||||
|
* cursor in closed fold after adding new line
|
||||||
|
* not enough information for an I/O error in the swap file
|
||||||
|
* ":@a" echoes the command
|
||||||
|
* (extra) Win32: window and tabline menu may use wrong encoding
|
||||||
|
* doesn't exit with "vim -o a b" and abort at ATTENTION prompt
|
||||||
|
* can't get the position of a sign over the netbeans interface
|
||||||
|
* ":redir @+" doesn't work
|
||||||
|
* using CTRL-L to add to a search pattern fails for some chars
|
||||||
|
* crash with cscope when a file descriptor is NULL
|
||||||
|
* can't redefine a function in a dictionary
|
||||||
|
* reading uninitialized memory and a memory leak in recovery
|
||||||
|
* Visual block highlighting not removed for "I" and "A"
|
||||||
|
* (extra) Win32: un-maximizing and tab pages line problem
|
||||||
|
* (extra) VMS: problem with file names with multiple paths
|
||||||
|
* crash when recovering a file and quitting hit-enter prompt
|
||||||
|
* ":call f().TT()" doesn't work
|
||||||
|
* ":mksession" doesn't restore tab page window layout properly
|
||||||
|
* tr() didn't add a final NUL
|
||||||
|
* ":emenu" isn't executed directly, breaks the crypt key prompt
|
||||||
|
* key from mapping at press-enter prompt would be remapped
|
||||||
|
* comparing utf-8 strings with 'ic' may look past NUL bytes
|
||||||
|
* crash when recovering without a swap file name
|
||||||
|
* (extra) VMS: build problem and problem with swap files
|
||||||
|
* when reloading a buffer an extra empty line may appear
|
||||||
|
* cannot reach every point in the undo tree after using "g-"
|
||||||
|
* accessing memory already freed after ":redir => var" ":let"
|
||||||
|
* cscope interface doesn't work with mlcscope
|
||||||
|
* multi-byte chars in message get attributes from previous char
|
||||||
|
* ml_get error when doing "/\_s*/e" with utf-8 'encoding'
|
||||||
|
* can't properly source a remote script
|
||||||
|
* (after 7.0.186) warning for wrong pointer type
|
||||||
* Mon Nov 06 2006 - mkoenig@suse.de
|
* Mon Nov 06 2006 - mkoenig@suse.de
|
||||||
- add apparmor syntax highlighting [#190084]
|
- add apparmor syntax highlighting [#190084]
|
||||||
* Tue Oct 31 2006 - mkoenig@suse.de
|
* Tue Oct 31 2006 - mkoenig@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user