commit | 7a9bd7c1e0ce1baf5a02daf36eeae3638aa315c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 22:42:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 22:42:55 2019 +0200 |
tree | ff28a87ff9894a452f2f27c938c1370f958c16da | |
parent | 705918f9f7e446287923cf0248ea35f2a0688199 [diff] [blame] |
patch 8.1.2052: using "x" before a closed fold may delete that fold Problem: Using "x" before a closed fold may delete that fold. Solution: Do not translate 'x' do "dl". (Christian Brabandt, closes #4927)
diff --git a/src/version.c b/src/version.c index af656f2..c0d161a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2052, +/**/ 2051, /**/ 2050,