[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: vim bricht mails nicht mehr um



Andreas Pakulat <apaku@gmx.de> wrote:
> ,----
>| " Uncomment the following to have Vim load indentation rules according to the
>| " detected filetype. Per default Debian Vim only load filetype specific
>| " plugins.
>| if has("autocmd")
>|   filetype indent on
>| endif
> `----

> Ja dafuer sorgen das das auch benutzt wird. Klappt nur leider irgendwie nicht.

indent ist optional.
#v+
[rob@woody:~]$ grep "filetype plugin" /usr/share/vim/vimcurrent/debian.vim
 filetype plugin on
[rob@woody:~]$
#v-
hier wird das plugin geladen. Und genau das finde ich in der debian.vim
aus unstable nicht. Also am besten in /etc/vim/vimrc eintragen.
 
filetype plugin on

Evtl. auch 

filetype plugin indent on

wenn du indent haben willst. In der vimrc aus unstable steht das
auskommentiert so drin:
#v+
" Uncomment the following to have Vim load indentation rules and plugins
" according to the detected filetype.
"if has("autocmd")
"  filetype plugin indent on
"endif
#v-


> Andreas

Rob
-- 
"Violence is the resort of the violent" Lu Tze
	               "Thief of Time", Terry Pratchett   


Reply to: