comparison src/version.c @ 18120:ed222e264905 v8.1.2055

patch 8.1.2055: not easy to jump to function line from profile Commit: https://github.com/vim/vim/commit/181d4f58cc421f2e6d3b16333d4cb70d35ad1342 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 18 22:04:56 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Sep 2019 22:15:03 +0200
parents 9b7c7754ba9d
children 0cc306ebc8fe
comparison
equal deleted inserted replaced
18119:40a1b1bc457e 18120:ed222e264905
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 2055,
760 /**/ 762 /**/
761 2054, 763 2054,
762 /**/ 764 /**/
763 2053, 765 2053,
764 /**/ 766 /**/