soywiki 0.8.0 → 0.8.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 (3) hide show
  1. data/lib/soywiki.rb +1 -1
  2. data/lib/soywiki.vim +1 -1
  3. metadata +1 -1
data/lib/soywiki.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'string_ext'
2
2
 
3
3
  module Soywiki
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.2'
5
5
  WIKI_WORD = /\b([a-z][\w_]+\.)?[A-Z][a-z]+[A-Z]\w*\b/
6
6
  HYPERLINK = %r|\bhttps?://[^ >)\n\]]+|
7
7
 
data/lib/soywiki.vim CHANGED
@@ -677,7 +677,7 @@ endfunc
677
677
 
678
678
  func! s:highlight_wikiwords()
679
679
  if (s:is_wiki_page())
680
- syntax clear
680
+ "syntax clear
681
681
  exe "syn match Comment /". s:wiki_link_pattern. "/"
682
682
  exe "syn match Constant /". s:http_link_pattern . "/"
683
683
  endif
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: soywiki
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.8.0
5
+ version: 0.8.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi