[SCM] vim-addon-manager packaging branch, master, updated. v0.4.4-52-geef7258

Antonio Terceiro terceiro at debian.org
Tue Jan 31 23:33:35 UTC 2012


The following commit has been merged in the master branch:
commit 6711874468d35c2650762a2851664fb84ff4f757
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jan 22 19:03:22 2012 -0200

    Add a TODO list

diff --git a/TODO b/TODO
new file mode 100644
index 0000000..7aedeab
--- /dev/null
+++ b/TODO
@@ -0,0 +1,18 @@
+- implement a way of modifying the runtimepath to include the directories under
+  ~/.vim/bundle. Maybe bundling vim-pathogen together with this package.
+
+  For now, I am testing this with the following two lines in the top of my ~/.vimrc:
+
+  runtime bundle/vim-pathogen/autoload/pathogen.vim
+  call pathogen#infect()
+
+
+- figure out the upgrade path for addons that move from the "everything mixed
+  together in /usr/share/vim/addons" to the "new layout", i.e. all addon files
+  together, separated from other addons, in
+  /usr/share/vim/addons/bundle/$addonname
+
+- implement some way to install stuff from remote servers:
+  - git repositories
+  - .zip files from vim.org
+  - etc

-- 
vim-addon-manager packaging



More information about the pkg-vim-maintainers mailing list