Skip to content

Commit 5ab2b45

Browse files
committed
Merge pull request python-mode#542 from dsem/patch-1
fix placement of pymode_options help description
2 parents 59a300e + 86161aa commit 5ab2b45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/pymode.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ Setup default python options *'g:pymode_options'*
9898
>
9999
let g:pymode_options = 1
100100
101-
Setup max line length *'g:pymode_options_max_line_length'*
102-
>
103-
let g:pymode_options_max_line_length = 79
104-
105101
If this option is set to 1, pymode will enable the following options for
106102
python buffers: >
107103
@@ -115,6 +111,10 @@ python buffers: >
115111
setlocal commentstring=#%s
116112
setlocal define=^\s*\\(def\\\\|class\\)
117113
114+
Setup max line length *'g:pymode_options_max_line_length'*
115+
>
116+
let g:pymode_options_max_line_length = 79
117+
118118
Enable colorcolumn display at max_line_length *'g:pymode_options_colorcolumn'*
119119
>
120120
let g:pymode_options_colorcolumn = 1

0 commit comments

Comments
 (0)