soywiki 0.6.3 → 0.6.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/Rakefile +1 -0
- data/lib/soywiki.rb +1 -1
- data/lib/soywiki.vim +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/soywiki.rb
CHANGED
data/lib/soywiki.vim
CHANGED
|
@@ -657,9 +657,9 @@ func! s:prep_buffer()
|
|
|
657
657
|
|
|
658
658
|
" set nu
|
|
659
659
|
setlocal completefunc=CompletePageTitle
|
|
660
|
-
augroup
|
|
660
|
+
augroup save_revision
|
|
661
661
|
au!
|
|
662
|
-
autocmd BufWritePost,BufUnload <buffer> call s:save_revision()
|
|
662
|
+
autocmd FileWritePost,BufWritePost,BufUnload <buffer> call s:save_revision()
|
|
663
663
|
augroup END
|
|
664
664
|
let b:mappings_loaded = 1
|
|
665
665
|
endif
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 6
|
|
8
|
-
-
|
|
9
|
-
version: 0.6.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.6.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Daniel Choi
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-02-
|
|
17
|
+
date: 2011-02-20 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|