This commit is contained in:
parent
4876125855
commit
5df3b41c08
@ -41,11 +41,6 @@ set backspace=indent,eol,start
|
|||||||
" enable this for bash compatible behaviour
|
" enable this for bash compatible behaviour
|
||||||
" set wildmode=longest,full
|
" set wildmode=longest,full
|
||||||
|
|
||||||
" do timeout on terminal key codes
|
|
||||||
set ttimeout
|
|
||||||
" timeout after 100 msec
|
|
||||||
set timeoutlen=100
|
|
||||||
|
|
||||||
" Try to get the correct main terminal type
|
" Try to get the correct main terminal type
|
||||||
if &term =~ "xterm"
|
if &term =~ "xterm"
|
||||||
let myterm = "xterm"
|
let myterm = "xterm"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 14:50:42 CET 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- don't set timeout in default vimrc [bnc#449932]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 9 11:42:03 CEST 2008 - mkoenig@suse.de
|
Thu Oct 9 11:42:03 CEST 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
20
vim.spec
20
vim.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 6
|
Release: 7
|
||||||
#
|
#
|
||||||
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
@ -672,6 +672,8 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 28 2008 mkoenig@suse.de
|
||||||
|
- don't set timeout in default vimrc [bnc#449932]
|
||||||
* Thu Oct 09 2008 mkoenig@suse.de
|
* Thu Oct 09 2008 mkoenig@suse.de
|
||||||
- update apparmor.vim [bnc#425848]
|
- update apparmor.vim [bnc#425848]
|
||||||
* Wed Oct 01 2008 mkoenig@suse.de
|
* Wed Oct 01 2008 mkoenig@suse.de
|
||||||
@ -776,7 +778,7 @@ fi
|
|||||||
* Mon Mar 26 2007 mrueckert@suse.de
|
* Mon Mar 26 2007 mrueckert@suse.de
|
||||||
- new package layout for the vim package to allow a smaller vim
|
- new package layout for the vim package to allow a smaller vim
|
||||||
installation in the minimal system (#239838)
|
installation in the minimal system (#239838)
|
||||||
* Sat Feb 03 2007 dmueller@suse.de
|
* Fri Feb 02 2007 dmueller@suse.de
|
||||||
- fix fortify workaround
|
- fix fortify workaround
|
||||||
* Wed Jan 24 2007 mkoenig@suse.de
|
* Wed Jan 24 2007 mkoenig@suse.de
|
||||||
- move gvim and related stuff from /usr/X11R6/bin to /usr/bin
|
- move gvim and related stuff from /usr/X11R6/bin to /usr/bin
|
||||||
@ -965,14 +967,14 @@ fi
|
|||||||
- add gvim icon
|
- add gvim icon
|
||||||
* Wed Nov 10 2004 hvogel@suse.de
|
* Wed Nov 10 2004 hvogel@suse.de
|
||||||
- fix the 'current' link to point to the right directory
|
- fix the 'current' link to point to the right directory
|
||||||
* Sat Oct 23 2004 mmj@suse.de
|
* Fri Oct 22 2004 mmj@suse.de
|
||||||
- Make the rpm versioning match what vim does itself
|
- Make the rpm versioning match what vim does itself
|
||||||
- Add patch 31 from upstream
|
- Add patch 31 from upstream
|
||||||
* Tue Oct 19 2004 mmj@suse.de
|
* Tue Oct 19 2004 mmj@suse.de
|
||||||
- locale no should correctly be nb so make it so
|
- locale no should correctly be nb so make it so
|
||||||
* Wed Oct 13 2004 mmj@suse.de
|
* Wed Oct 13 2004 mmj@suse.de
|
||||||
- Include bugfixes up to and including patch 30
|
- Include bugfixes up to and including patch 30
|
||||||
* Sun Sep 05 2004 mmj@suse.de
|
* Sat Sep 04 2004 mmj@suse.de
|
||||||
- Include the latest bugfix patches 16-23
|
- Include the latest bugfix patches 16-23
|
||||||
* Tue Aug 24 2004 mmj@suse.de
|
* Tue Aug 24 2004 mmj@suse.de
|
||||||
- Also recognize "%%t" and "%%j" [#43985]
|
- Also recognize "%%t" and "%%j" [#43985]
|
||||||
@ -982,9 +984,9 @@ fi
|
|||||||
- Update bugfixing patches including 12-15
|
- Update bugfixing patches including 12-15
|
||||||
* Sat Jul 03 2004 mmj@suse.de
|
* Sat Jul 03 2004 mmj@suse.de
|
||||||
- Update bugfixing patches 001 through 011
|
- Update bugfixing patches 001 through 011
|
||||||
* Wed Jun 09 2004 mmj@suse.de
|
* Tue Jun 08 2004 mmj@suse.de
|
||||||
- Update to vim-6.3
|
- Update to vim-6.3
|
||||||
* Sat May 08 2004 mmj@suse.de
|
* Fri May 07 2004 mmj@suse.de
|
||||||
- Apply official patches up to including 531
|
- Apply official patches up to including 531
|
||||||
* Mon May 03 2004 mmj@suse.de
|
* Mon May 03 2004 mmj@suse.de
|
||||||
- Apply official patches up to including 521
|
- Apply official patches up to including 521
|
||||||
@ -1041,7 +1043,7 @@ fi
|
|||||||
appropriate CJK font according to the rules in
|
appropriate CJK font according to the rules in
|
||||||
/etc/fonts/fonts.conf. I choose "Luxi\ Mono" because this
|
/etc/fonts/fonts.conf. I choose "Luxi\ Mono" because this
|
||||||
is guaranteed to be installed always.
|
is guaranteed to be installed always.
|
||||||
* Wed Aug 13 2003 mmj@suse.de
|
* Tue Aug 12 2003 mmj@suse.de
|
||||||
- change the GUI to be built with gtk2
|
- change the GUI to be built with gtk2
|
||||||
* Tue Aug 12 2003 fehr@suse.de
|
* Tue Aug 12 2003 fehr@suse.de
|
||||||
- add liux relevant patches 15 - 69
|
- add liux relevant patches 15 - 69
|
||||||
@ -1132,7 +1134,7 @@ fi
|
|||||||
* Thu Feb 28 2002 kukuk@suse.de
|
* Thu Feb 28 2002 kukuk@suse.de
|
||||||
- Add hack to avoid csh dependency
|
- Add hack to avoid csh dependency
|
||||||
- Make beta-testers happy
|
- Make beta-testers happy
|
||||||
* Sun Feb 24 2002 mfabian@suse.de
|
* Sat Feb 23 2002 mfabian@suse.de
|
||||||
- choose a different fontset for locales starting with 'zh'
|
- choose a different fontset for locales starting with 'zh'
|
||||||
(zh_TW, zh_CN, ...) because the new default fontset is not
|
(zh_TW, zh_CN, ...) because the new default fontset is not
|
||||||
suitable for these locales
|
suitable for these locales
|
||||||
@ -1253,7 +1255,7 @@ fi
|
|||||||
- ready for autobuild using 4.6tar and 4.6dif
|
- ready for autobuild using 4.6tar and 4.6dif
|
||||||
* Wed May 28 1997 werner@suse.de
|
* Wed May 28 1997 werner@suse.de
|
||||||
- New /etc/vimrc added
|
- New /etc/vimrc added
|
||||||
* Mon Apr 14 1997 florian@suse.de
|
* Sun Apr 13 1997 florian@suse.de
|
||||||
- update to new version 4.6
|
- update to new version 4.6
|
||||||
- mv ctags into a new package ctags.tgz
|
- mv ctags into a new package ctags.tgz
|
||||||
* Thu Jan 02 1997 florian@suse.de
|
* Thu Jan 02 1997 florian@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user