From: martin f. krafft Date: Mon, 9 Aug 2010 06:52:57 +0000 (+0200) Subject: add vcscommand plugin X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f48a6f416b695cc2349c01f73eeb0b9c5068ac99 add vcscommand plugin --- diff --git a/.vim/doc/vcscommand.txt b/.vim/doc/vcscommand.txt new file mode 120000 index 0000000..bf216f0 --- /dev/null +++ b/.vim/doc/vcscommand.txt @@ -0,0 +1 @@ +/usr/share/vim-scripts/doc/vcscommand.txt \ No newline at end of file diff --git a/.vim/plugin/vcsbzr.vim b/.vim/plugin/vcsbzr.vim new file mode 120000 index 0000000..b66b80b --- /dev/null +++ b/.vim/plugin/vcsbzr.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/vcsbzr.vim \ No newline at end of file diff --git a/.vim/plugin/vcscommand.vim b/.vim/plugin/vcscommand.vim new file mode 120000 index 0000000..2c80930 --- /dev/null +++ b/.vim/plugin/vcscommand.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/vcscommand.vim \ No newline at end of file diff --git a/.vim/plugin/vcscvs.vim b/.vim/plugin/vcscvs.vim new file mode 120000 index 0000000..edd28c0 --- /dev/null +++ b/.vim/plugin/vcscvs.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/vcscvs.vim \ No newline at end of file diff --git a/.vim/plugin/vcsgit.vim b/.vim/plugin/vcsgit.vim new file mode 120000 index 0000000..17f0e07 --- /dev/null +++ b/.vim/plugin/vcsgit.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/vcsgit.vim \ No newline at end of file diff --git a/.vim/plugin/vcshg.vim b/.vim/plugin/vcshg.vim new file mode 120000 index 0000000..9dfda8d --- /dev/null +++ b/.vim/plugin/vcshg.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/vcshg.vim \ No newline at end of file diff --git a/.vim/plugin/vcssvk.vim b/.vim/plugin/vcssvk.vim new file mode 120000 index 0000000..36fad2d --- /dev/null +++ b/.vim/plugin/vcssvk.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/vcssvk.vim \ No newline at end of file diff --git a/.vim/plugin/vcssvn.vim b/.vim/plugin/vcssvn.vim new file mode 120000 index 0000000..968ff21 --- /dev/null +++ b/.vim/plugin/vcssvn.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/vcssvn.vim \ No newline at end of file diff --git a/.vim/syntax/CVSAnnotate.vim b/.vim/syntax/CVSAnnotate.vim new file mode 120000 index 0000000..9a1e2e4 --- /dev/null +++ b/.vim/syntax/CVSAnnotate.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/syntax/CVSAnnotate.vim \ No newline at end of file diff --git a/.vim/syntax/SVKAnnotate.vim b/.vim/syntax/SVKAnnotate.vim new file mode 120000 index 0000000..95e7da3 --- /dev/null +++ b/.vim/syntax/SVKAnnotate.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/syntax/SVKAnnotate.vim \ No newline at end of file diff --git a/.vim/syntax/SVNAnnotate.vim b/.vim/syntax/SVNAnnotate.vim new file mode 120000 index 0000000..86cf3c0 --- /dev/null +++ b/.vim/syntax/SVNAnnotate.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/syntax/SVNAnnotate.vim \ No newline at end of file diff --git a/.vim/syntax/gitAnnotate.vim b/.vim/syntax/gitAnnotate.vim new file mode 120000 index 0000000..f9656e3 --- /dev/null +++ b/.vim/syntax/gitAnnotate.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/syntax/gitAnnotate.vim \ No newline at end of file diff --git a/.vim/syntax/vcscommit.vim b/.vim/syntax/vcscommit.vim new file mode 120000 index 0000000..122d507 --- /dev/null +++ b/.vim/syntax/vcscommit.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/syntax/vcscommit.vim \ No newline at end of file