Accepting request 353003 from editors
- Updated to revision 1087, fixes the following problems * Wrong way to check for unletting internal variables. * The Tcl interface can't be loaded dynamically on Unix. * Crash when using an invalid command. * CTRL-A does not work well in right-left mode. * Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. * The CTRL-A and CTRL-X commands do not update the '[ and '] marks. * Crash with an extremely long buffer name. * CTRL-A and CTRL-X work badly with blockwise visual selection - Updated to revision 1066, fixes the following problems * Segfault when unletting "count". * Illegal memory access with weird syntax command. (Dominique Pelle) * Typos in the :options window. * Compiler warning for ignoring return value of fwrite(). * When a spell file has single letter compounding creating suggestions takes an awful long time. - Updated to revision 1046, fixes the following problems * The fix in patch 7.3.192 is not tested. * When a symbolic link points to a file in the root directory, the swapfile is not correct. * Vim overwrites the value of $PYTHONHOME. * The local value of 'errorformat' is not used for ":lexpr" and ":cexpr". * The column is not restored properly when the matchparen plugin is used in Insert mode and the cursor is after the end of the line. * When there is a backslash in an option ":set -=" doesn't work. * An Ex range gets adjusted for folded lines even when the range is not using line numbers. * Using "q!" when there is a modified hidden buffer does not unload OBS-URL: https://build.opensuse.org/request/show/353003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=166
This commit is contained in:
commit
1d4f467223
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ff3e424595d2a3fab691a646bbe0f702eda198d79980aa01979c0af4f6abd8d
|
||||
size 12334381
|
3
v7.4.1087.tar.gz
Normal file
3
v7.4.1087.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2540b52dca515fe71079705f1a2f603f8e869a6b07e70341bc10fa68f3157ef8
|
||||
size 12547578
|
42
vim.changes
42
vim.changes
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 08:11:21 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1087, fixes the following problems
|
||||
* Wrong way to check for unletting internal variables.
|
||||
* The Tcl interface can't be loaded dynamically on Unix.
|
||||
* Crash when using an invalid command.
|
||||
* CTRL-A does not work well in right-left mode.
|
||||
* Using "." to repeat CTRL-A in Visual mode increments the wrong numbers.
|
||||
* The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
|
||||
* Crash with an extremely long buffer name.
|
||||
* CTRL-A and CTRL-X work badly with blockwise visual selection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 9 16:34:06 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1066, fixes the following problems
|
||||
* Segfault when unletting "count".
|
||||
* Illegal memory access with weird syntax command. (Dominique Pelle)
|
||||
* Typos in the :options window.
|
||||
* Compiler warning for ignoring return value of fwrite().
|
||||
* When a spell file has single letter compounding creating
|
||||
suggestions takes an awful long time.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 10:27:55 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1046, fixes the following problems
|
||||
* The fix in patch 7.3.192 is not tested.
|
||||
* When a symbolic link points to a file in the root directory,
|
||||
the swapfile is not correct.
|
||||
* Vim overwrites the value of $PYTHONHOME.
|
||||
* The local value of 'errorformat' is not used for ":lexpr" and ":cexpr".
|
||||
* The column is not restored properly when the matchparen plugin
|
||||
is used in Insert mode and the cursor is after the end of the line.
|
||||
* When there is a backslash in an option ":set -=" doesn't work.
|
||||
* An Ex range gets adjusted for folded lines even when the range
|
||||
is not using line numbers.
|
||||
* Using "q!" when there is a modified hidden buffer does not unload
|
||||
the current buffer, resulting in the need to abandon it again.
|
||||
* g-CTRL-G shows the word count, but there is no way to get the word count in a script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 31 13:49:01 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vim
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX 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.4
|
||||
%define patchlevel 1004
|
||||
%define patchlevel 1087
|
||||
%define VIM_SUBDIR vim74
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user