commit | aa0489e12d227d24752cf16e4e97058ac32edcc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 19:41:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 19:41:21 2020 +0200 |
tree | c7bffc6ea5b5cf2ec14e15c00c99e779d3f4f15f | |
parent | 0fc1288aefce25da0a2fb2a0aab75b0bd314403f [diff] [blame] |
patch 8.2.0590: no 'backspace' value allows ignoring the insertion point Problem: No 'backspace' value allows ignoring the insertion point. Solution: Add the "nostop" and 3 values. (Christian Brabandt, closes #5940)
diff --git a/src/version.c b/src/version.c index 76f501d..ee4608b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 590, +/**/ 589, /**/ 588,