commit | b55ae8ce42c8a83d14bfde2c138fcc74f447de68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 13:37:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 13:37:36 2022 +0000 |
tree | 04293cc9ec6e29ae42c044247dadeaceb74b7b9b | |
parent | cf650b7c9bf8310e2d5b04edced6f7290b759044 [diff] [blame] |
patch 9.0.0988: using feedkeys() does not show up in a channel log Problem: Using feedkeys() does not show up in a channel log. Solution: Add ch_log() calls and clean up the code.
diff --git a/src/version.c b/src/version.c index 93e35f6..4cb746e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 988, +/**/ 987, /**/ 986,