Add script id
This commit is contained in:
parent
835fdedf5f
commit
a39092ebe3
@ -113,7 +113,8 @@ That's either [classpath.vim][] or [leiningen.vim][].
|
|||||||
## Self-Promotion
|
## Self-Promotion
|
||||||
|
|
||||||
Like fireplace.vim? Follow the repository on
|
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
|
you're feeling especially charitable, follow [tpope](http://tpo.pe/) on
|
||||||
[Twitter](http://twitter.com/tpope) and
|
[Twitter](http://twitter.com/tpope) and
|
||||||
[GitHub](https://github.com/tpope).
|
[GitHub](https://github.com/tpope).
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
" fireplace.vim - Clojure REPL support
|
" fireplace.vim - Clojure REPL support
|
||||||
" Maintainer: Tim Pope <http://tpo.pe/>
|
" Maintainer: Tim Pope <http://tpo.pe/>
|
||||||
" Version: 1.0
|
" Version: 1.0
|
||||||
|
" GetLatestVimScripts: 4978 1 :AutoInstall: fireplace.vim
|
||||||
|
|
||||||
if exists("g:loaded_fireplace") || v:version < 700 || &cp
|
if exists("g:loaded_fireplace") || v:version < 700 || &cp
|
||||||
finish
|
finish
|
||||||
|
Loading…
Reference in New Issue
Block a user