commit | 02c037a4be6aeb7f6376e7dcc3ab41cfc6db3ede | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 19:26:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 19:26:45 2020 +0200 |
tree | ceaf479cfcca56f9da5d34bd8db2a1c46812713a | |
parent | cd80006ecbde03f668a478a272d8009970b8cefa [diff] [blame] |
patch 8.2.1547: various comment problems Problem: Various comment problems. Solution: Update comments.
diff --git a/src/map.c b/src/map.c index 26fce68..dd3139d 100644 --- a/src/map.c +++ b/src/map.c
@@ -1952,7 +1952,7 @@ // when they are read back. if (c == K_SPECIAL && what != 2) { - modifiers = 0x0; + modifiers = 0; if (str[1] == KS_MODIFIER) { modifiers = str[2];