[Bug 234780] Re: vim-runtime should depend on vim

2010-05-13 Thread Will Gray
** Changed in: vim (Ubuntu) Status: New => Invalid -- 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 ubuntu-bugs@lists.ubuntu.co

[Bug 234780] Re: vim-runtime should depend on vim

2009-07-29 Thread James Vega
Right, because :let is a command that requires +eval which vim-tiny doesn't have. Vim will always recognize "if 1", so you can put anything that requires +eval inside an "if 1" block and it will be properly guarded. I'm curious why you're sourcing $VIMRUNTIME/syntax/syntax.vim instead of just cal

[Bug 234780] Re: vim-runtime should depend on vim

2009-06-22 Thread Daniel van Eeden
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 ${VIMRU

[Bug 234780] Re: vim-runtime should depend on vim

2009-06-22 Thread James Vega
You could also write your vimrc so it is robust to different feature levels built into Vim. vim-runtime is a data package which may be interesting to people independent of using it with Vim. There's no reason that it should have a hard dependency on one of the more featureful vim binary packages.

[Bug 234780] Re: vim-runtime should depend on vim

2008-05-25 Thread Daniel van Eeden
tested on 8.04 and 7.10 -- 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 ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman