[SCM] vim-addon-manager packaging branch, master, updated. v0.4.4-60-gaccf25d

Antonio Terceiro terceiro at debian.org
Wed Feb 1 12:57:51 UTC 2012


The following commit has been merged in the master branch:
commit a65633e194691132c846314d82298443bf31df05
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Feb 1 08:48:04 2012 -0200

    test script to run vim with a clean enviroment

diff --git a/test/vim b/test/vim
new file mode 100755
index 0000000..7d27b8a
--- /dev/null
+++ b/test/vim
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec vim -u test/vimrc
diff --git a/test/vimrc b/test/vimrc
new file mode 100644
index 0000000..0ec63e6
--- /dev/null
+++ b/test/vimrc
@@ -0,0 +1,4 @@
+execute 'set runtimepath=' . $PWD . '/tmp'
+set nocompatible
+source etc/vim/vimrc.d/vim-addon-manager.vim
+syntax on

-- 
vim-addon-manager packaging



More information about the pkg-vim-maintainers mailing list