Re: OT: Problem mit Bash und for
Hallo Andrei!
Andrei Popescu schrieb am Dienstag, den 09. Februar 2010:
> autocmd FileType mail set spell spelllang=ro,de,en fo+=aw " spell and autowrap text in emails
Ähm was? Dafür braucht man ja kein FileType autocommand. Schreib deine
Konfig in ~/.vim/ftplugin/mail.vim bzw. ~/.vim/after/ftplugin/mail.vim,
je nachdem, ob du möchtest, dass deine Konfig globale Filetype
Konfiguration überschreiben darf oder nicht.
Abgesehen davon möchtest Du wahrscheinlich setlocal anstelle von set
benutzen.
:h after-directory
:h ftplugins
:h setl
Grüße
Christian
Reply to: