File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ nmap ,wr :RecurGrepFast <cword><CR>
227227" don't show lint result every time we save a file
228228let g: pymode_lint_on_write = 0
229229" run pep8+pyflakes+pylint validator with \8
230- autocmd FileType python map <buffer> <leader> 8 :PyLint <CR>
230+ autocmd FileType python map <buffer> <leader> 8 :PymodeLint <CR>
231231" rules to ignore (example: "E501,W293")
232232let g: pymode_lint_ignore = " "
233233" don't add extra column for error icons (on console vim creates a 2-char-wide
Original file line number Diff line number Diff line change @@ -283,3 +283,7 @@ Changelog
283283* Version 6.2
284284
285285 * Fixed goto definition mappings (python-mode changed commands)
286+
287+ * Version 6.3
288+
289+ * Fixed python linter mappings (python-mode changed commands)
You can’t perform that action at this time.
0 commit comments