Changeset 10879 for lang/vim/misc

Show
Ignore:
Timestamp:
05/01/08 16:43:20 (5 years ago)
Author:
ujihisa
Message:

lang/vim/misc/cotocoto.vim: fix bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vim/misc/cotocoto.vim

    r10837 r10879  
    8484  str = <<-EOFF.gsub(/^\s*\|/, '') 
    8585    |:date: 2008-05-31 
    86     |:title: Haskell勉強会#n 
     86    |:title: 'Haskell勉強会#n' 
    8787    |:place: 蛍池公民館 
    8888    |:text: |0- 
     
    139139  id = c.instance_eval { @id } 
    140140  system "open http://cotocoto.jp/event/#{id}" if PLATFORM['darwin'] 
     141  system "cygstart -o http://cotocoto.jp/event/#{id}" if PLATFORM['cygwin'] 
    141142end 
    142143EOF