[TYPO3-core] RFC: #11397: [OT] vim

Steffen Kamper info at sk-typo3.de
Sun Sep 6 23:15:54 CEST 2009


Hi Christian,

Christian Kuhn schrieb:
> Hey,
> 
>> BTW Steffen:
>> vim removes tabs and whitespaces from empty lines automagically.
>> Reviewing patches I often enable a special "show tabs and whitespace"
>> option in my .vimrc:
>> set list
>> set lcs=tab:     "show tabs
>> set lcs+=trail:  "show trailing spaces
> 
> Ups, stripped down my own settings ;) Here are my usual settings:
> 
> set enc=utf-8
> set fenc=utf-8
> set termencoding=utf-8
> syntax enable
> filetype indent on
> set sw=4
> set ts=4
> set background=dark
> set hlsearch
> set ic
> 
> set list
> set lcs=tab:»·   "show tabs
> set lcs+=trail:· "show trailing spaces

good tip for VIM users. I will look if Zend provide some simular 
functions. The formatter is really great.

vg Steffen


More information about the TYPO3-team-core mailing list