| Subject: | Re: VIM syntax highlighting broken? |
|---|---|
| From: | "Joel Edwards" |
| Date: | Sat, 4 Mar 2006 12:44:13 -0800 |
|
The version I have (running breezy) doesn't have syntax enabled by
default. I had to use the "syntax enable" command every time I start
up vim. However, if the command "syntax on" is added to the user's .vimrc file, it will enable it automatically when it starts. Seems like a more failsafe method than a symlink. To test if the system supports color:
if &t_Co > 2 || has("gui_running") syntax on set hlsearch endif Could simply include the .vimrc file in each user's profile by default, that way people don't need to go searching around, or messing with symlinks. On 3/4/06, Rocco Stanzione <grasshopper@xxxxxxxxxxxxxxx> wrote: On Saturday 04 March 2006 07:08, Michael Bienia wrote: -- ubuntu-devel mailing list ubuntu-devel@xxxxxxxxxxxxxxxx https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: VIM syntax highlighting broken?, Rocco Stanzione |
|---|---|
| Next by Date: | Re: VIM syntax highlighting broken?, João Pinto |
| Previous by Thread: | Re: VIM syntax highlighting broken?, Rocco Stanzione |
| Next by Thread: | Re: VIM syntax highlighting broken?, João Pinto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |