summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-30 19:26:45 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-30 19:26:45 +0200
commit02c037a4be6aeb7f6376e7dcc3ab41cfc6db3ede (patch)
treeceaf479cfcca56f9da5d34bd8db2a1c46812713a /src/map.c
parentcd80006ecbde03f668a478a272d8009970b8cefa (diff)
patch 8.2.1547: various comment problemsv8.2.1547
Problem: Various comment problems. Solution: Update comments.
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 26fce68d8c..dd3139dcd5 100644
--- a/src/map.c
+++ b/src/map.c
@@ -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];