]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(vimgoto): make 'gf' find imported python files
authorMateo Gjika <104777599+mateoxh@users.noreply.github.com>
Sun, 2 Aug 2026 17:49:36 +0000 (17:49 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 2 Aug 2026 17:53:57 +0000 (17:53 +0000)
commitcdeee18f31fd78d36e9bbe65266805d2e9053d07
tree4db3aa6745c4e2df3c99757dd4c7df2a17f2b20f
parentbd2970b041871bea99626c5ef701ae02216bc8c3
runtime(vimgoto): make 'gf' find imported python files

In Vim script with this line:
py3 import file

make gf work using vimgoto plugin.

closes: #20908

Signed-off-by: Mateo Gjika <104777599+mateoxh@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/vimgoto.vim
runtime/ftplugin/vim.vim