]> git.phdru.name Git - dotfiles.git/commitdiff
.vim/ftplugin/python.vim: Fix elseif syntax
authorOleg Broytman <phd@phdru.name>
Fri, 25 Aug 2017 09:53:51 +0000 (12:53 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 25 Aug 2017 09:53:51 +0000 (12:53 +0300)
.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 %