commit | 009b2592f7488286f286484b7f389e36fffa4bd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 24 19:18:58 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 24 19:18:58 2004 +0000 |
tree | c73d489697594d2c1216168f9bfb8763caed31f7 | |
parent | 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 [diff] [blame] |
updated for version 7.0020
diff --git a/src/edit.c b/src/edit.c index 1e2aded..a2ceb50 100644 --- a/src/edit.c +++ b/src/edit.c
@@ -7478,6 +7478,15 @@ for (temp = i; --temp >= 0; ) replace_join(repl_off); } +#ifdef FEAT_NETBEANS_INTG + if (usingNetbeans) + { + netbeans_removed(curbuf, fpos.lnum, cursor->col, + (long)(i + 1)); + netbeans_inserted(curbuf, fpos.lnum, cursor->col, + (char_u *)"\t", 1); + } +#endif cursor->col -= i; #ifdef FEAT_VREPLACE