]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/ftplugin/python.vim
.vim/ftplugin/python.vim: Fix elseif syntax
[dotfiles.git] / .vim / ftplugin / python.vim
index bc1f672ac7cd78551e3d6d3e5512669a3807619f..95333e6f57c50e17a8768bff14d08f1cdc99be45 100644 (file)
@@ -32,7 +32,7 @@ function! SavePython()
    let ext = expand("%:e")
    if ext == "pyem"
       return
-   elif ext == "ptl"
+   elseif ext == "ptl"
       !compyle-ptl %
    else
       !compyle %