commit | 9dfa3139198b38b28673e251a3756430065914e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 04 21:08:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 04 21:08:40 2019 +0200 |
tree | 326cc1873083066be93fdd6aaa00a3c93b3310cc | |
parent | ed5ab2a95972b5ef588bdafab9f197e1dcf0c1df [diff] [blame] |
patch 8.1.1270: cannot see current match position Problem: Cannot see current match position. Solution: Show "3/44" when using the "n" command and "S" is not in 'shortmess'. (Christian Brabandt, closes #4317)
diff --git a/src/version.c b/src/version.c index a32d27c..8dee65e 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1270, +/**/ 1269, /**/ 1268,