From: Sergey Matveev Date: Thu, 3 Dec 2020 14:13:55 +0000 (+0300) Subject: Changed git web frontend X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=4913487d6d81036a2769bfa53a125a9421957c7e Changed git web frontend --- 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 "