Skip to content

Commit e7f312f

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents fd2a19c + 3c4ebeb commit e7f312f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_netbeans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def handle(self):
5252
return
5353

5454
if len(response) > 0:
55-
self.request.sendall(response)
55+
self.request.sendall(response.encode('utf-8'))
5656
# Write the respoinse into the file, so that the test can knows
5757
# the command was sent.
5858
with open("Xnetbeans", "a") as myfile:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ static char *(features[]) =
779779

780780
static int included_patches[] =
781781
{ /* Add new patch number below this line */
782+
/**/
783+
5,
782784
/**/
783785
4,
784786
/**/

0 commit comments

Comments
 (0)