@@ -76,6 +76,18 @@ PythonMode. These options should be set in your vimrc.
7676
7777| 'pymode_lint_signs' | Place signs
7878
79+ | 'pymode_lint_todo_symbol' | Todo symbol
80+
81+ | 'pymode_lint_comment_symbol' | Comment symbol
82+
83+ | 'pymode_lint_visual_symbol' | Visual symbol
84+
85+ | 'pymode_lint_error_symbol' | Error symbol
86+
87+ | 'pymode_lint_info_symbol' | Info symbol
88+
89+ | 'pymode_lint_pyflakes_symbol' | PyFlakes' info symbol
90+
7991| 'pymode_lint_jump' | Auto jump to first error
8092
8193| 'pymode_lint_hold' | Hold cursor in current window
@@ -296,6 +308,49 @@ Default: 1.
296308
297309If this option is set to 0 then pylint will not place error signs.
298310
311+ ------------------------------------------------------------------------------
312+ *'pymode_lint_todo_symbol'*
313+ Values: Symbol for todo signs.
314+ Default: "WW".
315+
316+ This option sets the symbol to use in the gutter to display todo signs.
317+
318+ ------------------------------------------------------------------------------
319+ *'pymode_lint_comment_symbol'*
320+ Values: Symbol for comment signs.
321+ Default: "CC".
322+
323+ This option sets the symbol to use in the gutter to display comment signs.
324+
325+ ------------------------------------------------------------------------------
326+ *'pymode_lint_visual_symbol'*
327+ Values: Symbol for visual signs.
328+ Default: "RR".
329+
330+ This option sets the symbol to use in the gutter to display visual signs.
331+
332+ ------------------------------------------------------------------------------
333+ *'pymode_lint_error_symbol'*
334+ Values: Symbol for error signs.
335+ Default: "EE".
336+
337+ This option sets the symbol to use in the gutter to display error signs.
338+
339+ ------------------------------------------------------------------------------
340+ *'pymode_lint_info_symbol'*
341+ Values: Symbol for info signs.
342+ Default: "II".
343+
344+ This option sets the symbol to use in the gutter to display info signs.
345+
346+ ------------------------------------------------------------------------------
347+ *'pymode_lint_pyflakes_symbol'*
348+ Values: Symbol for PyFlakes' info signs.
349+ Default: "FF".
350+
351+ This option sets the symbol to use in the gutter to display PyFlakes' info
352+ signs.
353+
299354------------------------------------------------------------------------------
300355 *'pymode_lint_jump'*
301356Values: 0 or 1.
0 commit comments