What I was using is a .vimrc file split in two parts. The top part is
configuring what a users wants and then the magic is done in the second
part.

In the first part i was using this:
let color = "true"

And in the then in the second part:
if has("syntax")
    if color == "true"
        so ${VIMRUNTIME}/syntax/syntax.vim
    else
        syntax off
        set t_Co=0
    endif
endif

If vim-runtime is installed together with only vim-tiny then the "let"
command is not supported, and than the .vimrc fails.

-- 
vim-runtime should depend on vim
https://bugs.launchpad.net/bugs/234780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to