From e8caf781708981eb839414342258d32aa5376673 Mon Sep 17 00:00:00 2001
From: Kris Maglione See also
@@ -245,24 +245,24 @@
definitions span multiple lines.
:command! foo
+:command! foo
\ -description A command that frobs bars
\ :javascript frob(content.bar)
-:style -name foo
+:style -name foo
\ foobar.com
- \ p:first-line { font-variant: small-caps ; }
- \ div#side-bar > :first-child { display: none ; }
+ \ p:first-line { font-variant: small-caps ; }
+ \ div#side-bar > :first-child { display: none ; }
-:command do-some-stuff
- \ -description A command does some stuff in JavaScript
+:command do-some-stuff
+ \ -description A command which does some stuff in JavaScript
\ :javascript <<EOF
\ window.do(some );
\ window.do(stuff );
\EOF
-:command do-some-stuff
- \ -description A command does some stuff in JavaScript
+:command do-some-stuff
+ \ -description A command which does some stuff in JavaScript
\ :javascript
\\ window.do(some );
\\ window.do(stuff );