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

Christian Kuhn lolli at schwarzbu.ch
Sun Sep 6 22:39:39 CEST 2009


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


More information about the TYPO3-team-core mailing list