commit | 3691f1ee72b68a47e6dcc75927bfa46565cf3614 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 20:17:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 20:17:00 2019 +0200 |
tree | 14d7d578d2abe8b1e34d64cf3a6f24ec55af1bae | |
parent | 336bf2b8b269e2591576b9f580e79edb93e23c62 [diff] [blame] |
patch 8.1.2212: cannot see the selection type in :reg output Problem: Cannot see the selection type in :reg output. (Ayberk Aydın) Solution: Add c/l/b. (Christian Brabandt, closes #5110, closes #4546)
diff --git a/src/version.c b/src/version.c index 45c7bc0..c5e925e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2212, +/**/ 2211, /**/ 2210,