0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.0549: netbeans test depends on README.txt contents

Problem:    Netbeans test depends on README.txt contents.
Solution:   Use a generated file instead.
This commit is contained in:
Bram Moolenaar
2018-11-26 21:22:07 +01:00
parent 1341024e08
commit 10efcd5b02
3 changed files with 8 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ class ThreadedTCPRequestHandler(socketserver.BaseRequestHandler):
myfile.write(received)
response = ''
if received.find('README.txt') > 0:
if received.find('XREADME.txt') > 0:
name = received.split('"')[1]
response = '5:putBufferNumber!33 "' + name + '"\n'
response += '5:setDot!1 3/19\n'