soywiki 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -1
- data/lib/soywiki.rb +1 -1
- data/lib/soywiki.vim +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -431,7 +431,7 @@ them and submit a pull request.
|
|
431
431
|
SoyWiki adds a few convenient Vim macros.
|
432
432
|
|
433
433
|
* `\` in normal mode reformats the current paragraph. It is equivalent to
|
434
|
-
`
|
434
|
+
`gqap`. (`:help formatting`)
|
435
435
|
* `,-` inserts a long dashed line
|
436
436
|
* `,d` inserts the current date and time
|
437
437
|
|
data/lib/soywiki.rb
CHANGED
data/lib/soywiki.vim
CHANGED