This commit is contained in:
parent
40055ca064
commit
d931fd5c11
@ -34,6 +34,9 @@ set esckeys
|
|||||||
" Switch it off if you prefer real vi compatibility
|
" Switch it off if you prefer real vi compatibility
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
|
" allow backspacing over everything in insert mode
|
||||||
|
set backspace=indent,eol,start
|
||||||
|
|
||||||
" Complete longest common string, then each full match
|
" Complete longest common string, then each full match
|
||||||
" enable this for bash compatible behaviour
|
" enable this for bash compatible behaviour
|
||||||
" set wildmode=longest,full
|
" set wildmode=longest,full
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 23 17:43:33 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- set default backspace functionality to a more "useful"
|
||||||
|
value [#34519]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 22 14:25:35 CET 2007 - mkoenig@suse.de
|
Mon Jan 22 14:25:35 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
5
vim.spec
5
vim.spec
@ -18,7 +18,7 @@ Group: Productivity/Editors/Vi
|
|||||||
Provides: vi_clone
|
Provides: vi_clone
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 46
|
Release: 47
|
||||||
%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,9 @@ rm -rf $RPM_BUILD_ROOT;
|
|||||||
/usr/bin/vim-enhanced
|
/usr/bin/vim-enhanced
|
||||||
|
|
||||||
%changelog -n vim
|
%changelog -n vim
|
||||||
|
* Tue Jan 23 2007 - mkoenig@suse.de
|
||||||
|
- set default backspace functionality to a more "useful"
|
||||||
|
value [#34519]
|
||||||
* Mon Jan 22 2007 - mkoenig@suse.de
|
* Mon Jan 22 2007 - mkoenig@suse.de
|
||||||
- added official patches 147-188:
|
- added official patches 147-188:
|
||||||
* no error message for ":call d.foo()" when "foo" doesn't exist
|
* no error message for ":call d.foo()" when "foo" doesn't exist
|
||||||
|
Loading…
Reference in New Issue
Block a user