summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/edit.c b/src/edit.c
index 88943cd7f4..a80f19607a 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -9433,8 +9433,7 @@ ins_tab()
#ifdef FEAT_NETBEANS_INTG
if (usingNetbeans)
{
- netbeans_removed(curbuf, fpos.lnum, cursor->col,
- (long)(i + 1));
+ netbeans_removed(curbuf, fpos.lnum, cursor->col, (long)(i + 1));
netbeans_inserted(curbuf, fpos.lnum, cursor->col,
(char_u *)"\t", 1);
}