commit | a494f56f885876c98a276f7acfa386bfbb344680 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 17:45:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 17:45:38 2020 +0200 |
tree | 64fdbf4180e8b761bb267fbaa5d3b63f7a49f476 | |
parent | 2695de63e370235c4d3d73e3fe07cc1006de3460 [diff] [blame] |
patch 8.2.0593: finding a user command is not optimal Problem: Finding a user command is not optimal. Solution: Start further down in the list of commands.
diff --git a/src/version.c b/src/version.c index 0ca4f39..c3a0a19 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 593, +/**/ 592, /**/ 591,