--- python.vim.orig 2005-10-22 22:12:10 +0600 +++ python.vim 2005-10-22 23:03:59 +0600 @@ -33,6 +33,9 @@ " ] -- Jump to previous line with the same/lower indentation " ] -- Jump to next line with the same/lower indentation +if !exists("use_python_after_ftplugin") + finish +endif map [[ :PBoB vmap [[ :PBoBm'gv``