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.
@@ -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
- `gwap`. (`:help formatting`)
434
+ `gqap`. (`:help formatting`)
435
435
  * `,-` inserts a long dashed line
436
436
  * `,d` inserts the current date and time
437
437
 
@@ -1,7 +1,7 @@
1
1
  require 'string_ext'
2
2
 
3
3
  module Soywiki
4
- VERSION = '0.4.3'
4
+ VERSION = '0.4.4'
5
5
  WIKI_WORD = /\b([a-z][\w_]+\.)?[A-Z][a-z]+[A-Z]\w*\b/
6
6
  HYPERLINK = %r|\bhttps?://[^ >)\n\]]+|
7
7
 
@@ -611,7 +611,7 @@ func! s:prep_buffer()
611
611
 
612
612
  noremap <silent> <leader>? :call <SID>show_help()<cr>
613
613
 
614
- nnoremap <buffer> \ gwap
614
+ nnoremap <buffer> \ gqap
615
615
  nnoremap <buffer> <Leader>- o<Esc>k72i-<Esc><CR>
616
616
  nnoremap <buffer> <Leader>d :r !date<CR>o
617
617
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 3
9
- version: 0.4.3
8
+ - 4
9
+ version: 0.4.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi