class Utils::Editor
def derive_server_name
def derive_server_name name = ENV['VIM_SERVER'] || Dir.pwd RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ and name = "G_#{name}" name.upcase end
def derive_server_name name = ENV['VIM_SERVER'] || Dir.pwd RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ and name = "G_#{name}" name.upcase end