We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59a300e + 86161aa commit 5ab2b45Copy full SHA for 5ab2b45
doc/pymode.txt
@@ -98,10 +98,6 @@ Setup default python options *'g:pymode_options'*
98
>
99
let g:pymode_options = 1
100
101
-Setup max line length *'g:pymode_options_max_line_length'*
102
->
103
- let g:pymode_options_max_line_length = 79
104
-
105
If this option is set to 1, pymode will enable the following options for
106
python buffers: >
107
@@ -115,6 +111,10 @@ python buffers: >
115
111
setlocal commentstring=#%s
116
112
setlocal define=^\s*\\(def\\\\|class\\)
117
113
114
+Setup max line length *'g:pymode_options_max_line_length'*
+>
+ let g:pymode_options_max_line_length = 79
+
118
Enable colorcolumn display at max_line_length *'g:pymode_options_colorcolumn'*
119
120
let g:pymode_options_colorcolumn = 1
0 commit comments