summaryrefslogtreecommitdiff
path: root/uvim/src/testdir/test_netbeans.py
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-03 22:21:25 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 00:23:03 +0300
commit2eae5db069dc171f74cd863487655f6a88e5384d (patch)
tree2d9d05e09978a2a44acbfbb8d651f240df3ca052 /uvim/src/testdir/test_netbeans.py
parent473d922faed49241a5d29d9e37dc4819cd512006 (diff)
downloadProject-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.tar.gz
Project-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.zip
NOISSUE rebrand vim to MNV's not Vim
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/src/testdir/test_netbeans.py')
-rw-r--r--uvim/src/testdir/test_netbeans.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/uvim/src/testdir/test_netbeans.py b/uvim/src/testdir/test_netbeans.py
index 585886fb40..d95d3b0745 100644
--- a/uvim/src/testdir/test_netbeans.py
+++ b/uvim/src/testdir/test_netbeans.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
#
-# Server that will communicate with Vim through the netbeans interface.
-# Used by test_netbeans.vim.
+# Server that will communicate with MNV through the netbeans interface.
+# Used by test_netbeans.mnv.
#
# This requires Python 2.6 or later.
@@ -22,7 +22,7 @@ except ImportError:
class ThreadedTCPRequestHandler(socketserver.BaseRequestHandler):
def process_msgs(self, msgbuf):
- # Process all the received netbeans commands/responses/events from Vim.
+ # Process all the received netbeans commands/responses/events from MNV.
# Each one is separated by a newline character. If a partial command
# is received, process it later after the rest of it is received.
while True: