]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/py-pep8/ftplugin/python/pep8.vim
Move to vim9script
[dotfiles.git] / vim / .vim / pack / stargrave / start / py-pep8 / ftplugin / python / pep8.vim
index 8340721eebedd06510e43738c38fd6de04cc4ec2..0115125637c906e67b43776d0999a40de30ac451 100644 (file)
@@ -1,3 +1,3 @@
-if exists("*python#pep8#do") | finish | endif
+if exists("*python#pep8#Do") | finish | endif
 sign define P8 text=P8 texthl=Error
-map <buffer> <F5> :call python#pep8#do()<CR>
+map <buffer> <F5> :call python#pep8#Do()<CR>