From 2fe018ab888010335ad8fc041522e2aff66c67a1 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Mon, 17 Mar 2014 11:05:41 +0100 Subject: Remove netbeans and sun workshop --- src/memline.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/memline.c') diff --git a/src/memline.c b/src/memline.c index c1375a1a85..737e8e6a02 100644 --- a/src/memline.c +++ b/src/memline.c @@ -2974,8 +2974,7 @@ static void ml_flush_line(buf_T *buf) return; /* nothing to do */ if (buf->b_ml.ml_flags & ML_LINE_DIRTY) { - /* This code doesn't work recursively, but Netbeans may call back here - * when obtaining the cursor position. */ + /* This code doesn't work recursively. */ if (entered) return; entered = TRUE; -- cgit