comparison src/version.c @ 15993:58610c4d785c v8.1.1002

patch 8.1.1002: "gf" does not always work when URL has a port number commit https://github.com/vim/vim/commit/cbef8e1aa1f260ffde16491b1678eae53a36cf68 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 9 12:32:56 2019 +0100 patch 8.1.1002: "gf" does not always work when URL has a port number Problem: "gf" does not always work when URL has a port number. (Jakob Sch?ttl) Solution: When a URL is recognized also accept ":". (closes #4082)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Mar 2019 12:45:05 +0100
parents f362d695bcf9
children e7030c0c79cd
comparison
equal deleted inserted replaced
15992:6a0f44d8d497 15993:58610c4d785c
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 1002,
782 /**/ 784 /**/
783 1001, 785 1001,
784 /**/ 786 /**/
785 1000, 787 1000,
786 /**/ 788 /**/