Skip to content

Commit 6fb2568

Browse files
committed
Minor fixes to indent documentation
1 parent 18370c7 commit 6fb2568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoload/pymode/indent.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" Prev Maintainer: Eric Mc Sween <em@tomcom.de> (address invalid)
55
" Original Author: David Bustos <bustos@caltech.edu> (address invalid)
66
" Last Change: 2012-06-21
7-
" License: Public Domainlet
7+
" License: Public Domain
88

99

1010
function! pymode#indent#get_indent(lnum)

doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Set value to `python3` if you are working with python3 projects. You could use
146146
Pymode supports PEP8-compatible python indent.
147147
Enable pymode indentation *'g:pymode_indent'*
148148
>
149-
let g:pymode_indent = []
149+
let g:pymode_indent = 1
150150
151151
------------------------------------------------------------------------------
152152
2.3 Python folding ~

0 commit comments

Comments
 (0)