Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37881313
en ru br
ALT Linux repos
S:1.13-alt1.1
5.0: 1.13-alt1
4.1: 1.11-alt1
4.0: 1.11-alt1

Group :: Editors
RPM: vim-plugin-python-after-ftplugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: vim-plugin-python-after-ftplugin-1.13-alt-disable-default.patch
Download


--- python_fn.vim.orig	2008-10-08 10:26:57 +0600
+++ python_fn.vim	2008-10-08 10:38:12 +0600
@@ -39,6 +39,10 @@
 "   ]<up>   -- Jump to previous line with the same/lower indentation
 "   ]<down> -- Jump to next line with the same/lower indentation
 
+if !exists("use_python_after_ftplugin")
+  finish
+endif
+
 " Only do this when not done yet for this buffer
 if exists("b:loaded_py_ftplugin")
   finish
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin