0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.0319: file missing in distribution, comments outdated

Problem:    File missing in distribution, comments outdated.
Solution:   Correct path of README file.  Update comments.
This commit is contained in:
Bram Moolenaar
2020-02-26 13:43:51 +01:00
parent bc93cebb69
commit d672dde584
5 changed files with 7 additions and 4 deletions

View File

@@ -1641,7 +1641,7 @@ LineToString(const char *str)
{
PyObject *result;
Py_ssize_t len = strlen(str);
char *tmp,*p;
char *tmp, *p;
tmp = alloc(len + 1);
p = tmp;