<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,6 +10,14 @@
 	&lt;dict&gt;
 		&lt;key&gt;completionCommand&lt;/key&gt;
 		&lt;string&gt;#!/usr/bin/env ruby
+require 'yaml'
+
+Dir.glob(&quot;#{ENV[&quot;TM_PROJECT_DIRECTORY&quot;]}/spec/fixtures/*.yml&quot;).each { |file_name|
+  puts &quot;*&quot;
+  data = YAML.load_file(file_name)
+  puts data.values.map { |n| n.keys }.flatten.select { |e| e.include?(ENV[&quot;TM_CURRENT_WORD&quot;].to_s) }
+}
+
 open(&quot;#{ENV[&quot;HOME&quot;]}/.easyopen_tmbundle#{ENV[&quot;TM_PROJECT_DIRECTORY&quot;]}/def_index.dump&quot;, &quot;r&quot;) { |io|
 	def_index = Marshal.load(io)
 	puts def_index[:name_locationIds].keys.select { |e| e.include?(ENV[&quot;TM_CURRENT_WORD&quot;].to_s) }</diff>
      <filename>Preferences/completionCommand.tmPreferences</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>40f32cda48540e736e0c1f5d5ca9715f8624da86</id>
    </parent>
  </parents>
  <author>
    <name>haru01</name>
    <email>ienaga@ienaga-no-macbook.local</email>
  </author>
  <url>http://github.com/haru01/easy-open-tmbundle/commit/dbacdf292184d08d12932a68ffe3c13ecf53202e</url>
  <id>dbacdf292184d08d12932a68ffe3c13ecf53202e</id>
  <committed-date>2009-05-21T15:37:32-07:00</committed-date>
  <authored-date>2009-05-21T15:37:32-07:00</authored-date>
  <message>spec&#12398;yaml&#12501;&#12449;&#12452;&#12523;&#12434;&#20351;&#12387;&#12390;&#12289;&#12514;&#12487;&#12523;&#12398;attribute&#12434;completion&#23550;&#35937;&#12395;&#12377;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;</message>
  <tree>481500ca1b6f92ed5d1964050cc3197614d6f87c</tree>
  <committer>
    <name>haru01</name>
    <email>ienaga@ienaga-no-macbook.local</email>
  </committer>
</commit>
