From a39092ebe3cf99d3c29e7cd2e24e9f32234ded16 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 4 Jul 2014 17:00:21 -0400 Subject: [PATCH] Add script id --- README.markdown | 3 ++- plugin/fireplace.vim | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 9ca1d85..ae334aa 100644 --- a/README.markdown +++ b/README.markdown @@ -113,7 +113,8 @@ That's either [classpath.vim][] or [leiningen.vim][]. ## Self-Promotion Like fireplace.vim? Follow the repository on -[GitHub](https://github.com/tpope/vim-fireplace). And if +[GitHub](https://github.com/tpope/vim-fireplace) and vote for it on +[vim.org](http://www.vim.org/scripts/script.php?script_id=4978). And if you're feeling especially charitable, follow [tpope](http://tpo.pe/) on [Twitter](http://twitter.com/tpope) and [GitHub](https://github.com/tpope). diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index fe52fc0..494208c 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -1,6 +1,7 @@ " fireplace.vim - Clojure REPL support " Maintainer: Tim Pope " Version: 1.0 +" GetLatestVimScripts: 4978 1 :AutoInstall: fireplace.vim if exists("g:loaded_fireplace") || v:version < 700 || &cp finish