diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-22 09:38:33 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-22 09:38:33 +0000 |
commit | 36cde3108cffcbfeba8745d527325b61eb4bd260 (patch) | |
tree | 169336dd8972d6fc185a57780c4e2ec047366dde /app-vim/slimv/metadata.xml | |
parent | ppc/ppc64 keywords dropped (diff) | |
download | gentoo-2-36cde3108cffcbfeba8745d527325b61eb4bd260.tar.gz gentoo-2-36cde3108cffcbfeba8745d527325b61eb4bd260.tar.bz2 gentoo-2-36cde3108cffcbfeba8745d527325b61eb4bd260.zip |
Initial import (bug #359587).
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/slimv/metadata.xml')
-rw-r--r-- | app-vim/slimv/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-vim/slimv/metadata.xml b/app-vim/slimv/metadata.xml new file mode 100644 index 000000000000..6e78b9a36777 --- /dev/null +++ b/app-vim/slimv/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Slimv tries to mimic a subset of SLIME's (Superior Lisp Interaction Mode + for Emacs) functionality inside Vim. The script defines functions and + keybindings to send s-expressions to a console mode Lisp or Clojure REPL + (Read-Eval-Print Loop). + + Slimv runs its own REPL or connects to a running REPL started by a + previous Slimv session, the connection is established when the first + Slimv command is executed (e.g. an s-expression is evaluated). The Lisp + REPL buffer can also be opened inside Vim as a Vim buffer with syntax + highlighting and autoindenting, Lisp commands may be entered in the + command line, just as in a regular REPL. The script also has a basic + support for Clojure REPL. + + The script also supports a number of other features provided by SLIME + including profiling, paredit mode, and hyperspec lookups. + </longdescription> +</pkgmetadata> |