soywiki 0.9.8.2.pre.1 → 0.9.8.2.pre.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/soywiki.rb +1 -1
  3. data/lib/soywiki.vim +1 -0
  4. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 852f7951e21ac3ddcd50c1ee5a841c3da53b7fa0
4
- data.tar.gz: c397f50aae03a88286808554feef88a1e161961a
3
+ metadata.gz: a5a7981410f32eb158e0ced8f138342eba7af666
4
+ data.tar.gz: 6fad13c72ed7ae5f3c7a43a947e282f1504a1926
5
5
  SHA512:
6
- metadata.gz: f4a5c497bf7f0754481fbc909a52d8d9660c2647e3ccf509232bfd93d34b5860d214b23220c567d3bef0858cc745c50167f91bc015d55210dc948c613da432e3
7
- data.tar.gz: f03b08f9d20fea4fd870ca3a2dc86f6f2c5aa416cdc83adfafeb71e60a28decbc42506b0414c35ccbc9878fda6ad264e4cc200c1e41243aef077ec4721f95aec
6
+ metadata.gz: b9422c90346fd5823067959ced722d7000fc41999ae32da8535e4ed2a24c46442954d5fec5b75178343f0458bcd043dcb4a8b2ee5c3a2810e80e3f6aaf165e4c
7
+ data.tar.gz: add30ce614cdb0e47c5850be5cd05d20732a0a2ac0009f69f101d46a7a2b113c51240d4b41ca8931620646851bb54d87aca518fac06ce2681d6e4cce28c718f5
@@ -2,7 +2,7 @@ require 'string_ext'
2
2
  require 'path_helper'
3
3
  module Template_Substitution; end
4
4
  module Soywiki
5
- VERSION = '0.9.8.2.pre.1'
5
+ VERSION = '0.9.8.2.pre.2'
6
6
  WIKI_WORD = /\b([a-z0-9][\w_]+\.)?[A-Z][a-z]+[A-Z0-9]\w*\b/
7
7
  SCHEMES = %w{https http file soyfile}
8
8
  HYPERLINK = %r|\b(?:#{SCHEMES.join('|')})://[^ >)\n\]]+|
@@ -693,6 +693,7 @@ func! s:global_mappings()
693
693
 
694
694
  autocmd BufReadPost,BufNewFile,WinEnter,BufEnter,BufNew,BufAdd * call s:highlight_wikiwords()
695
695
  autocmd BufReadPost,BufNewFile,WinEnter,BufEnter,BufNew,BufAdd * call s:prep_buffer()
696
+ autocmd BufReadPost quickfix nnoremap <buffer> <space> <CR>:copen<CR>
696
697
  " autocmd BufEnter * call s:prep_buffer()
697
698
  endfunc
698
699
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soywiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8.2.pre.1
4
+ version: 0.9.8.2.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Choi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-25 00:00:00.000000000 Z
11
+ date: 2014-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A personal and collaborative wiki for Vim users
14
14
  email:
@@ -79,4 +79,3 @@ signing_key:
79
79
  specification_version: 4
80
80
  summary: Wiki with Vim interface and Git repo
81
81
  test_files: []
82
- has_rdoc: