aboutsummaryrefslogtreecommitdiff
path: root/src/memline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c3
1 files changed, 1 insertions, 2 deletions
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;