Skip to content

Instantly share code, notes, and snippets.

@pielgrzym
Created November 26, 2011 01:47
Show Gist options
  • Save pielgrzym/1394817 to your computer and use it in GitHub Desktop.
Save pielgrzym/1394817 to your computer and use it in GitHub Desktop.
function! PyLintCwindow()
" some comment
if g:pymode_lint_cwindow == 1
let g:pymode_lint_cwindow = 0
else
let g:pymode_lint_cwindow = 1
endif
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment