Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/pymode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ Setup default python options *'g:pymode_options'*
>
let g:pymode_options = 1

Setup max line length *'g:pymode_options_max_line_length'*
>
let g:pymode_options_max_line_length = 79

If this option is set to 1, pymode will enable the following options for
python buffers: >

Expand All @@ -115,6 +111,10 @@ python buffers: >
setlocal commentstring=#%s
setlocal define=^\s*\\(def\\\\|class\\)

Setup max line length *'g:pymode_options_max_line_length'*
>
let g:pymode_options_max_line_length = 79

Enable colorcolumn display at max_line_length *'g:pymode_options_colorcolumn'*
>
let g:pymode_options_colorcolumn = 1
Expand Down