From f48a6f416b695cc2349c01f73eeb0b9c5068ac99 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 9 Aug 2010 08:52:57 +0200 Subject: [PATCH] add vcscommand plugin --- .vim/doc/vcscommand.txt | 1 + .vim/plugin/vcsbzr.vim | 1 + .vim/plugin/vcscommand.vim | 1 + .vim/plugin/vcscvs.vim | 1 + .vim/plugin/vcsgit.vim | 1 + .vim/plugin/vcshg.vim | 1 + .vim/plugin/vcssvk.vim | 1 + .vim/plugin/vcssvn.vim | 1 + .vim/syntax/CVSAnnotate.vim | 1 + .vim/syntax/SVKAnnotate.vim | 1 + .vim/syntax/SVNAnnotate.vim | 1 + .vim/syntax/gitAnnotate.vim | 1 + .vim/syntax/vcscommit.vim | 1 + 13 files changed, 13 insertions(+) create mode 120000 .vim/doc/vcscommand.txt create mode 120000 .vim/plugin/vcsbzr.vim create mode 120000 .vim/plugin/vcscommand.vim create mode 120000 .vim/plugin/vcscvs.vim create mode 120000 .vim/plugin/vcsgit.vim create mode 120000 .vim/plugin/vcshg.vim create mode 120000 .vim/plugin/vcssvk.vim create mode 120000 .vim/plugin/vcssvn.vim create mode 120000 .vim/syntax/CVSAnnotate.vim create mode 120000 .vim/syntax/SVKAnnotate.vim create mode 120000 .vim/syntax/SVNAnnotate.vim create mode 120000 .vim/syntax/gitAnnotate.vim create mode 120000 .vim/syntax/vcscommit.vim 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 -- 2.39.2