commit | 64e74c9cc7d5aab215cf72d9bdd3aac32e128191 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 15:38:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 15:38:06 2019 +0100 |
tree | f56e752def4d77a8c2411a447cc4f47c3fc2b08e | |
parent | a27655ef6d0001c7c2265ea682455ec82acee826 [diff] [blame] |
patch 8.2.0030: "gF" does not work on output of "verbose command" Problem: "gF" does not work on output of "verbose command". Solution: Recognize " line " and translations. (closes #5391)
diff --git a/src/version.c b/src/version.c index 7d9b3db..9dbfd6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 30, +/**/ 29, /**/ 28,