commit | ba936f6f4e85cc1408bc3967f9fd7665d948909b | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Thu Dec 15 13:15:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 15 13:15:39 2022 +0000 |
tree | 5c3d87dd658a5c5de01db33af82103dbb96714cc | |
parent | 3d473ee1a6aed7cb9eae458bbd8d42dffdc754f9 [diff] [blame] |
patch 9.0.1061: cannot display 'showcmd' somewhere else Problem: Cannot display 'showcmd' somewhere else. Solution: Add the 'showcmdloc' option. (Luuk van Baal, closes #11684)
diff --git a/src/version.c b/src/version.c index 6951668..8250a91 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1061, +/**/ 1060, /**/ 1059,