commit | 333015a46e916f566763ec44ae8669c0378767d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 15:54:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 25 15:54:16 2020 +0200 |
tree | dc3532022d4401595b0aa5b214f40d138ad6fe08 | |
parent | 41f6918bf4545de6a80c96d8c80f5f509f9a647f [diff] [blame] |
patch 8.2.0637: incsearch highlighting does not work for ":sort!" Problem: Incsearch highlighting does not work for ":sort!". Solution: Skip over the exclamation point. (closes #5983)
diff --git a/src/version.c b/src/version.c index 7c753e2..28d3179 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 637, +/**/ 636, /**/ 635,