<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &quot; ku - Support to do something
-&quot; Version: 0.0.0
+&quot; Version: 0.0.1
 &quot; Copyright: Copyright (C) 2008 kana &lt;http://nicht.s8.xrea.com/&gt;
 &quot; License: MIT license (see &lt;http://www.opensource.org/licenses/mit-license&gt;)
 &quot; $Id$  &quot;{{{1</diff>
      <filename>vim/dot.vim/autoload/ku.vim</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 *ku.txt*	Support to do something
 
-Version 0.0.0
+Version 0.0.1
 Copyright (C) 2008 kana &lt;http://nicht.s8.xrea.com/&gt;
 License: MIT license (see &lt;http://www.opensource.org/licenses/mit-license&gt;)
 $Id$
@@ -9,6 +9,7 @@ $Id$
 Introduction			|ku-introduction|
 Commands			|ku-commands|
 Functions			|ku-functions|
+Variables			|ku-variables|
 Customizing			|ku-customizing|
 Bugs				|ku-bugs|
 Changelog			|ku-changelog|
@@ -112,6 +113,17 @@ ku#custom_key({type-name}, {key}, {new-action-name})	*ku#custom_key()*
 
 
 ==============================================================================
+VARIABLES						*ku-variables*
+
+					       *g:ku_completing_delay*
+g:ku_completing_delay	number	(default 100)
+			The delay in milliseconds to start completion after
+			a new character is inserted in the ku window.
+
+
+
+
+==============================================================================
 KEY MAPPINGS						*ku-key-mappings*
 
 In the ku window, the following key mappings are defined:
@@ -242,6 +254,11 @@ BUGS							*ku-bugs*
 ==============================================================================
 CHANGELOG						*ku-changelog*
 
+0.0.1	2008-03-24T00:37:06+09:00
+	- Use |CursorHoldI| instead of |CursorMovedI| to check a new character
+	  is typed in the ku window.  Showing candidates will be delayed
+	  |g:ku_completing_delay| milliseconds.
+
 0.0.0	2008-01-25T19:34:13+09:00
 	- Derived from buffuzzy and zapit.
 	- Still under development.</diff>
      <filename>vim/dot.vim/doc/ku.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &quot; ku - Support to do something
-&quot; Version: 0.0.0
+&quot; Version: 0.0.1
 &quot; Copyright: Copyright (C) 2008 kana &lt;http://nicht.s8.xrea.com/&gt;
 &quot; License: MIT license (see &lt;http://www.opensource.org/licenses/mit-license&gt;)
 &quot; $Id$  &quot;{{{1
@@ -22,6 +22,13 @@ command! -bang -bar -nargs=* Ku  call ku#start('&lt;bang&gt;', '&lt;args&gt;')
 
 
 
+if !exists('g:ku_completing_delay')
+  let g:ku_completing_delay = 100
+endif
+
+
+
+
 
 
 </diff>
      <filename>vim/dot.vim/plugin/ku.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e053c0675136132e9ae588cf4d8cf8b34af80d7c</id>
    </parent>
  </parents>
  <author>
    <name>kana</name>
    <email>nicht@s8.xrea.com</email>
  </author>
  <url>http://github.com/kana/config/commit/72ae610931af8395caceda9875b3f50863ffe2c9</url>
  <id>72ae610931af8395caceda9875b3f50863ffe2c9</id>
  <committed-date>2008-03-23T09:10:44-07:00</committed-date>
  <authored-date>2008-03-23T09:10:44-07:00</authored-date>
  <message>vim: ku: Preparation of v0.0.1

- Mark as v0.0.1.

- Add g:ku_completing_delay.

- Add the description what changes will be introduced.</message>
  <tree>4602ab9294e15ae8853da9fca288d3e595606749</tree>
  <committer>
    <name>kana</name>
    <email>nicht@s8.xrea.com</email>
  </committer>
</commit>
