Sharma's fix worked for me, thanks.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/183810
Title:
vim is not loading vimoutliner
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://list
Hi mathew,
The original bug reporter said:
"I tried using vim-addon-manager but vim-addons does not even see vimoutliner
so it cannot be enabled that way."
Now, if you try the command vim-addons after the package vim-addon-manager is
installed, you do see vimoutliner, and you can enable it usin
Well, it might have been due to be fixed in Hardy, but it's still broken
in Jaunty, or has reverted to broken.
The edit to debian.vim still solves the problem.
--
vim is not loading vimoutliner
https://bugs.launchpad.net/bugs/183810
You received this bug notification because you are a member of
** Changed in: vimoutliner (Ubuntu)
Status: New => Fix Released
--
vim is not loading vimoutliner
https://bugs.launchpad.net/bugs/183810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@list
Judging by the comment in changelog it seems to have been fixed in
0.3.4-8 now in hardy.
Thanks for the tip.
--
vim is not loading vimoutliner
https://bugs.launchpad.net/bugs/183810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
It looks like what's actually going on here is a debian packaging policy
change that the vim-outliner package hasn't been updated to reflect yet.
See these two bugs for more info:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/158385/comments/2
https://bugs.launchpad.net/ubuntu/+source/vimoutl
Andrew,
You're absolutely correct. By itself the solution I suggested does not
work. It turns out I inadvertently left the following line in my .vimrc:
set runtimepath+=/usr/share/vim/addons
By itself too that line does not work. But together, Bingo! And that's
probably preferable to making a ch
Adding /usr/share/vim/addons to the runtime path in debian.vim got it to
work for me. Philippe Clérié's workaround didn't appear to change
anything.
--
vim is not loading vimoutliner
https://bugs.launchpad.net/bugs/183810
You received this bug notification because you are a member of Ubuntu
Bugs,
Here's a work around:
- In $HOME/.vim create a directory named ftdetect
- Create a symbolic link in $HOME/.vim/ftdetect to
/usr/share/vim/addons/ftdetect/vo_base.vim
In code:
mkdir -p $HOME/.vim/ftdetect
ln -s /usr/share/vim/addons/ftdetect/vo_base.vim $HOME/.vim/ftdetect/vo_base.vim
Works for