commit | 0e71704b77a9891ccae9f5a9c7429e933078f232 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 27 19:29:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 27 19:29:01 2020 +0200 |
tree | c3df6e09c6c66d36a7bcfbd61dad3356b41537e1 | |
parent | bc970da80735bfd49c238cdf4bbc60c04dc12e0f [diff] [blame] |
patch 8.2.0648: semicolon search does not work in first line Problem: Semicolon search does not work in first line. Solution: Allow the cursor to be in line zero. (Christian Brabandt, closes #5996)
diff --git a/src/version.c b/src/version.c index 9323b1d..a9a2e29 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 648, +/**/ 647, /**/ 646,