soywiki 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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