On Thu, 28 Jun 2001, Jeroen van Wolffelaar wrote:
> > Please don't use tabs, but only spaces for indentation.
>
> I'm sorry, I didn't know vim used tabs automatically...
> :set et sw=1 ts=1
> seems to fix that.
>
> Anyone knows of an option to visualise the tabs? Not :set list, since it
> renders the ts useless.
/\t will search for tabs, and if you set this option in your
.vimrc all occurences will be displayed too:
:set hlsearch
:highlight Search ctermfg=1 ctermbg=7
It may be possible to set these options too( but before the other 2
above):
:if has("terminfo")
: set t_Co=8
: set t_Sf=^[[3%p1%dm
: set t_Sb=^[[4%p1%dm
:else
: set t_Co=8
: set t_Sf=^[[3%dm
: set t_Sb=^[[4%dm
:endif
regards,
Derick
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Anil Madhavapeddy
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jani Taskinen
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jeroen van Wolffelaar
- Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml derick
- Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Martin Kraemer
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jeroen van Wolffelaar
- Re: [PHP-DOC] cvs: phpdoc /en/functions strings.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Egon Schmid
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Egon Schmid
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions strings.xml Philip Olson
