diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-17 11:05:41 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:21 -0300 |
commit | 2fe018ab888010335ad8fc041522e2aff66c67a1 (patch) | |
tree | a903d1933f737568b2f6fc6516d25cdd5ce80fff /src/memline.c | |
parent | 23dc43919e8235425ee1ca433a09afe12445ecc2 (diff) | |
download | rneovim-2fe018ab888010335ad8fc041522e2aff66c67a1.tar.gz rneovim-2fe018ab888010335ad8fc041522e2aff66c67a1.tar.bz2 rneovim-2fe018ab888010335ad8fc041522e2aff66c67a1.zip |
Remove netbeans and sun workshop
Diffstat (limited to 'src/memline.c')
-rw-r--r-- | src/memline.c | 3 |
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; |