commit | 04db26b36000a4677b95403ec94bd11f6cc73975 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 20:15:23 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 20:15:23 2021 +0200 |
tree | 409bf4069a07c8276f943b97e8bf93b61c60b01b | |
parent | f6d877975ba93fc9b4bee2c5d2aff88dbf9bea59 [diff] [blame] |
patch 8.2.3110: a pattern that matches the cursor position is complicated Problem: A pattern that matches the cursor position is bit complicated. Solution: Use a dot to indicate the cursor line and column. (Christian Brabandt, closes #8497, closes #8179)
diff --git a/src/version.c b/src/version.c index a36ec80..b448822 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3110, +/**/ 3109, /**/ 3108,