0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-09-18 22:04:56 +02:00
parent cebfcffa40
commit 181d4f58cc
3 changed files with 4 additions and 2 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2055,
/**/
2054,
/**/