]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Changed git web frontend
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Dec 2020 14:13:55 +0000 (17:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Dec 2020 14:13:55 +0000 (17:13 +0300)
vim/.vim/ftplugin/python/importcompl.vim

index 479e11f5b5c96f9f41b10e8f0366810642314621..353eeb79a9a3d267e54f3f2bcc869cec6e15a02e 100644 (file)
@@ -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 "