Re: New vi/vim/gvim in testing requires intervention

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



On Tue, May 5, 2009 at 2:22 AM, Tobias Kieslich <tobias@xxxxxxxxxxxxx> wrote:
> Hi,
>
> Finally, the new vi* packages are up. There will be a little migration
> pain. For optimal results, I recommend to "sudo rm /usr/bin/{view/rview}"
> before you run "sudo pacman -Syu"

Any ideas?

dmcgee@galway ~
$ vim .vimrc
Error detected while processing /home/dmcgee/.vimrc:
line   64:
E185: Cannot find color scheme inkpot
Press ENTER or type command to continue

dmcgee@galway ~
$ locate inkpot
/usr/share/vim/colors/inkpot.vim

For reference, here is some of my .vimrc:

" GUI/NONGUI SETTINGS "
if has("gui_running")
	if has("gui_gtk2")
		set guifont=DejaVu\ Sans\ Mono\ 12
	endif
	colorscheme desert
	set columns=80 lines=40
else
	colorscheme inkpot
endif


And a quick guess, it looks like the new vim package puts its colors here:
/usr/share/vim/vim72/colors/

Any reason the old /usr/share/vim/ shouldn't be on the default runtimepath?

-Dan


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux