[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Vim colour syntax



On Sun, Feb 04, 2007 at 09:58:08AM -0500 or thereabouts, cga2000 wrote:
> On Sat, Feb 03, 2007 at 08:51:03PM EST, Stephen wrote:
 
> > I'm baffled, I've searched in the suspect places, but I don't see anything
> > obvious, (at least to me).
> 
> output of:
> 
> $ vim --version

OK cga2000, you asked for copious output <grin> ;

	VIM - Vi IMproved 7.0 (2006 May 7, compiled Oct 10 2006 00:48:23)
	Included patches: 1-122 Compiled by jamessan@debian.org Big version
	with GTK2-GNOME GUI.  Features included (+) or not (-): +arabic
	
	+autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
	
	+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info
	+comments +cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs
	
	+dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi
	
	+file_in_path +find_in_path +folding -footer +fork() +gettext
	
	-hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall
	+linebreak +lispindent +listcmds +localmap +menu +mksession
	
	+modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm
	+mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme
	
	+netbeans_intg -osfiletype +path_extra +perl +postscript +printer
	
	-profile +python +quickfix +reltime +rightleft +ruby +scrollbind +signs
	
	+smartindent -sniff +statusline -sun_workshop +syntax +tag_binary
	
	+tag_old_static -tag_any_white +tcl +terminfo +termresponse
	+textobjects +title +toolbar +user_commands +vertsplit +virtualedit
	
	+visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows
	
	+writebackup +X11 -xfontset +xim +xsmp_interact +xterm_clipboard
	
	-xterm_save system vimrc file: "$VIM/vimrc" user vimrc file:
	"$HOME/.vimrc" user exrc file: "$HOME/.exrc" system gvimrc file:
	"$VIM/gvimrc" user gvimrc file: "$HOME/.gvimrc" system menu file:
	"$VIMRUNTIME/menu.vim" fall-back for $VIM: "/usr/share/vim"
	
	Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK
	
	-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
	-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
	-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
	-I/usr/include/freetype2 -I/usr/include/libpng12   -DORBIT2=1 -pthread
	-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
	-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
	-I/usr/include/libart-2.0 -I/usr/include/gconf/2
	-I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0
	-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1
	-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
	-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
	-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0
	-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include
	-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12
	-I/usr/include/libxml2     -O2 -g -Wall    -D_REENTRANT -D_GNU_SOURCE
	
	-DTHREADS_HAVE_PIDS -DDEBIAN  -I/usr/local/include -D_LARGEFILE_SOURCE
	-D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.8/CORE
	-I/usr/include/python2.4 -pthread -I/usr/include/tcl8.4  -D_REENTRANT=1
	-D_THREAD_SAFE=1 -D_LARGEFILE64_SOURCE=1
	-I/usr/lib/ruby/1.8/i486-linux Linking: gcc -rdynamic
	-Wl,-export-dynamic  -Wl,-E   -L/usr/local/lib -o vim   -lgtk-x11-2.0
	-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig
	
	-lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes
	-lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
	-lgnomeui-2 -lbonoboui-2 -lgnome-keyring -lxml2 -lgnomecanvas-2
	-lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0
	-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig
	
	-lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes
	-lpango-1.0 -lcairo -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lgobject-2.0
	-lbonobo-activation -lORBit-2 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
	
	-lXt -lncurses -lgpm   -Wl,-E  -L/usr/local/lib
	/usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE
	
	-lperl -L/usr/lib/python2.4/config -lpython2.4 -lutil -Xlinker
	
	-export-dynamic -L/usr/lib -ltcl8.4 -lieee -lruby1.8 -lm

Thanks.
-- 
Regards
Stephen A.
                                                   
Encrypted/Signed e-mail accepted (GPG or PGP) -- Key ID: 978BA045
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	The Priest's grey nimbus in a niche where he dressed discreetly.
I will not sleep here tonight. Home also I cannot go.
	A voice, sweetened and sustained, called to him from the sea.
Turning the curve he waved his hand.  A sleek brown head, a seal's, far
out on the water, round.  Usurper.
		-- James Joyce, "Ulysses"

Attachment: signature.asc
Description: Digital signature


Reply to: