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.
- checksums.yaml +4 -4
- data/lib/soywiki.rb +1 -1
- data/lib/soywiki.vim +1 -0
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5a7981410f32eb158e0ced8f138342eba7af666
|
|
4
|
+
data.tar.gz: 6fad13c72ed7ae5f3c7a43a947e282f1504a1926
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9422c90346fd5823067959ced722d7000fc41999ae32da8535e4ed2a24c46442954d5fec5b75178343f0458bcd043dcb4a8b2ee5c3a2810e80e3f6aaf165e4c
|
|
7
|
+
data.tar.gz: add30ce614cdb0e47c5850be5cd05d20732a0a2ac0009f69f101d46a7a2b113c51240d4b41ca8931620646851bb54d87aca518fac06ce2681d6e4cce28c718f5
|
data/lib/soywiki.rb
CHANGED
|
@@ -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.
|
|
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\]]+|
|
data/lib/soywiki.vim
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|