commit | 6bf2c6264b5ebbe4981751840c5a8b69da08e744 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 17:12:09 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 17:12:09 2019 +0200 |
tree | d7557e9b5e6720a5a5e481c1c18dc965b051630b | |
parent | 931a277145d8fc9544765047116afe557eb606d2 [diff] [blame] |
patch 8.1.1629: terminal function help is in the wrong file Problem: Terminal function help is in the wrong file. Solution: Move the function details to terminal.txt.
diff --git a/src/version.c b/src/version.c index 4ce422a..258605b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1629, +/**/ 1628, /**/ 1627,