Show
Ignore:
Timestamp:
07/03/08 23:10:18 (5 months ago)
Author:
cho45
Message:

いろいろバグってた

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vim/cho45/.vim/vim-wrapper.rb

    r15125 r15127  
    6262 
    6363        raise "swap not found" unless pid 
    64         raise "swap not found" unless target.realpath(true) == Pathname.new(fname).realpath(true) 
     64        raise "swap not found" unless target.realpath == Pathname.new(fname).expand_path.realpath 
    6565 
    6666        winnum = `pid2screen #{pid}`.strip