From 4913487d6d81036a2769bfa53a125a9421957c7e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 3 Dec 2020 17:13:55 +0300 Subject: [PATCH] Changed git web frontend --- vim/.vim/ftplugin/python/importcompl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/ftplugin/python/importcompl.vim b/vim/.vim/ftplugin/python/importcompl.vim index 479e11f..353eeb7 100644 --- a/vim/.vim/ftplugin/python/importcompl.vim +++ b/vim/.vim/ftplugin/python/importcompl.vim @@ -15,7 +15,7 @@ " " It uses external "git grep" call and assumes that "canonical" Python " import format is used (single import per line). -" You can use http://git.stargrave.org/cgit.cgi/pyimportcan.git/tree/pyimportcan.pl +" You can use http://www.git.stargrave.org/?p=pyimportcan.git;a=blob;f=pyimportcan.pl " utility to convert existing imports to that format. let s:git_grep_cmd = "git grep -H --line-number --ignore-case --no-color " -- 2.44.0