Robert Connolly wrote:
> Someone emailed me the fix for vimrc:
>
> if ("/usr/share/vim")
> if has('syntax')
> syntax on
> endif
> endif
This snippet does not work for me.
if (isdirectory("/usr/share/vim"))
if has('syntax')
syntax on
endif
endif
That does.
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
