aboutsummaryrefslogtreecommitdiff
path: root/src/misc1.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-17 11:05:41 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:21 -0300
commit2fe018ab888010335ad8fc041522e2aff66c67a1 (patch)
treea903d1933f737568b2f6fc6516d25cdd5ce80fff /src/misc1.c
parent23dc43919e8235425ee1ca433a09afe12445ecc2 (diff)
downloadrneovim-2fe018ab888010335ad8fc041522e2aff66c67a1.tar.gz
rneovim-2fe018ab888010335ad8fc041522e2aff66c67a1.tar.bz2
rneovim-2fe018ab888010335ad8fc041522e2aff66c67a1.zip
Remove netbeans and sun workshop
Diffstat (limited to 'src/misc1.c')
-rw-r--r--src/misc1.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/misc1.c b/src/misc1.c
index ea3763f929..0dd6e2766b 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -1710,10 +1710,7 @@ del_bytes (
/*
* If the old line has been allocated the deletion can be done in the
- * existing line. Otherwise a new line has to be allocated
- * Can't do this when using Netbeans, because we would need to invoke
- * netbeans_removed(), which deallocates the line. Let ml_replace() take
- * care of notifying Netbeans.
+ * existing line. Otherwise a new line has to be allocated.
*/
was_alloced = ml_line_alloced(); /* check if oldp was allocated */
if (was_alloced)