sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #79452
Re: vim syntax highlight mangler
Ole Hansen wrote:
Løsningen findes i din Gentoo vimrc:
> " Switch syntax highlighting on, when the terminal has colors
> " Also switch on highlighting the last used search pattern.
> if &t_Co > 2 || has("gui_running")
> syntax on
> set hlsearch
> endif
Min ~user/.vimrc ser sådan ud:
syntax on
set hlsearch
highlight search ctermbg=none
Det er tilstrækkeligt for mig.
Der findes iøvrig en HOWTO her:
http://database.sarang.net/study/vim/HOWTO/Vim-HOWTO.html
Der er også en HOWTO her:
http://www.tldp.org/HOWTO/Vim-HOWTO/
men den er ikke tilgængelig lige nu.
--
Med venlig hilsen
Jørgen Heesche
mailto:heesche@xxxxxxxxxxx
Follow ups
References