commit | b189295b72030f00c45c30d3daecf85d457221f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 08 23:26:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 08 23:26:50 2019 +0200 |
tree | 4d606bc64db62563d36e635dcdb33af616609220 | |
parent | 345f28df5482cd35f5fa74b06443376379f113b0 [diff] [blame] |
patch 8.1.2125: fnamemodify() fails when repeating :e Problem: Fnamemodify() fails when repeating :e. Solution: Do not go before the tail. (Rob Pilling, closes #5024)
diff --git a/src/version.c b/src/version.c index 514f3c9..a7a7869 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2125, +/**/ 2124, /**/ 2123,