--- po.vim.orig 2004-08-16 20:21:26 +0600 +++ po.vim 2004-08-17 15:49:48 +0600 @@ -73,6 +73,11 @@ " REMOVAL " Just delete the bloody file! +if !exists("use_po_after_ftplugin") + finish +endif + + " Only do this when not done yet for this buffer. if exists("b:did_po_mode_ftplugin") finish