soywiki 0.0.5 → 0.0.6
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/lib/soywiki.rb +1 -1
- data/lib/soywiki.vim +1 -1
- metadata +2 -2
data/lib/soywiki.rb
CHANGED
data/lib/soywiki.vim
CHANGED
|
@@ -476,7 +476,7 @@ func! s:expand(seamless)
|
|
|
476
476
|
echom "Expanding seamlessly. Please wait."
|
|
477
477
|
let res = system(s:expand_command . " seamful " . bufname('%'))
|
|
478
478
|
endif
|
|
479
|
-
|
|
479
|
+
new
|
|
480
480
|
setlocal buftype=nofile "scratch buffer for viewing; user can write
|
|
481
481
|
silent! put =res
|
|
482
482
|
silent! 1delete
|