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 me. Cheers! Philippe -- 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 the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
