File: disabledby-pythonindent.diff

package info (click to toggle)
vim-scripts 20130814
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,608 kB
  • ctags: 2,511
  • sloc: perl: 452; xml: 95; makefile: 25
file content (14 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## disabledby-pythonindent.diff by James Vega <jamessan@debian.org>

diff -urNad vim-scripts-7.1.5~/indent/python.vim vim-scripts-7.1.5/indent/python.vim
--- vim-scripts-7.1.5~/indent/python.vim	2007-12-12 09:15:07.000000000 -0500
+++ vim-scripts-7.1.5/indent/python.vim	2007-12-12 10:37:07.000000000 -0500
@@ -5,7 +5,7 @@
 " Last Change:      2004 Jun 07
 
 " Only load this indent file when no other was loaded.
-if exists("b:did_indent")
+if exists("b:did_indent") || exists("loaded_python_indent")
     finish
 endif
 let b:did_indent = 1