commit | 181d4f58cc421f2e6d3b16333d4cb70d35ad1342 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 18 22:04:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 18 22:04:56 2019 +0200 |
tree | f6fbadef4bd189213a08c6ef630f93c55a9a919b | |
parent | cebfcffa40c058119bc2f92f0db02dffd3f6affe [diff] [blame] |
patch 8.1.2055: not easy to jump to function line from profile Problem: Not easy to jump to function line from profile. Solution: Use "file:99" instead of "file line 99" so that "gf" works. (Daniel Hahler, closes #4951)
diff --git a/src/version.c b/src/version.c index 8720886..1c7ece3 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2055, +/**/ 2054, /**/ 2053,