commit | 754d2b40369d8fdcf77fc05cc608f86387016bd9 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Mar 13 13:40:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 13:40:45 2022 +0000 |
tree | 82587bb8393d75027d252c05ff6a78bf28bc3809 | |
parent | 4f3321f704ec0c2a522f12a580530283ae28856f [diff] [blame] |
patch 8.2.4557: confusing comment about 'cursorlineopt' Problem: Confusing comment about 'cursorlineopt'. Solution: Adjust comment. (closes #9939) Add parenthesis around logical OR.
diff --git a/src/version.c b/src/version.c index ac3be8b..9a624cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4557, +/**/ 4556, /**/ 4555,