1
0
forked from aniani/vim

patch 8.2.1547: various comment problems

Problem:    Various comment problems.
Solution:   Update comments.
This commit is contained in:
Bram Moolenaar
2020-08-30 19:26:45 +02:00
parent cd80006ecb
commit 02c037a4be
9 changed files with 26 additions and 13 deletions

View File

@@ -1952,7 +1952,7 @@ put_escstr(FILE *fd, char_u *strstart, int what)
// when they are read back.
if (c == K_SPECIAL && what != 2)
{
modifiers = 0x0;
modifiers = 0;
if (str[1] == KS_MODIFIER)
{
modifiers = str[2];