- Update to official patchlevel 289
* python3 fixes * Fix: Crash when using "zd" on a large number of folds. * Fix: Mapping <Char-123> no longer works. * Fix: After using "expand('%:8')" the buffer name is changed. * Fix: With GTK, when gvim is full-screen and a tab is opened and using a specific monitor configuration the window is too big. * Fix: Passing the file name to open in VisVim doesn't work. * Fix: A BOM in an error file is seen as text. * Fix: ":put =list" does not add an empty line for a trailing empty item. * Fix: 'shellcmdflag' only works with one flag. * Fix: Vim freezes when executing an external command with zsh. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=54
This commit is contained in:
parent
a77d10cdb8
commit
bed25f440d
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2e31888e0c4b4db235d2645fc60b6cbdf6530a9a92e7f116ee5977fed75aabe
|
||||
size 272879
|
||||
oid sha256:7918669723e57feaff44490b76b4c890a596233edad5c3fb02b19a5e1ebd0463
|
||||
size 286920
|
||||
|
17
vim.changes
17
vim.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 09:22:53 UTC 2011 - idonmez@suse.com
|
||||
|
||||
- Update to official patchlevel 289
|
||||
* python3 fixes
|
||||
* Fix: Crash when using "zd" on a large number of folds.
|
||||
* Fix: Mapping <Char-123> no longer works.
|
||||
* Fix: After using "expand('%:8')" the buffer name is changed.
|
||||
* Fix: With GTK, when gvim is full-screen and a tab is opened and
|
||||
using a specific monitor configuration the window is too big.
|
||||
* Fix: Passing the file name to open in VisVim doesn't work.
|
||||
* Fix: A BOM in an error file is seen as text.
|
||||
* Fix: ":put =list" does not add an empty line for a trailing
|
||||
empty item.
|
||||
* Fix: 'shellcmdflag' only works with one flag.
|
||||
* Fix: Vim freezes when executing an external command with zsh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 23:30:06 UTC 2011 - opensuse@cboltz.de
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -46,7 +46,7 @@ BuildRequires: gpm
|
||||
%endif
|
||||
#
|
||||
%define pkg_version 7.3
|
||||
%define official_ptchlvl 266
|
||||
%define official_ptchlvl 289
|
||||
%define VIM_SUBDIR vim73
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
#
|
||||
@ -424,7 +424,7 @@ install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
||||
cp runtime/doc/uganda.txt LICENSE
|
||||
install -D -m 0644 \
|
||||
vimrc_example1 vimrc_example2 suse.vimrc \
|
||||
LICENSE README.txt README_src.txt README_unix.txt src/INSTALL ANNOUNCEMENT.vim-7.3 \
|
||||
LICENSE README.txt README_src.txt README_unix.txt ANNOUNCEMENT.vim-7.3 \
|
||||
%{buildroot}%{_docdir}/vim/
|
||||
# gvim
|
||||
install -D -m 0644 \
|
||||
|
Loading…
Reference in New Issue
Block a user