We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18370c7 commit 6fb2568Copy full SHA for 6fb2568
2 files changed
autoload/pymode/indent.vim
@@ -4,7 +4,7 @@
4
" Prev Maintainer: Eric Mc Sween <em@tomcom.de> (address invalid)
5
" Original Author: David Bustos <bustos@caltech.edu> (address invalid)
6
" Last Change: 2012-06-21
7
-" License: Public Domainlet
+" License: Public Domain
8
9
10
function! pymode#indent#get_indent(lnum)
doc/pymode.txt
@@ -146,7 +146,7 @@ Set value to `python3` if you are working with python3 projects. You could use
146
Pymode supports PEP8-compatible python indent.
147
Enable pymode indentation *'g:pymode_indent'*
148
>
149
- let g:pymode_indent = []
+ let g:pymode_indent = 1
150
151
------------------------------------------------------------------------------
152
2.3 Python folding ~
0 commit comments