From 798ac08779d28ba1c986d5f0f854ea9667d5086c Mon Sep 17 00:00:00 2001 From: Christoph Blank Date: Thu, 29 May 2008 13:38:12 +0200 Subject: [PATCH 1/3] new branch, modified readme --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 27dca56..6ccbc07 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -= github.vim +== github.vim http://github.com/solars/github_vim/ -http://github.com/solars/github_vim/ == Description -This is a quick and dirty vim plugin to use with the scripts included in -github-tmbundle written by drnic, available at http://github.com/drnic/github-tmbundle +This is a quick and dirty vim to use some github functionality from vim. +This branch uses the the scripts included in github-tmbundle written by drnic, +available at http://github.com/drnic/github-tmbundle It enables you to: From c1212626ef51aeb7f56e7fe3f1f9527e32e9be8a Mon Sep 17 00:00:00 2001 From: Christoph Blank Date: Thu, 29 May 2008 16:12:47 +0200 Subject: [PATCH 2/3] rename plugin --- .vim/plugin/{github.vim => github_tm.vim} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .vim/plugin/{github.vim => github_tm.vim} (95%) diff --git a/.vim/plugin/github.vim b/.vim/plugin/github_tm.vim similarity index 95% rename from .vim/plugin/github.vim rename to .vim/plugin/github_tm.vim index 6ee0166..7336784 100644 --- a/.vim/plugin/github.vim +++ b/.vim/plugin/github_tm.vim @@ -1,4 +1,4 @@ -if exists("loaded_github") || &cp +if exists("loaded_github_tm") || &cp finish endif From 80084b2c99b6261a4ff9095f760f00c9c60daa43 Mon Sep 17 00:00:00 2001 From: Christoph Blank Date: Thu, 29 May 2008 18:42:30 +0200 Subject: [PATCH 3/3] nothing special --- README | 1 - 1 file changed, 1 deletion(-) diff --git a/README b/README index 6ccbc07..47889f0 100644 --- a/README +++ b/README @@ -1,6 +1,5 @@ == github.vim http://github.com/solars/github_vim/ - == Description This is a quick and dirty vim to use some github functionality from vim.