Skip to content

Commit a45c9e0

Browse files
committed
Documentation added: 'doc/pythonmodeindent.txt'.
1 parent 6ad4832 commit a45c9e0

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

doc/pythonmodeindent.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
*pythonmodeindent.txt* For Vim Version 8.0
2+
3+
____ _ _ ____ _ _ _____ _ _ __ __ _____ ____ ____ ~
4+
( _ \( \/ )(_ _)( )_( )( _ )( \( )___( \/ )( _ )( _ \( ___) ~
5+
)___/ \ / )( ) _ ( )(_)( ) ((___)) ( )(_)( )(_) ))__) ~
6+
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
7+
PYTHONMODEINDENT
8+
9+
10+
===============================================================================
11+
CONTENTS *pythonmodeindent-contents*
12+
13+
1. Common functionality................................|pythonmodeindent-common|
14+
1.1 Python indentation.............................|pythonmodeindent-indent|
15+
16+
===============================================================================
17+
1. Common functionality ~
18+
*pythonmodeindent-common*
19+
20+
-------------------------------------------------------------------------------
21+
1.1 Python indentation ~
22+
*pythonmodeindent-indent*
23+
24+
*'g:pythonmodeindent_indent_hanging_width'*
25+
26+
Customize hanging indent size different than &shiftwidth.
27+
28+
>
29+
let g:pythonmodeindent_indent_hanging_width = &shiftwidth
30+
let g:pythonmodeindent_indent_hanging_width = 4

0 commit comments

Comments
 (0)