]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/py-testname/ftplugin/python/testname.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / pack / stargrave / start / py-testname / ftplugin / python / testname.vim
diff --git a/vim/.vim/pack/stargrave/start/py-testname/ftplugin/python/testname.vim b/vim/.vim/pack/stargrave/start/py-testname/ftplugin/python/testname.vim
new file mode 100644 (file)
index 0000000..7ec7802
--- /dev/null
@@ -0,0 +1,2 @@
+if exists("*python#testname#get") | finish | endif
+nmap <buffer> <leader>t :call python#testname#get()<CR>