<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3120,8 +3120,9 @@ didDragTabViewItem: (NSTabViewItem *) tabViewItem
 
     /* clear marked text */
     if (markedRange.length &gt; 0)
-        gui_mch_clear_block(gui_mac.im_row, gui_mac.im_col,
-                            gui_mac.im_row, gui_mac.im_col + markedRange.length);
+        gui_redraw_block(gui_mac.im_row, gui_mac.im_col,
+                         gui_mac.im_row, gui_mac.im_col + markedRange.length,
+                         GUI_MON_NOCLEAR);
 
     markedRange = NSMakeRange(NSNotFound, 0);
 </diff>
      <filename>src/gui_mac.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>23bdd951def9248d250080f1df5158809ef24260</id>
    </parent>
  </parents>
  <author>
    <name>Jjgod Jiang</name>
    <email>gzjjgod@gmail.com</email>
  </author>
  <url>http://github.com/jjgod/vim-cocoa/commit/3582e55f336f65788bd1a228650157a48e229112</url>
  <id>3582e55f336f65788bd1a228650157a48e229112</id>
  <committed-date>2009-09-02T02:14:24-07:00</committed-date>
  <authored-date>2009-09-02T02:14:24-07:00</authored-date>
  <message>Fix a marked text clear issue</message>
  <tree>c16f55eb6fdcccaa4a377ef961eafa7a197940f3</tree>
  <committer>
    <name>Jjgod Jiang</name>
    <email>gzjjgod@gmail.com</email>
  </committer>
</commit>
