commit | c2842adfb2ca0637f13e2793fefa18e7818684f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 17:23:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 17:23:47 2022 +0100 |
tree | 76b691a7a61aaf636af9e82fa7af8659bcd11847 | |
parent | 0494789ecee9e2a973f48426f7a69fb96378fa8a [diff] [blame] |
patch 9.0.0081: command line completion of user command may have duplicates Problem: Command line completion of user command may have duplicates. (Dani Dickstein) Solution: Skip global user command if an identical buffer-local one is defined. (closes #10797)
diff --git a/src/version.c b/src/version.c index 50bf7c4..ad0c1a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 81, +/**/ 80, /**/ 79,