[Bug 183810] Re: vim is not loading vimoutliner

2011-04-04 Thread Frank
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

[Bug 183810] Re: vim is not loading vimoutliner

2009-06-18 Thread Carthik Sharma
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

[Bug 183810] Re: vim is not loading vimoutliner

2009-05-15 Thread mathew
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

[Bug 183810] Re: vim is not loading vimoutliner

2008-11-23 Thread Daniel T Chen
** 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

[Bug 183810] Re: vim is not loading vimoutliner

2008-02-25 Thread Philippe Clérié
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

[Bug 183810] Re: vim is not loading vimoutliner

2008-02-25 Thread Andrew
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

[Bug 183810] Re: vim is not loading vimoutliner

2008-02-25 Thread Philippe Clérié
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

[Bug 183810] Re: vim is not loading vimoutliner

2008-02-12 Thread Andrew
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,

[Bug 183810] Re: vim is not loading vimoutliner

2008-01-18 Thread Philippe Clérié
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